Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree.h518 int xfs_btree_has_records(struct xfs_btree_cur *cur,
Dxfs_btree.c5188 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()
Dxfs_refcount.c2012 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_refcount_has_records()
Dxfs_rmap.c2821 return xfs_btree_has_records(cur, &low, &high, &mask, outcome); in xfs_rmap_has_records()
Dxfs_alloc.c4106 return xfs_btree_has_records(cur, &low, &high, NULL, outcome); in xfs_alloc_has_records()