Home
last modified time | relevance | path

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

/linux-4.4.14/fs/overlayfs/
Doverlayfs.h67 int err = vfs_mkdir(dir, dentry, mode); in ovl_do_mkdir()
/linux-4.4.14/drivers/base/
Ddevtmpfs.c160 err = vfs_mkdir(d_inode(path.dentry), dentry, mode); in dev_mkdir()
/linux-4.4.14/fs/cachefiles/
Dnamei.c536 ret = vfs_mkdir(d_inode(dir), next, 0); in cachefiles_walk_to_object()
759 ret = vfs_mkdir(d_inode(dir), subdir, 0700); in cachefiles_get_directory()
/linux-4.4.14/fs/ecryptfs/
Dinode.c538 rc = vfs_mkdir(d_inode(lower_dir_dentry), lower_dentry, mode); in ecryptfs_mkdir()
/linux-4.4.14/fs/nfsd/
Dnfs4recover.c212 status = vfs_mkdir(d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
Dvfs.c1212 host_err = vfs_mkdir(dirp, dchild, iap->ia_mode); in nfsd_create()
/linux-4.4.14/fs/
Dnamei.c3579 int vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in vfs_mkdir() function
3603 EXPORT_SYMBOL(vfs_mkdir);
3621 error = vfs_mkdir(path.dentry->d_inode, dentry, mode); in SYSCALL_DEFINE3()
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt413 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
/linux-4.4.14/Documentation/security/
Dcredentials.txt574 the VFS, and that can be done by calling into such as vfs_mkdir() with a
/linux-4.4.14/include/linux/
Dfs.h1516 extern int vfs_mkdir(struct inode *, struct dentry *, umode_t);