Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfalloc.h37 struct space_resv_32 { struct
48 #define FS_IOC_RESVSP_32 _IOW ('X', 40, struct space_resv_32) argument
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)
/openbmc/linux/fs/
H A Dioctl.c299 struct space_resv_32 __user *argp) in compat_ioctl_preallocate()
302 struct space_resv_32 sr; in compat_ioctl_preallocate()