Searched refs:XFS_LOOKUP_EQ (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.c | 224 error = xfs_inobt_lookup(cur, thisino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert() 565 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_inobt_insert_sprec() 658 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_finobt_insert_sprec() 1021 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_EQ, &i); in xfs_ialloc_get_rec() 1279 XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_inobt() 1476 XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_finobt_newino() 1527 error = xfs_inobt_lookup(cur, frec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_update_inobt() 2225 error = xfs_inobt_lookup(cur, ibtrec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_difree_finobt()
|
| H A D | xfs_btree.h | 54 #define XFS_LOOKUP_EQ ((xfs_lookup_t)XFS_LOOKUP_EQi) macro
|
| H A D | xfs_refcount.c | 104 return xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat); in xfs_refcount_lookup_eq()
|