Searched refs:FS_IOC_ZERO_RANGE (Results 1 - 3 of 3) sorted by path

/linux-master/fs/
H A Dioctl.c335 case FS_IOC_ZERO_RANGE:
/linux-master/include/linux/
H A Dfalloc.h26 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) macro
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c4000 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) macro
4054 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_ZERO_RANGE));

Completed in 216 milliseconds