Home
last modified time | relevance | path

Searched defs:xfs_btree_cur (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.h199 typedef struct xfs_btree_cur struct
201 struct xfs_trans *bc_tp; /* transaction we're in, if any */
202 struct xfs_mount *bc_mp; /* file system mount struct */
203 const struct xfs_btree_ops *bc_ops;
204 uint bc_flags; /* btree features - below */
205 union {
209 } bc_rec; /* current insert/search record value */
210 struct xfs_buf *bc_bufs[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */
234 } xfs_btree_cur_t; argument