Home
last modified time | relevance | path

Searched refs:xfs_btree_has_record (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_btree.h543 int xfs_btree_has_record(struct xfs_btree_cur *cur,
Dxfs_refcount.c1897 return xfs_btree_has_record(cur, &low, &high, exists); in xfs_refcount_has_record()
Dxfs_rmap.c2685 return xfs_btree_has_record(cur, &low, &high, exists); in xfs_rmap_has_record()
Dxfs_alloc.c3513 return xfs_btree_has_record(cur, &low, &high, exists); in xfs_alloc_has_record()
Dxfs_btree.c5023 xfs_btree_has_record( in xfs_btree_has_record() function