Home
last modified time | relevance | path

Searched refs:FIFREEZE (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dfs_x_ioctl.c56 #ifdef FIFREEZE in fs_x_ioctl()
57 case FIFREEZE: in fs_x_ioctl()
DNEWS524 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
DChangeLog21155 * block.c: (block_ioctl): Move parser of FITRIM, FIFREEZE, and FITHAW
34804 Decode FIFREEZE/FITHAW/FITRIM ioctls.
34807 * block.c (block_ioctl): Handle FIFREEZE/FITHAW/FITRIM.
/external/toybox/toys/other/
Dfsfreeze.c29 xioctl(fd, (toys.optflags & FLAG_f) ? FIFREEZE : FITHAW, &p); in fsfreeze_main()
/external/kernel-headers/original/uapi/linux/
Dfs.h238 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro