Searched refs:ovl_create_temp (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/overlayfs/ |
| D | dir.c | 227 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()
|
| D | copy_up.c | 509 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()
|
| D | overlayfs.h | 797 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir,
|
| D | super.c | 616 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()
|