Searched refs:XFS_LOOKUP_LE (Results 1 – 10 of 10) sorted by relevance
| /fs/xfs/scrub/ |
| A D | ialloc.c | 81 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record); in xchk_inobt_xref_finobt() 184 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record); in xchk_finobt_xref_inobt()
|
| A D | iscan.c | 117 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_rec); in xchk_iscan_find_next()
|
| A D | inode.c | 671 error = xfs_inobt_lookup(sc->sa.fino_cur, agino, XFS_LOOKUP_LE, in xchk_inode_xref_finobt()
|
| /fs/xfs/libxfs/ |
| A D | xfs_ialloc.c | 1132 error = xfs_inobt_lookup(cur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_inobt() 1384 error = xfs_inobt_lookup(lcur, pagino, XFS_LOOKUP_LE, &i); in xfs_dialloc_ag_finobt_near() 2105 if ((error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i))) { in xfs_difree_inobt() 2423 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &i); in xfs_imap_lookup() 2853 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_count_ondisk() 3178 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has); in xfs_ialloc_check_shrink()
|
| A D | xfs_refcount.c | 60 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()
|
| A D | xfs_btree.h | 55 #define XFS_LOOKUP_LE ((xfs_lookup_t)XFS_LOOKUP_LEi) macro
|
| A D | xfs_btree.c | 2048 cur->bc_levels[0].ptr = dir != XFS_LOOKUP_LE; in xfs_btree_lookup() 2106 if (dir != XFS_LOOKUP_LE && cmp_r < 0) { in xfs_btree_lookup() 2129 } else if (dir == XFS_LOOKUP_LE && cmp_r > 0) in xfs_btree_lookup() 5069 error = xfs_btree_lookup(cur, XFS_LOOKUP_LE, &stat); in xfs_btree_simple_query_range() 5572 error = xfs_btree_lookup(cur, XFS_LOOKUP_LE, &stat); in xfs_btree_goto_left_edge()
|
| A D | xfs_alloc.c | 212 return xfs_alloc_lookup(cur, XFS_LOOKUP_LE, bno, len, stat); in xfs_alloc_lookup_le() 506 error = xfs_btree_lookup(cnt_cur, XFS_LOOKUP_LE, &stat); in xfs_cntbt_longest()
|
| A D | xfs_rmap.c | 56 error = xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat); in xfs_rmap_lookup_le()
|
| /fs/xfs/ |
| A D | xfs_iwalk.c | 286 error = xfs_inobt_lookup(*curpp, agino, XFS_LOOKUP_LE, has_more); in xfs_iwalk_ag_start()
|
Completed in 45 milliseconds