Home
last modified time | relevance | path

Searched refs:xfbtree_verify_bno (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_mem.h45 static inline bool xfbtree_verify_bno(struct xfbtree *xfbt, xfbno_t bno) in xfbtree_verify_bno() function
72 # define xfbtree_verify_bno(...) (false) macro
H A Dxfs_btree_mem.c177 if (!xfbtree_verify_bno(xfbt, bno)) { in xfbtree_alloc_block()
178 ASSERT(xfbtree_verify_bno(xfbt, bno)); in xfbtree_alloc_block()
H A Dxfs_btree.c324 if (!xfbtree_verify_bno(cur->bc_mem.xfbtree, in __xfs_btree_check_ptr()