Searched refs:vfs_mkdir (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/
H A Dinit.c234 error = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode,
H A Dnamei.c4088 * vfs_mkdir - create directory
4102 int vfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, function
4128 EXPORT_SYMBOL(vfs_mkdir); variable
4146 error = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode,
/linux-master/drivers/base/
H A Ddevtmpfs.c169 err = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode);
/linux-master/fs/ecryptfs/
H A Dinode.c515 rc = vfs_mkdir(&nop_mnt_idmap, lower_dir,
/linux-master/fs/cachefiles/
H A Dnamei.c133 ret = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), subdir, 0700);
/linux-master/fs/overlayfs/
H A Doverlayfs.h245 int err = vfs_mkdir(ovl_upper_mnt_idmap(ofs), dir, dentry, mode);
/linux-master/fs/nfsd/
H A Dnfs4recover.c237 status = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU);
H A Dvfs.c1498 host_err = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode);
/linux-master/fs/smb/server/
H A Dvfs.c230 err = vfs_mkdir(idmap, d_inode(path.dentry), dentry, mode);
/linux-master/include/linux/
H A Dfs.h1863 int vfs_mkdir(struct mnt_idmap *, struct inode *,

Completed in 183 milliseconds