Searched refs:FIFREEZE (Results 1 – 6 of 6) sorted by relevance
53 if ((cmd == FIFREEZE && errno == EBUSY) || in vss_do_freeze()126 cmd = FIFREEZE; in vss_operate()
223 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro
309 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */ macro
524 case FIFREEZE: in do_vfs_ioctl()
148 * FIFREEZE and FITHAW freeze and thaw the file system which the in is_masked_device_ioctl() 156 case FIFREEZE: in is_masked_device_ioctl()
4038 EXPECT_NE(EACCES, ioctl_error(_metadata, fd, FIFREEZE)); in TEST_F_FORK()