Searched refs:vfs_mkdir (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/overlayfs/ |
D | overlayfs.h | 67 int err = vfs_mkdir(dir, dentry, mode); in ovl_do_mkdir()
|
/linux-4.4.14/drivers/base/ |
D | devtmpfs.c | 160 err = vfs_mkdir(d_inode(path.dentry), dentry, mode); in dev_mkdir()
|
/linux-4.4.14/fs/cachefiles/ |
D | namei.c | 536 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/ |
D | inode.c | 538 rc = vfs_mkdir(d_inode(lower_dir_dentry), lower_dentry, mode); in ecryptfs_mkdir()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4recover.c | 212 status = vfs_mkdir(d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
|
D | vfs.c | 1212 host_err = vfs_mkdir(dirp, dchild, iap->ia_mode); in nfsd_create()
|
/linux-4.4.14/fs/ |
D | namei.c | 3579 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/ |
D | cachefiles.txt | 413 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 574 the VFS, and that can be done by calling into such as vfs_mkdir() with a
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1516 extern int vfs_mkdir(struct inode *, struct dentry *, umode_t);
|