Searched refs:xfs_btree_has_records (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.h | 533 int xfs_btree_has_records(struct xfs_btree_cur *cur,
|
H A D | xfs_btree.c | 5366 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 D | xfs_refcount.c | 2189 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_refcount_has_records()
|
H A D | xfs_rmap.c | 2927 return xfs_btree_has_records(cur, &low, &high, &mask, outcome); in xfs_rmap_has_records()
|
H A D | xfs_alloc.c | 4115 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_alloc_has_records()
|