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

/linux-master/fs/overlayfs/
H A Ddir.c227 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, function
395 opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode));
483 newdentry = ovl_create_temp(ofs, workdir, cattr);
H A Dcopy_up.c537 temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0));
761 temp = ovl_create_temp(ofs, c->workdir, &cattr);
H A Doverlayfs.h852 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir,
H A Dsuper.c556 temp = ovl_create_temp(ofs, workdir, OVL_CATTR(S_IFREG | 0));

Completed in 133 milliseconds