Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dfsfreeze.c29 xioctl(fd, (toys.optflags & FLAG_f) ? FIFREEZE : FITHAW, &p); in fsfreeze_main()
/external/strace/
Dblock.c123 #ifdef FIFREEZE in block_ioctl()
125 case FIFREEZE: in block_ioctl()
DNEWS24 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
/external/kernel-headers/original/uapi/linux/
Dfs.h157 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro