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