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.c280 #ifdef FIFREEZE in block_ioctl()
281 case FIFREEZE: in block_ioctl()
DNEWS110 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
/external/kernel-headers/original/uapi/linux/
Dfs.h159 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro