Home
last modified time | relevance | path

Searched refs:ovl_create_temp (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/overlayfs/
H A Ddir.c226 struct dentry *ovl_create_temp(struct dentry *workdir, struct ovl_cattr *attr) in ovl_create_temp() function
390 opaquedir = ovl_create_temp(workdir, OVL_CATTR(stat.mode)); in ovl_clear_empty()
493 newdentry = ovl_create_temp(workdir, cattr); in ovl_create_over_whiteout()
H A Dcopy_up.c410 temp = ovl_create_temp(indexdir, OVL_CATTR(S_IFDIR | 0)); in ovl_create_index()
603 temp = ovl_create_temp(c->workdir, &cattr); in ovl_copy_up_workdir()
H A Doverlayfs.h529 struct dentry *ovl_create_temp(struct dentry *workdir, struct ovl_cattr *attr);
H A Dsuper.c1199 temp = ovl_create_temp(workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Ddir.c227 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, in ovl_create_temp() function
395 opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode)); in ovl_clear_empty()
483 newdentry = ovl_create_temp(ofs, workdir, cattr); in ovl_create_over_whiteout()
H A Dcopy_up.c509 temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0)); in ovl_create_index()
731 temp = ovl_create_temp(ofs, c->workdir, &cattr); in ovl_copy_up_workdir()
H A Doverlayfs.h805 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir,
H A Dsuper.c616 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()

Completed in 13 milliseconds