Lines Matching defs:xfs_btree_cur
263 struct xfs_btree_cur struct
265 struct xfs_trans *bc_tp; /* transaction we're in, if any */
266 struct xfs_mount *bc_mp; /* file system mount struct */
267 const struct xfs_btree_ops *bc_ops;
268 struct kmem_cache *bc_cache; /* cursor cache */
269 unsigned int bc_flags; /* btree features - below */
270 union xfs_btree_irec bc_rec; /* current insert/search record value */
271 uint8_t bc_nlevels; /* number of levels in the tree */
272 uint8_t bc_maxlevels; /* maximum levels for this btree type */
273 struct xfs_group *bc_group;
276 union {
315 return struct_size_t(struct xfs_btree_cur, bc_levels, nlevels); in xfs_btree_cur_sizeof() argument