Searched refs:compat_xfs_flock64 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.h | 169 typedef struct compat_xfs_flock64 { struct 180 #define XFS_IOC_ALLOCSP_32 _IOW('X', 10, struct compat_xfs_flock64) argument 181 #define XFS_IOC_FREESP_32 _IOW('X', 11, struct compat_xfs_flock64) 182 #define XFS_IOC_ALLOCSP64_32 _IOW('X', 36, struct compat_xfs_flock64) 183 #define XFS_IOC_FREESP64_32 _IOW('X', 37, struct compat_xfs_flock64) 184 #define XFS_IOC_RESVSP_32 _IOW('X', 40, struct compat_xfs_flock64) 185 #define XFS_IOC_UNRESVSP_32 _IOW('X', 41, struct compat_xfs_flock64) 186 #define XFS_IOC_RESVSP64_32 _IOW('X', 42, struct compat_xfs_flock64) 187 #define XFS_IOC_UNRESVSP64_32 _IOW('X', 43, struct compat_xfs_flock64) 188 #define XFS_IOC_ZERO_RANGE_32 _IOW('X', 57, struct compat_xfs_flock64)
|