Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_itable.c436 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &stat); in xfs_bulkstat()
598 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_GE, in xfs_inumbers()
Dxfs_trace.h2685 { XFS_LOOKUP_GE, "ge" }
/fs/xfs/libxfs/
Dxfs_ialloc.c228 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_check_agi_freecount()
1322 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_inobt()
1413 error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); in xfs_dialloc_ag_finobt_near()
1484 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_finobt_newino()
Dxfs_btree.h69 #define XFS_LOOKUP_GE ((xfs_lookup_t)XFS_LOOKUP_GEi) macro
Dxfs_refcount.c84 XFS_LOOKUP_GE); in xfs_refcount_lookup_ge()
87 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_refcount_lookup_ge()
Dxfs_alloc.c179 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_alloc_lookup_ge()
Dxfs_btree.c1970 if (dir == XFS_LOOKUP_GE && in xfs_btree_lookup()
Dxfs_bmap.c137 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_bmbt_lookup_ge()