Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.c1161 error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_inobt()
1388 error = xfs_inobt_lookup(lcur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_finobt_near()
1931 if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) { in xfs_difree_inobt()
2237 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i); in xfs_imap_lookup()
2663 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record()
Dxfs_refcount.c50 XFS_LOOKUP_LE); in xfs_refcount_lookup_le()
53 return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_refcount_lookup_le()
84 XFS_LOOKUP_LE); in xfs_refcount_lookup_eq()
Dxfs_btree.h55 #define XFS_LOOKUP_LE ((xfs_lookup_t)XFS_LOOKUP_LEi) macro
Dxfs_btree.c1917 cur->bc_ptrs[0] = dir != XFS_LOOKUP_LE; in xfs_btree_lookup()
1974 if (dir != XFS_LOOKUP_LE && diff < 0) { in xfs_btree_lookup()
1994 } else if (dir == XFS_LOOKUP_LE && diff > 0) in xfs_btree_lookup()
4566 error = xfs_btree_lookup(cur, XFS_LOOKUP_LE, &stat); in xfs_btree_simple_query_range()
Dxfs_rmap.c44 return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_rmap_lookup_le()
Dxfs_alloc.c183 return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_alloc_lookup_le()
/Linux-v5.4/fs/xfs/
Dxfs_iwalk.c285 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start()
/Linux-v5.4/fs/xfs/scrub/
Dinode.c438 error = xfs_inobt_lookup(sc->sa.fino_cur, agino, XFS_LOOKUP_LE, in xchk_inode_xref_finobt()