Searched defs:xfs_btree_cur (Results 1 – 2 of 2) sorted by relevance
266 struct xfs_btree_cur struct268 struct xfs_trans *bc_tp; /* transaction we're in, if any */269 struct xfs_mount *bc_mp; /* file system mount struct */270 const struct xfs_btree_ops *bc_ops;271 struct kmem_cache *bc_cache; /* cursor cache */272 unsigned int bc_flags; /* btree features - below */273 union xfs_btree_irec bc_rec; /* current insert/search record value */274 uint8_t bc_nlevels; /* number of levels in the tree */275 uint8_t bc_maxlevels; /* maximum levels for this btree type */276 struct xfs_group *bc_group;[all …]
473 struct xfs_btree_cur **, in __xfs_getfsmap_datadev()