Searched refs:FIFREEZE (Results 1 – 6 of 6) sorted by relevance
56 #ifdef FIFREEZE in fs_x_ioctl()57 case FIFREEZE: in fs_x_ioctl()
677 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
28717 * block.c: (block_ioctl): Move parser of FITRIM, FIFREEZE, and FITHAW42366 Decode FIFREEZE/FITHAW/FITRIM ioctls.42369 * block.c (block_ioctl): Handle FIFREEZE/FITHAW/FITRIM.
29 xioctl(fd, (toys.optflags & FLAG_f) ? FIFREEZE : FITHAW, &p); in fsfreeze_main()
195 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro
2167 #ifdef FIFREEZE2168 { "FIFREEZE", (unsigned long) FIFREEZE },