Searched defs:xfs_btree_cur (Results 1 – 1 of 1) sorted by relevance
216 typedef struct xfs_btree_cur struct218 struct xfs_trans *bc_tp; /* transaction we're in, if any */219 struct xfs_mount *bc_mp; /* file system mount struct */220 const struct xfs_btree_ops *bc_ops;221 uint bc_flags; /* btree features - below */222 union {226 } bc_rec; /* current insert/search record value */227 struct xfs_buf *bc_bufs[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */251 } xfs_btree_cur_t; argument273 struct xfs_btree_cur *cur, /* btree cursor */ argument