Searched refs:compat_xfs_flock64 (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_ioctl32.h | 157 typedef struct compat_xfs_flock64 { struct 168 #define XFS_IOC_ALLOCSP_32 _IOW('X', 10, struct compat_xfs_flock64) argument 169 #define XFS_IOC_FREESP_32 _IOW('X', 11, struct compat_xfs_flock64) 170 #define XFS_IOC_ALLOCSP64_32 _IOW('X', 36, struct compat_xfs_flock64) 171 #define XFS_IOC_FREESP64_32 _IOW('X', 37, struct compat_xfs_flock64) 172 #define XFS_IOC_RESVSP_32 _IOW('X', 40, struct compat_xfs_flock64) 173 #define XFS_IOC_UNRESVSP_32 _IOW('X', 41, struct compat_xfs_flock64) 174 #define XFS_IOC_RESVSP64_32 _IOW('X', 42, struct compat_xfs_flock64) 175 #define XFS_IOC_UNRESVSP64_32 _IOW('X', 43, struct compat_xfs_flock64) 176 #define XFS_IOC_ZERO_RANGE_32 _IOW('X', 57, struct compat_xfs_flock64)
|