Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dtempfile.c912 struct xfs_ifork *temp_ifp; in xrep_tempfile_copyout_local() local
916 temp_ifp = xfs_ifork_ptr(sc->tempip, whichfork); in xrep_tempfile_copyout_local()
919 ASSERT(temp_ifp != NULL); in xrep_tempfile_copyout_local()
921 ASSERT(temp_ifp->if_format == XFS_DINODE_FMT_LOCAL); in xrep_tempfile_copyout_local()
939 xfs_init_local_fork(sc->ip, whichfork, temp_ifp->if_data, in xrep_tempfile_copyout_local()
940 temp_ifp->if_bytes); in xrep_tempfile_copyout_local()