Searched refs:xfs_btree_has_records (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_btree.h | 518 int xfs_btree_has_records(struct xfs_btree_cur *cur,
|
D | xfs_btree.c | 5188 struct xfs_btree_has_records { struct 5210 struct xfs_btree_has_records *info = priv; in xfs_btree_has_records_helper() argument 5270 xfs_btree_has_records( in xfs_btree_has_records() function 5277 struct xfs_btree_has_records info = { in xfs_btree_has_records()
|
D | xfs_refcount.c | 2012 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_refcount_has_records()
|
D | xfs_rmap.c | 2821 return xfs_btree_has_records(cur, &low, &high, &mask, outcome); in xfs_rmap_has_records()
|
D | xfs_alloc.c | 4106 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_alloc_has_records()
|