Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h533 int xfs_btree_has_records(struct xfs_btree_cur *cur,
H A Dxfs_btree.c5366 struct xfs_btree_has_records { struct
5388 struct xfs_btree_has_records *info = priv; in xfs_btree_has_records_helper() argument
5448 xfs_btree_has_records( in xfs_btree_has_records() function
5455 struct xfs_btree_has_records info = { in xfs_btree_has_records()
H A Dxfs_refcount.c2189 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_refcount_has_records()
H A Dxfs_rmap.c2927 return xfs_btree_has_records(cur, &low, &high, &mask, outcome); in xfs_rmap_has_records()
H A Dxfs_alloc.c4115 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_alloc_has_records()