Searched refs:XFS_LOOKUP_EQ (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_ialloc.c | 431 error = xfs_btree_lookup(cur, XFS_LOOKUP_EQ, &i); in xfs_ialloc_ag_alloc() 624 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); in xfs_ialloc_get_rec() 830 XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag()
|
D | xfs_btree.h | 32 #define XFS_LOOKUP_EQ ((xfs_lookup_t)XFS_LOOKUP_EQi) macro
|
D | xfs_alloc.c | 65 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_alloc_lookup_eq()
|
D | xfs_btree.c | 1833 else if (dir != XFS_LOOKUP_EQ || diff == 0) in xfs_btree_lookup()
|
D | xfs_bmap.c | 135 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_bmbt_lookup_eq()
|