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