Lines Matching refs:tempip

616 		.dp			= rx->sc->tempip,  in xrep_xattr_insert_rec()
662 trace_xrep_xattr_insert_pptr(rx->sc->tempip, key->flags, in xrep_xattr_insert_rec()
667 trace_xrep_xattr_insert_rec(rx->sc->tempip, key->flags, in xrep_xattr_insert_rec()
807 struct xfs_ifork *ifp = &sc->tempip->i_af; in xrep_xattr_full_reset()
810 trace_xrep_xattr_full_reset(sc->ip, sc->tempip); in xrep_xattr_full_reset()
813 if (sc->tempip->i_df.if_format == XFS_DINODE_FMT_BTREE) { in xrep_xattr_full_reset()
827 xfs_trans_ijoin(sc->tp, sc->tempip, 0); in xrep_xattr_full_reset()
833 if (xfs_ifork_has_extents(&sc->tempip->i_af)) { in xrep_xattr_full_reset()
834 error = xrep_reap_ifork(sc, sc->tempip, XFS_ATTR_FORK); in xrep_xattr_full_reset()
840 xfs_idata_realloc(sc->tempip, sizeof(*hdr), XFS_ATTR_FORK); in xrep_xattr_full_reset()
847 xfs_trans_log_inode(sc->tp, sc->tempip, XFS_ILOG_CORE | XFS_ILOG_ADATA); in xrep_xattr_full_reset()
1039 trace_xrep_xattr_reset_fork(sc->ip, sc->tempip); in xrep_xattr_reset_tempfile_fork()
1045 if (xfs_ifork_has_extents(&sc->tempip->i_af)) { in xrep_xattr_reset_tempfile_fork()
1046 error = xrep_reap_ifork(sc, sc->tempip, XFS_ATTR_FORK); in xrep_xattr_reset_tempfile_fork()
1051 return xrep_xattr_fork_remove(sc, sc->tempip); in xrep_xattr_reset_tempfile_fork()
1116 trace_xrep_xattr_replay_parentadd(sc->tempip, xname, in xrep_xattr_replay_pptr_update()
1119 error = xfs_parent_set(sc->tempip, sc->ip->i_ino, xname, in xrep_xattr_replay_pptr_update()
1125 trace_xrep_xattr_replay_parentremove(sc->tempip, xname, in xrep_xattr_replay_pptr_update()
1128 error = xfs_parent_unset(sc->tempip, sc->ip->i_ino, xname, in xrep_xattr_replay_pptr_update()
1200 trace_xrep_xattr_stash_parentadd(rx->sc->tempip, dp, name); in xrep_xattr_stash_parentadd()
1226 trace_xrep_xattr_stash_parentremove(rx->sc->tempip, dp, name); in xrep_xattr_stash_parentremove()
1293 .dp = sc->tempip, in xrep_xattr_swap_prep()
1348 temp_local = sc->tempip->i_af.if_format == XFS_DINODE_FMT_LOCAL; in xrep_xattr_swap()
1359 newsize = xfs_attr_sf_totsize(sc->tempip); in xrep_xattr_swap()
1439 trace_xrep_xattr_rebuild_tree(sc->ip, sc->tempip); in xrep_xattr_rebuild_tree()