Searched refs:xfbt (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_btree_mem.h | 45 static inline bool xfbtree_verify_bno(struct xfbtree *xfbt, xfbno_t bno) in xfbtree_verify_bno() argument 47 return xmbuf_verify_daddr(xfbt->target, xfbno_to_daddr(bno)); in xfbtree_verify_bno() 65 int xfbtree_init(struct xfs_mount *mp, struct xfbtree *xfbt, 67 void xfbtree_destroy(struct xfbtree *xfbt); 69 int xfbtree_trans_commit(struct xfbtree *xfbt, struct xfs_trans *tp); 70 void xfbtree_trans_cancel(struct xfbtree *xfbt, struct xfs_trans *tp);
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 5162 TP_PROTO(struct xfs_mount *mp, struct xfbtree *xfbt, 5164 TP_ARGS(mp, xfbt, ops), 5176 __entry->xfino = file_inode(xfbt->target->bt_file)->i_ino; 5177 __entry->leaf_mxr = xfbt->maxrecs[0]; 5178 __entry->node_mxr = xfbt->maxrecs[1]; 5179 __entry->leaf_mnr = xfbt->minrecs[0]; 5180 __entry->node_mnr = xfbt->minrecs[1]; 5181 __entry->owner = xfbt->owner; 5194 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), 5195 TP_ARGS(xfbt, bp), [all …]
|