Searched refs:XFS_LOOKUP_GE (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_iwalk.c | 277 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start() 388 return xfs_inobt_lookup(*curpp, next_agino, XFS_LOOKUP_GE, has_more); in xfs_iwalk_run_callbacks()
|
| /linux/fs/xfs/scrub/ |
| H A D | rcbag.c | 224 error = xfs_btree_lookup(cur, XFS_LOOKUP_GE, &has); in rcbag_remove_ending_at()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_btree.h | 56 #define XFS_LOOKUP_GE ((xfs_lookup_t)XFS_LOOKUP_GEi) macro
|
| H A D | xfs_refcount.c | 80 XFS_LOOKUP_GE); in xfs_refcount_lookup_ge() 84 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_refcount_lookup_ge()
|