Searched refs:space_resv_32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfalloc.h37 struct space_resv_32 { struct
48 #define FS_IOC_RESVSP_32 _IOW ('X', 40, struct space_resv_32)
49 #define FS_IOC_UNRESVSP_32 _IOW ('X', 41, struct space_resv_32)
50 #define FS_IOC_RESVSP64_32 _IOW ('X', 42, struct space_resv_32)
51 #define FS_IOC_UNRESVSP64_32 _IOW ('X', 43, struct space_resv_32)
52 #define FS_IOC_ZERO_RANGE_32 _IOW ('X', 57, struct space_resv_32)
/linux-master/fs/
H A Dioctl.c299 struct space_resv_32 __user *argp)
302 struct space_resv_32 sr;

Completed in 142 milliseconds