Home
last modified time | relevance | path

Searched refs:ifake (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/scrub/
H A Dbmap_repair.c622 struct xbtree_ifakeroot *ifake = &rb->new_bmapbt.ifake; in xrep_bmap_reset_counters() local
632 delta = ifake->if_blocks - rb->old_bmbt_block_count; in xrep_bmap_reset_counters()
655 struct xfs_ifork *ifp = rb->new_bmapbt.ifake.if_fork; in xrep_bmap_extents_load()
752 struct xbtree_ifakeroot *ifake = &rb->new_bmapbt.ifake; in xrep_bmap_build_new_fork() local
778 xfs_btree_stage_ifakeroot(bmap_cur, ifake); in xrep_bmap_build_new_fork()
786 ifake->if_fork->if_format = XFS_DINODE_FMT_EXTENTS; in xrep_bmap_build_new_fork()
789 ifake->if_fork->if_format = XFS_DINODE_FMT_BTREE; in xrep_bmap_build_new_fork()
H A Dnewbt.c129 xnr->ifake.if_fork = ifp; in xrep_newbt_init_inode()
130 xnr->ifake.if_fork_size = xfs_inode_fork_size(sc->ip, whichfork); in xrep_newbt_init_inode()
166 xnr->ifake.if_fork = ifp; in xrep_newbt_init_metadir_inode()
167 xnr->ifake.if_fork_size = xfs_inode_fork_size(sc->ip, XFS_DATA_FORK); in xrep_newbt_init_metadir_inode()
529 kmem_cache_free(xfs_ifork_cache, xnr->ifake.if_fork); in xrep_newbt_free()
530 xnr->ifake.if_fork = NULL; in xrep_newbt_free()
H A Dnewbt.h44 struct xbtree_ifakeroot ifake; member
H A Drtrefcount_repair.c636 xfs_btree_stage_ifakeroot(refc_cur, &rr->new_btree.ifake); in xrep_rtrefc_build_new_tree()
667 rr->new_btree.ifake.if_fork->if_format = XFS_DINODE_FMT_META_BTREE; in xrep_rtrefc_build_new_tree()
679 xrep_inode_set_nblocks(rr->sc, rr->new_btree.ifake.if_blocks); in xrep_rtrefc_build_new_tree()
H A Drtrmap_repair.c729 xfs_btree_stage_ifakeroot(rmap_cur, &rr->new_btree.ifake); in xrep_rtrmap_build_new_tree()
769 rr->new_btree.ifake.if_fork->if_format = XFS_DINODE_FMT_META_BTREE; in xrep_rtrmap_build_new_tree()
780 xrep_inode_set_nblocks(rr->sc, rr->new_btree.ifake.if_blocks); in xrep_rtrmap_build_new_tree()
/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h44 struct xbtree_ifakeroot *ifake);
H A Dxfs_rtrefcount_btree.h22 struct xbtree_ifakeroot *ifake);
H A Dxfs_rtrmap_btree.h23 struct xbtree_ifakeroot *ifake);
H A Dxfs_btree.h284 struct xbtree_ifakeroot *ifake; /* for staging cursor */ member