Lines Matching defs:temp
1191 struct dentry *temp;
1199 temp = ovl_create_temp(workdir, OVL_CATTR(S_IFREG | 0));
1200 err = PTR_ERR(temp);
1201 if (IS_ERR(temp))
1207 dput(temp);
1212 take_dentry_name_snapshot(&name, temp);
1213 err = ovl_do_rename(dir, temp, dir, dest, RENAME_WHITEOUT);
1227 /* Best effort cleanup of whiteout and temp file */
1233 ovl_cleanup(dir, temp);
1235 dput(temp);
1287 struct dentry *temp, *workdir;
1323 temp = ovl_do_tmpfile(ofs->workdir, S_IFREG | 0);
1324 ofs->tmpfile = !IS_ERR(temp);
1326 dput(temp);