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