Home
last modified time | relevance | path

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

/Linux-v4.19/tools/hv/
Dhv_vss_daemon.c62 if ((cmd == FIFREEZE && errno == EBUSY) || in vss_do_freeze()
135 cmd = FIFREEZE; in vss_operate()
/Linux-v4.19/include/uapi/linux/
Dfs.h238 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro
/Linux-v4.19/Documentation/admin-guide/
Dsysrq.rst106 ``j`` Forcibly "Just thaw it" - filesystems frozen by the FIFREEZE ioctl.
201 frozen (probably root) filesystem via the FIFREEZE ioctl.
/Linux-v4.19/fs/
Dioctl.c660 case FIFREEZE: in do_vfs_ioctl()
Dcompat_ioctl.c775 COMPATIBLE_IOCTL(FIFREEZE)