Searched refs:ovl_create_temp (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | dir.c | 246 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, in ovl_create_temp() function 411 opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode)); in ovl_clear_empty() 502 newdentry = ovl_create_temp(ofs, workdir, cattr); in ovl_create_over_whiteout()
|
| H A D | copy_up.c | 550 temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0)); in ovl_create_index() 778 temp = ovl_create_temp(ofs, c->workdir, &cattr); in ovl_copy_up_workdir()
|
| H A D | super.c | 580 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0)); in ovl_check_rename_whiteout()
|