Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree.h587 int xfs_btree_has_records(struct xfs_btree_cur *cur,
H A Dxfs_btree.c5028 struct xfs_btree_has_records { struct
5050 struct xfs_btree_has_records *info = priv; in xfs_btree_has_records_helper() argument
5110 xfs_btree_has_records( in xfs_btree_has_records() function
5117 struct xfs_btree_has_records info = { in xfs_btree_has_records()
H A Dxfs_refcount.c2033 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_refcount_has_records()
H A Dxfs_rmap.c2731 return xfs_btree_has_records(cur, &low, &high, &mask, outcome); in xfs_rmap_has_records()
H A Dxfs_alloc.c3910 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_alloc_has_records()