Home
last modified time | relevance | path

Searched refs:ovl_mkdir_real (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Ddir.c140 int ovl_mkdir_real(struct ovl_fs *ofs, struct inode *dir, in ovl_mkdir_real() function
193 err = ovl_mkdir_real(ofs, dir, &newdentry, attr->mode); in ovl_create_real()
H A Doverlayfs.h798 int ovl_mkdir_real(struct ovl_fs *ofs, struct inode *dir,
H A Dsuper.c318 err = ovl_mkdir_real(ofs, dir, &work, attr.ia_mode); in ovl_workdir_create()