Home
last modified time | relevance | path

Searched refs:xfs_btree_is_mem_rmap (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h100 static inline bool xfs_btree_is_mem_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_mem_rmap() function
110 # define xfs_btree_is_mem_rmap(...) (false) macro
H A Dxfs_rmap.c351 if (xfs_btree_is_mem_rmap(cur->bc_ops)) in xfs_rmap_complain_bad_rec()