Searched refs:XFS_ALLOC_USERDATA (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ | ||
D | xfs_alloc.h | 84 #define XFS_ALLOC_USERDATA (1 << 0)/* allocation is for user data*/ macro |
D | xfs_bmap.c | 4054 bma->datatype |= XFS_ALLOC_USERDATA; in xfs_bmapi_allocate() |