Searched refs:FIFREEZE (Results 1 – 5 of 5) sorted by relevance
56 #ifdef FIFREEZE in fs_x_ioctl()57 case FIFREEZE: in fs_x_ioctl()
524 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
21155 * block.c: (block_ioctl): Move parser of FITRIM, FIFREEZE, and FITHAW34804 Decode FIFREEZE/FITHAW/FITRIM ioctls.34807 * block.c (block_ioctl): Handle FIFREEZE/FITHAW/FITRIM.
29 xioctl(fd, (toys.optflags & FLAG_f) ? FIFREEZE : FITHAW, &p); in fsfreeze_main()
238 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro