Searched refs:xfs_alloc_lookup (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_alloc.c | 157 xfs_alloc_lookup( in xfs_alloc_lookup() function 186 return xfs_alloc_lookup(cur, XFS_LOOKUP_EQ, bno, len, stat); in xfs_alloc_lookup_eq() 200 return xfs_alloc_lookup(cur, XFS_LOOKUP_GE, bno, len, stat); in xfs_alloc_lookup_ge() 214 return xfs_alloc_lookup(cur, XFS_LOOKUP_LE, bno, len, stat); in xfs_alloc_lookup_le()
|