Searched defs:xfs_btree_cur (Results 1 – 2 of 2) sorted by relevance
263 struct xfs_btree_cur struct265 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;[all …]
473 struct xfs_btree_cur **, in __xfs_getfsmap_datadev()