Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cachefiles/
Dnamei.c564 ret = vfs_mkdir(d_inode(dir), next, 0); in cachefiles_walk_to_object()
794 ret = vfs_mkdir(d_inode(dir), subdir, 0700); in cachefiles_get_directory()
/Linux-v5.4/drivers/base/
Ddevtmpfs.c174 err = vfs_mkdir(d_inode(path.dentry), dentry, mode); in dev_mkdir()
/Linux-v5.4/fs/overlayfs/
Doverlayfs.h125 int err = vfs_mkdir(dir, dentry, mode); in ovl_do_mkdir()
/Linux-v5.4/fs/ecryptfs/
Dinode.c510 rc = vfs_mkdir(d_inode(lower_dir_dentry), lower_dentry, mode); in ecryptfs_mkdir()
/Linux-v5.4/fs/
Dnamei.c3788 int vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in vfs_mkdir() function
3812 EXPORT_SYMBOL(vfs_mkdir);
3830 error = vfs_mkdir(path.dentry->d_inode, dentry, mode); in do_mkdirat()
/Linux-v5.4/Documentation/filesystems/caching/
Dcachefiles.txt413 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
/Linux-v5.4/fs/nfsd/
Dnfs4recover.c244 status = vfs_mkdir(d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
Dvfs.c1180 host_err = vfs_mkdir(dirp, dchild, iap->ia_mode); in nfsd_create_locked()
/Linux-v5.4/Documentation/security/
Dcredentials.rst556 the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a
/Linux-v5.4/include/linux/
Dfs.h1712 extern int vfs_mkdir(struct inode *, struct dentry *, umode_t);