Searched refs:XFS_LOOKUP_EQ (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 208 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert() 555 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert_sprec() 1092 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); in xfs_ialloc_get_rec() 1315 XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_inobt() 1484 XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_finobt_newino() 1526 error = xfs_inobt_lookup(cur, frec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_update_inobt() 2062 error = xfs_inobt_lookup(cur, ibtrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_difree_finobt()
|
D | xfs_btree.h | 54 #define XFS_LOOKUP_EQ ((xfs_lookup_t)XFS_LOOKUP_EQi) macro
|
D | xfs_refcount.c | 89 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_refcount_lookup_eq()
|
D | xfs_rmap.c | 73 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_rmap_lookup_eq()
|
D | xfs_alloc.c | 155 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_alloc_lookup_eq()
|
D | xfs_btree.c | 2012 else if (dir != XFS_LOOKUP_EQ || diff == 0) in xfs_btree_lookup()
|
D | xfs_bmap.c | 108 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_bmbt_lookup_eq()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_trace.h | 2611 { XFS_LOOKUP_EQ, "eq" }, \
|