Home
last modified time | relevance | path

Searched refs:XFS_LOOKUP_LE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1133 error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_inobt()
1385 error = xfs_inobt_lookup(lcur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_finobt_near()
2106 if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) { in xfs_difree_inobt()
2424 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i); in xfs_imap_lookup()
2854 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_count_ondisk()
3179 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has); in xfs_ialloc_check_shrink()
H A Dxfs_refcount.c60 XFS_LOOKUP_LE); in xfs_refcount_lookup_le()
64 return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_refcount_lookup_le()
100 XFS_LOOKUP_LE); in xfs_refcount_lookup_eq()
H A Dxfs_btree.h55 #define XFS_LOOKUP_LE ((xfs_lookup_t)XFS_LOOKUP_LEi) macro
/linux/fs/xfs/
H A Dxfs_iwalk.c286 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start()