Home | History | Annotate | Download | only in extlinux

Lines Matching refs:xfs_flock64

141 typedef struct xfs_flock64 {
435 #define XFS_IOC_ALLOCSP _IOW ('X', 10, struct xfs_flock64)
436 #define XFS_IOC_FREESP _IOW ('X', 11, struct xfs_flock64)
440 #define XFS_IOC_ALLOCSP64 _IOW ('X', 36, struct xfs_flock64)
441 #define XFS_IOC_FREESP64 _IOW ('X', 37, struct xfs_flock64)
444 #define XFS_IOC_RESVSP _IOW ('X', 40, struct xfs_flock64)
445 #define XFS_IOC_UNRESVSP _IOW ('X', 41, struct xfs_flock64)
446 #define XFS_IOC_RESVSP64 _IOW ('X', 42, struct xfs_flock64)
447 #define XFS_IOC_UNRESVSP64 _IOW ('X', 43, struct xfs_flock64)
453 #define XFS_IOC_ZERO_RANGE _IOW ('X', 57, struct xfs_flock64)