Searched refs:compat_xfs_flock64 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_ioctl32.h | 148 typedef struct compat_xfs_flock64 { struct 159 #define XFS_IOC_ALLOCSP_32 _IOW('X', 10, struct compat_xfs_flock64) argument 160 #define XFS_IOC_FREESP_32 _IOW('X', 11, struct compat_xfs_flock64) 161 #define XFS_IOC_ALLOCSP64_32 _IOW('X', 36, struct compat_xfs_flock64) 162 #define XFS_IOC_FREESP64_32 _IOW('X', 37, struct compat_xfs_flock64) 163 #define XFS_IOC_RESVSP_32 _IOW('X', 40, struct compat_xfs_flock64) 164 #define XFS_IOC_UNRESVSP_32 _IOW('X', 41, struct compat_xfs_flock64) 165 #define XFS_IOC_RESVSP64_32 _IOW('X', 42, struct compat_xfs_flock64) 166 #define XFS_IOC_UNRESVSP64_32 _IOW('X', 43, struct compat_xfs_flock64) 167 #define XFS_IOC_ZERO_RANGE_32 _IOW('X', 57, struct compat_xfs_flock64)
|