Searched refs:FITHAW (Results 1 - 6 of 6) sorted by path

/linux-master/fs/
H A Dioctl.c837 case FITHAW:
/linux-master/include/uapi/linux/
H A Dfs.h215 #define FITHAW _IOWR('X', 120, int) /* Thaw */ macro
/linux-master/security/landlock/
H A Dfs.c140 * FIFREEZE and FITHAW freeze and thaw the file system which the
149 case FITHAW:
/linux-master/tools/hv/
H A Dhv_vss_daemon.c54 (cmd == FITHAW && errno == EINVAL)) {
129 cmd = FITHAW;
/linux-master/tools/include/uapi/linux/
H A Dfs.h215 #define FITHAW _IOWR('X', 120, int) /* Thaw */ macro
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c4031 EXPECT_NE(EACCES, ioctl_error(_metadata, fd, FITHAW));

Completed in 358 milliseconds