Searched refs:XFS_LOOKUP_GE (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_itable.c | 413 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &stat); in xfs_bulkstat() 574 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_GE, in xfs_inumbers()
|
D | xfs_trace.h | 2613 { XFS_LOOKUP_GE, "ge" }
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_btree.h | 56 #define XFS_LOOKUP_GE ((xfs_lookup_t)XFS_LOOKUP_GEi) macro
|
D | xfs_ialloc.c | 246 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_check_agi_freecount() 1337 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_inobt() 1428 error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); in xfs_dialloc_ag_finobt_near() 1499 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_finobt_newino()
|
D | xfs_refcount.c | 69 XFS_LOOKUP_GE); in xfs_refcount_lookup_ge() 72 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_refcount_lookup_ge()
|
D | xfs_alloc.c | 171 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_alloc_lookup_ge()
|
D | xfs_btree.c | 1992 if (dir == XFS_LOOKUP_GE && in xfs_btree_lookup()
|
D | xfs_bmap.c | 119 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_bmbt_lookup_first()
|