Searched refs:xfs_refcount_get_rec (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.h22 extern int xfs_refcount_get_rec(struct xfs_btree_cur *cur,
H A Dxfs_refcount.c168 xfs_refcount_get_rec( function
270 error = xfs_refcount_get_rec(cur, &irec, &found_rec);
402 error = xfs_refcount_get_rec(cur, &rcext, &found_rec);
690 error = xfs_refcount_get_rec(cur, &tmp, &found_rec);
710 error = xfs_refcount_get_rec(cur, &tmp, &found_rec);
785 error = xfs_refcount_get_rec(cur, &tmp, &found_rec);
805 error = xfs_refcount_get_rec(cur, &tmp, &found_rec);
1129 error = xfs_refcount_get_rec(cur, &ext, &found_rec);
1560 error = xfs_refcount_get_rec(cur, &tmp, &i);
1578 error = xfs_refcount_get_rec(cu
[all...]
/linux-master/fs/xfs/scrub/
H A Drefcount.c572 error = xfs_refcount_get_rec(sc->sa.refc_cur, &rc, &has_refcount);

Completed in 193 milliseconds