Searched refs:vfs_mkdir (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/fs/ |
D | init.c | 236 error = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode, in init_mkdir()
|
D | namei.c | 4100 int vfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in vfs_mkdir() function 4126 EXPORT_SYMBOL(vfs_mkdir); 4144 error = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode, in do_mkdirat()
|
/Linux-v6.6/drivers/base/ |
D | devtmpfs.c | 169 err = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode); in dev_mkdir()
|
/Linux-v6.6/fs/cachefiles/ |
D | namei.c | 133 ret = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), subdir, 0700); in cachefiles_get_directory()
|
/Linux-v6.6/fs/overlayfs/ |
D | overlayfs.h | 233 int err = vfs_mkdir(ovl_upper_mnt_idmap(ofs), dir, dentry, mode); in ovl_do_mkdir()
|
/Linux-v6.6/fs/ecryptfs/ |
D | inode.c | 507 rc = vfs_mkdir(&nop_mnt_idmap, lower_dir, in ecryptfs_mkdir()
|
/Linux-v6.6/Documentation/security/ |
D | credentials.rst | 559 the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a
|
/Linux-v6.6/fs/nfsd/ |
D | nfs4recover.c | 236 status = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
|
D | vfs.c | 1450 host_err = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode); in nfsd_create_locked()
|
/Linux-v6.6/fs/smb/server/ |
D | vfs.c | 228 err = vfs_mkdir(idmap, d_inode(path.dentry), dentry, mode); in ksmbd_vfs_mkdir()
|
/Linux-v6.6/Documentation/filesystems/caching/ |
D | cachefiles.rst | 393 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
|
/Linux-v6.6/include/linux/ |
D | fs.h | 1709 int vfs_mkdir(struct mnt_idmap *, struct inode *,
|
/Linux-v6.6/Documentation/filesystems/ |
D | idmappings.rst | 344 itself. So we're concerned with what happens when e.g. ``vfs_mkdir()`` is
|