Home
last modified time | relevance | path

Searched refs:XFS_LOOKUP_GE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_iwalk.c284 return xfs_inobt_lookup(*curpp, 0, XFS_LOOKUP_GE, has_more); in xfs_iwalk_ag_start()
398 return xfs_inobt_lookup(*curpp, next_agino, XFS_LOOKUP_GE, has_more); in xfs_iwalk_run_callbacks()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c252 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_check_agi_freecount()
1213 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_inobt()
1312 error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); in xfs_dialloc_ag_finobt_near()
1390 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_finobt_newino()
H A Dxfs_btree.h56 #define XFS_LOOKUP_GE ((xfs_lookup_t)XFS_LOOKUP_GEi) macro
H A Dxfs_refcount.c75 XFS_LOOKUP_GE); in xfs_refcount_lookup_ge()
79 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_refcount_lookup_ge()
H A Dxfs_alloc.c187 error = xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_alloc_lookup_ge()
H A Dxfs_btree.c2006 if (dir == XFS_LOOKUP_GE && in xfs_btree_lookup()
H A Dxfs_bmap.c123 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_bmbt_lookup_first()