Searched defs:xfs_btree_cur (Results 1 – 1 of 1) sorted by relevance
237 typedef struct xfs_btree_cur struct239 struct xfs_trans *bc_tp; /* transaction we're in, if any */240 struct xfs_mount *bc_mp; /* file system mount struct */241 const struct xfs_btree_ops *bc_ops;242 uint bc_flags; /* btree features - below */243 union {247 } bc_rec; /* current insert/search record value */248 struct xfs_buf *bc_bufs[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */272 } xfs_btree_cur_t; argument294 struct xfs_btree_cur *cur, /* btree cursor */ argument