Searched refs:space_resv_32 (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | falloc.h | 44 struct space_resv_32 { struct 55 #define FS_IOC_RESVSP_32 _IOW ('X', 40, struct space_resv_32) argument 56 #define FS_IOC_UNRESVSP_32 _IOW ('X', 41, struct space_resv_32) 57 #define FS_IOC_RESVSP64_32 _IOW ('X', 42, struct space_resv_32) 58 #define FS_IOC_UNRESVSP64_32 _IOW ('X', 43, struct space_resv_32) 59 #define FS_IOC_ZERO_RANGE_32 _IOW ('X', 57, struct space_resv_32)
|
| /linux/fs/ |
| H A D | ioctl.c | 297 struct space_resv_32 __user *argp) in compat_ioctl_preallocate() 300 struct space_resv_32 sr; in compat_ioctl_preallocate()
|