Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_btree.h511 int xfs_btree_has_record(struct xfs_btree_cur *cur, union xfs_btree_irec *low,
H A Dxfs_refcount.c1788 return xfs_btree_has_record(cur, &low, &high, exists); in xfs_refcount_has_record()
H A Dxfs_alloc.c3397 return xfs_btree_has_record(cur, &low, &high, exists); in xfs_alloc_has_record()
H A Dxfs_rmap.c2651 return xfs_btree_has_record(cur, &low, &high, exists); in xfs_rmap_has_record()
H A Dxfs_btree.c4891 xfs_btree_has_record( in xfs_btree_has_record() function