Home
last modified time | relevance | path

Searched refs:FIFREEZE (Results 1 – 12 of 12) 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/syzkaller/sys/linux/
Dinit.go30 FIFREEZE: target.ConstMap["FIFREEZE"],
90 FIFREEZE uint64 member
116 if uint64(uint32(cmd.Val)) == arch.FIFREEZE {
Dsys_386.const119 FIFREEZE = 3221510263
Dsys_amd64.const119 FIFREEZE = 3221510263
Dsys_ppc64le.const119 FIFREEZE = 3221510263
Dsys_arm.const119 FIFREEZE = 3221510263
Dsys_arm64.const119 FIFREEZE = 3221510263
Dsys.txt1029 ioctl_void = FIOCLEX, FIONCLEX, FIFREEZE, FITHAW
/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.h192 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro