Home
last modified time | relevance | path

Searched refs:XFS_ALLOC_NOBUSY (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_alloc.h87 #define XFS_ALLOC_NOBUSY (1 << 3)/* Busy extents not allowed */ macro
92 return (datatype & ~XFS_ALLOC_NOBUSY) != 0; in xfs_alloc_is_userdata()
98 return (datatype & XFS_ALLOC_NOBUSY) == 0; in xfs_alloc_allow_busy_reuse()
Dxfs_bmap.c4027 bma->datatype = XFS_ALLOC_NOBUSY; in xfs_bmapi_allocate()