Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.c224 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert()
563 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert_sprec()
659 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_finobt_insert_sprec()
1022 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); in xfs_ialloc_get_rec()
1280 XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_inobt()
1477 XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_finobt_newino()
1528 error = xfs_inobt_lookup(cur, frec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_update_inobt()
2206 error = xfs_inobt_lookup(cur, ibtrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_difree_finobt()
Dxfs_btree.h54 #define XFS_LOOKUP_EQ ((xfs_lookup_t)XFS_LOOKUP_EQi) macro
Dxfs_refcount.c101 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_refcount_lookup_eq()
Dxfs_rmap.c88 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_rmap_lookup_eq()
Dxfs_alloc.c186 return xfs_alloc_lookup(cur, XFS_LOOKUP_EQ, bno, len, stat); in xfs_alloc_lookup_eq()
Dxfs_btree.c2137 else if (dir != XFS_LOOKUP_EQ || diff == 0) in xfs_btree_lookup()
Dxfs_bmap.c116 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_bmbt_lookup_eq()
/linux-6.12.1/fs/xfs/scrub/
Drcbag_btree.c326 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, success); in rcbagbt_lookup_eq()