Searched refs:space_resv (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | falloc.h | 12 struct space_resv { struct 22 #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) argument 23 #define FS_IOC_UNRESVSP _IOW('X', 41, struct space_resv) 24 #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv) 25 #define FS_IOC_UNRESVSP64 _IOW('X', 43, struct space_resv) 26 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv)
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 4185 struct space_resv { struct 4195 #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) argument 4196 #define FS_IOC_UNRESVSP _IOW('X', 41, struct space_resv) 4197 #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv) 4198 #define FS_IOC_UNRESVSP64 _IOW('X', 43, struct space_resv) 4199 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv)
|
| /linux-6.15/fs/ |
| H A D | ioctl.c | 272 struct space_resv sr; in ioctl_preallocate()
|