Searched refs:FS_IOC_ZERO_RANGE (Results 1 – 3 of 3) sorted by relevance
26 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) macro
334 case FS_IOC_ZERO_RANGE: in file_ioctl()
4044 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) macro4098 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_ZERO_RANGE)); in TEST_F_FORK()