Home
last modified time | relevance | path

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

/external/strace/
Dfs_x_ioctl.c56 #ifdef FIFREEZE in fs_x_ioctl()
57 case FIFREEZE: in fs_x_ioctl()
DNEWS677 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
DChangeLog28717 * block.c: (block_ioctl): Move parser of FITRIM, FIFREEZE, and FITHAW
42366 Decode FIFREEZE/FITHAW/FITRIM ioctls.
42369 * 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.h195 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c2167 #ifdef FIFREEZE
2168 { "FIFREEZE", (unsigned long) FIFREEZE },