Searched refs:ifake (Results 1 – 9 of 9) sorted by relevance
128 struct xbtree_ifakeroot *ifake) in xfs_btree_stage_ifakeroot() argument134 cur->bc_ino.ifake = ifake; in xfs_btree_stage_ifakeroot()135 cur->bc_nlevels = ifake->if_levels; in xfs_btree_stage_ifakeroot()136 cur->bc_ino.forksize = ifake->if_fork_size; in xfs_btree_stage_ifakeroot()157 cur->bc_ino.ifake = NULL; in xfs_btree_commit_ifakeroot()790 cur->bc_ino.ifake->if_levels = cur->bc_nlevels; in xfs_btree_bload()791 cur->bc_ino.ifake->if_blocks = total_blocks - 1; in xfs_btree_bload()
44 struct xbtree_ifakeroot *ifake);
612 struct xbtree_ifakeroot *ifake = cur->bc_ino.ifake; in xfs_bmbt_commit_staged_btree() local628 memcpy(ifp, ifake->if_fork, sizeof(struct xfs_ifork)); in xfs_bmbt_commit_staged_btree()
264 struct xbtree_ifakeroot *ifake; /* for staging cursor */ member
827 return cur->bc_ino.ifake->if_fork; in xfs_btree_ifork_ptr()
492 struct xbtree_ifakeroot *ifake = &rb->new_bmapbt.ifake; in xrep_bmap_reset_counters() local502 delta = ifake->if_blocks - rb->old_bmbt_block_count; in xrep_bmap_reset_counters()525 struct xfs_ifork *ifp = rb->new_bmapbt.ifake.if_fork; in xrep_bmap_extents_load()622 struct xbtree_ifakeroot *ifake = &rb->new_bmapbt.ifake; in xrep_bmap_build_new_fork() local648 xfs_btree_stage_ifakeroot(bmap_cur, ifake); in xrep_bmap_build_new_fork()656 ifake->if_fork->if_format = XFS_DINODE_FMT_EXTENTS; in xrep_bmap_build_new_fork()659 ifake->if_fork->if_format = XFS_DINODE_FMT_BTREE; in xrep_bmap_build_new_fork()
118 xnr->ifake.if_fork = ifp; in xrep_newbt_init_inode()119 xnr->ifake.if_fork_size = xfs_inode_fork_size(sc->ip, whichfork); in xrep_newbt_init_inode()481 kmem_cache_free(xfs_ifork_cache, xnr->ifake.if_fork); in xrep_newbt_free()482 xnr->ifake.if_fork = NULL; in xrep_newbt_free()
44 struct xbtree_ifakeroot ifake; member
4367 __entry->levels = cur->bc_ino.ifake->if_levels;4368 __entry->blocks = cur->bc_ino.ifake->if_blocks;