Searched refs:xfs_alloc_lookup (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_alloc.c | 155 xfs_alloc_lookup( in xfs_alloc_lookup() function 184 return xfs_alloc_lookup(cur, XFS_LOOKUP_EQ, bno, len, stat); in xfs_alloc_lookup_eq() 198 return xfs_alloc_lookup(cur, XFS_LOOKUP_GE, bno, len, stat); in xfs_alloc_lookup_ge() 212 return xfs_alloc_lookup(cur, XFS_LOOKUP_LE, bno, len, stat); in xfs_alloc_lookup_le()
|