Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Ddevtmpfs.c161 err = vfs_mkdir(d_inode(path.dentry), dentry, mode); in dev_mkdir()
/Linux-v4.19/fs/cachefiles/
Dnamei.c567 ret = vfs_mkdir(d_inode(dir), next, 0); in cachefiles_walk_to_object()
797 ret = vfs_mkdir(d_inode(dir), subdir, 0700); in cachefiles_get_directory()
/Linux-v4.19/fs/overlayfs/
Doverlayfs.h128 int err = vfs_mkdir(dir, dentry, mode); in ovl_do_mkdir()
/Linux-v4.19/fs/ecryptfs/
Dinode.c509 rc = vfs_mkdir(d_inode(lower_dir_dentry), lower_dentry, mode); in ecryptfs_mkdir()
/Linux-v4.19/fs/nfsd/
Dnfs4recover.c218 status = vfs_mkdir(d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
Dvfs.c1204 host_err = vfs_mkdir(dirp, dchild, iap->ia_mode); in nfsd_create_locked()
/Linux-v4.19/fs/
Dnamei.c3798 int vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in vfs_mkdir() function
3822 EXPORT_SYMBOL(vfs_mkdir);
3840 error = vfs_mkdir(path.dentry->d_inode, dentry, mode); in do_mkdirat()
/Linux-v4.19/Documentation/filesystems/caching/
Dcachefiles.txt413 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
/Linux-v4.19/Documentation/security/
Dcredentials.rst556 the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a
/Linux-v4.19/include/linux/
Dfs.h1628 extern int vfs_mkdir(struct inode *, struct dentry *, umode_t);