Lines Matching defs:temp
608 struct dentry *temp;
616 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0));
617 err = PTR_ERR(temp);
618 if (IS_ERR(temp))
624 dput(temp);
629 take_dentry_name_snapshot(&name, temp);
630 err = ovl_do_rename(ofs, dir, temp, dir, dest, RENAME_WHITEOUT);
644 /* Best effort cleanup of whiteout and temp file */
650 ovl_cleanup(ofs, dir, temp);
652 dput(temp);