Searched refs:XFS_LOOKUP_LE (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 1177 error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_inobt() 1404 error = xfs_inobt_lookup(lcur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_finobt_near() 1947 if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) { in xfs_difree_inobt() 2253 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i); in xfs_imap_lookup() 2694 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record()
|
D | xfs_refcount.c | 52 XFS_LOOKUP_LE); in xfs_refcount_lookup_le() 55 return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_refcount_lookup_le() 86 XFS_LOOKUP_LE); in xfs_refcount_lookup_eq()
|
D | xfs_btree.h | 55 #define XFS_LOOKUP_LE ((xfs_lookup_t)XFS_LOOKUP_LEi) macro
|
D | xfs_btree.c | 1928 cur->bc_ptrs[0] = dir != XFS_LOOKUP_LE; in xfs_btree_lookup() 1985 if (dir != XFS_LOOKUP_LE && diff < 0) { in xfs_btree_lookup() 2005 } else if (dir == XFS_LOOKUP_LE && diff > 0) in xfs_btree_lookup() 4579 error = xfs_btree_lookup(cur, XFS_LOOKUP_LE, &stat); in xfs_btree_simple_query_range()
|
D | xfs_rmap.c | 51 return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_rmap_lookup_le()
|
D | xfs_alloc.c | 187 return xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_alloc_lookup_le()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | inode.c | 447 error = xfs_inobt_lookup(sc->sa.fino_cur, agino, XFS_LOOKUP_LE, in xchk_inode_xref_finobt()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_itable.c | 207 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &stat); in xfs_bulkstat_grab_ichunk()
|
D | xfs_trace.h | 2612 { XFS_LOOKUP_LE, "le" }, \
|