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