Searched refs:XFS_ALLOC_NOBUSY (Results 1 – 2 of 2) sorted by relevance
87 #define XFS_ALLOC_NOBUSY (1 << 3)/* Busy extents not allowed */ macro92 return (datatype & ~XFS_ALLOC_NOBUSY) != 0; in xfs_alloc_is_userdata()98 return (datatype & XFS_ALLOC_NOBUSY) == 0; in xfs_alloc_allow_busy_reuse()
4027 bma->datatype = XFS_ALLOC_NOBUSY; in xfs_bmapi_allocate()