Home
last modified time | relevance | path

Searched refs:FS_IOC_ZERO_RANGE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfalloc.h26 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) macro
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4239 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) macro
4293 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_ZERO_RANGE)); in TEST_F_FORK()