Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/
Ddevtmpfs.c155 err = vfs_mkdir(path.dentry->d_inode, dentry, mode); in dev_mkdir()
/linux-3.4.99/fs/cachefiles/
Dnamei.c541 ret = vfs_mkdir(dir->d_inode, next, 0); in cachefiles_walk_to_object()
759 ret = vfs_mkdir(dir->d_inode, subdir, 0700); in cachefiles_get_directory()
/linux-3.4.99/fs/nfsd/
Dnfs4recover.c179 status = vfs_mkdir(dir->d_inode, dentry, S_IRWXU); in nfsd4_create_clid_dir()
Dvfs.c1372 host_err = vfs_mkdir(dirp, dchild, iap->ia_mode); in nfsd_create()
/linux-3.4.99/fs/
Dnamei.c2624 int vfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in vfs_mkdir() function
2667 error = vfs_mkdir(path.dentry->d_inode, dentry, mode); in SYSCALL_DEFINE3()
3492 EXPORT_SYMBOL(vfs_mkdir);
/linux-3.4.99/fs/ecryptfs/
Dinode.c560 rc = vfs_mkdir(lower_dir_dentry->d_inode, lower_dentry, mode); in ecryptfs_mkdir()
/linux-3.4.99/Documentation/filesystems/caching/
Dcachefiles.txt413 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
/linux-3.4.99/Documentation/security/
Dcredentials.txt574 the VFS, and that can be done by calling into such as vfs_mkdir() with a
/linux-3.4.99/include/linux/
Dfs.h1548 extern int vfs_mkdir(struct inode *, struct dentry *, umode_t);