Searched refs:FIFREEZE (Results 1 – 4 of 4) sorted by relevance
29 xioctl(fd, (toys.optflags & FLAG_f) ? FIFREEZE : FITHAW, &p); in fsfreeze_main()
123 #ifdef FIFREEZE in block_ioctl()125 case FIFREEZE: in block_ioctl()
24 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
157 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro