Lines Matching full:temporary

67  * from a single parent file before replaying them into the temporary file.  To
73 * temporary file. All non-parent pointer extended attributes are copied to
74 * the temporary file's extended attributes. An atomic file mapping exchange
287 * Add this stashed incore parent pointer to the temporary file.
421 * whose parent pointers we're rebuilding, add a pptr to the temporary
455 * addition to the temporary file. in xrep_parent_scan_dirent()
649 * repairing, so stash the update for replay against the temporary in xrep_parent_live_update()
932 /* Stash non-pptr attributes for later replay into the temporary file. */
1041 * Periodically flush salvaged attributes to the temporary file. This is done
1054 * inode being repaired, the temporary file, and the empty scrub in xrep_parent_flush_xattrs()
1059 * xattrs from the xfarray and xfblob structures into the temporary in xrep_parent_flush_xattrs()
1061 * Updating the temporary file requires a transaction, so we commit the in xrep_parent_flush_xattrs()
1073 * Take the IOLOCK of the temporary file while we modify xattrs. This in xrep_parent_flush_xattrs()
1074 * isn't strictly required because the temporary file is never revealed in xrep_parent_flush_xattrs()
1082 /* Add all the salvaged attrs to the temporary file. */ in xrep_parent_flush_xattrs()
1121 /* Flush staged attributes to the temporary file if we're over the limit. */
1152 /* Copy all the non-pptr extended attributes into the temporary file. */
1186 /* Flush any remaining stashed xattrs to the temporary file. */ in xrep_parent_copy_xattrs()
1258 * Replay all the stashed parent pointers into the temporary file, copy all
1259 * the non-pptr xattrs from the file being repaired into the temporary file,
1272 * temporary file's xattr structure. We hold sc->ip's IOLOCK, which in xrep_parent_rebuild_pptrs()
1284 * and drop the ILOCK so that we can take the IOLOCK on the temporary in xrep_parent_rebuild_pptrs()
1521 * xfblob data while flushing stashed attrs to the temporary file. in xrep_parent_setup_scan()