Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_compat25.h78 #define ll_vfs_mkdir(inode, dir, mnt, mode) vfs_mkdir(inode, dir, mode)
/linux-4.1.27/fs/overlayfs/
Doverlayfs.h67 int err = vfs_mkdir(dir, dentry, mode); in ovl_do_mkdir()
/linux-4.1.27/fs/cachefiles/
Dnamei.c532 ret = vfs_mkdir(d_inode(dir), next, 0); in cachefiles_walk_to_object()
749 ret = vfs_mkdir(d_inode(dir), subdir, 0700); in cachefiles_get_directory()
/linux-4.1.27/drivers/base/
Ddevtmpfs.c160 err = vfs_mkdir(d_inode(path.dentry), dentry, mode); in dev_mkdir()
/linux-4.1.27/fs/ecryptfs/
Dinode.c539 rc = vfs_mkdir(d_inode(lower_dir_dentry), lower_dentry, mode); in ecryptfs_mkdir()
/linux-4.1.27/fs/nfsd/
Dnfs4recover.c212 status = vfs_mkdir(d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
Dvfs.c1282 host_err = vfs_mkdir(dirp, dchild, iap->ia_mode); in nfsd_create()
/linux-4.1.27/fs/
Dnamei.c3545 int vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in vfs_mkdir() function
3569 EXPORT_SYMBOL(vfs_mkdir);
3587 error = vfs_mkdir(path.dentry->d_inode, dentry, mode); in SYSCALL_DEFINE3()
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt413 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
/linux-4.1.27/Documentation/security/
Dcredentials.txt574 the VFS, and that can be done by calling into such as vfs_mkdir() with a
/linux-4.1.27/include/linux/
Dfs.h1495 extern int vfs_mkdir(struct inode *, struct dentry *, umode_t);