Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_itable.c426 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &stat); in xfs_bulkstat()
585 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_GE, in xfs_inumbers()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_btree.h59 #define XFS_LOOKUP_GE ((xfs_lookup_t)XFS_LOOKUP_GEi) macro
Dxfs_ialloc.c186 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_check_agi_freecount()
945 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_inobt()
1036 error = xfs_inobt_lookup(rcur, pagino, XFS_LOOKUP_GE, &j); in xfs_dialloc_ag_finobt_near()
1107 error = xfs_inobt_lookup(cur, 0, XFS_LOOKUP_GE, &i); in xfs_dialloc_ag_finobt_newino()
Dxfs_alloc.c80 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_alloc_lookup_ge()
Dxfs_btree.c1819 if (dir == XFS_LOOKUP_GE && in xfs_btree_lookup()
Dxfs_bmap.c132 return xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat); in xfs_bmbt_lookup_ge()