Searched refs:FITHAW (Results 1 – 5 of 5) sorted by relevance
29 xioctl(fd, (toys.optflags & FLAG_f) ? FIFREEZE : FITHAW, &p); in fsfreeze_main()
58 case FITHAW: 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.
196 #define FITHAW _IOWR('X', 120, int) /* Thaw */ macro