Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinit.c236 error = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode, in init_mkdir()
H A Dnamei.c4094 int vfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in vfs_mkdir() function
4120 EXPORT_SYMBOL(vfs_mkdir);
4138 error = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode, in do_mkdirat()
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c169 err = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode); in dev_mkdir()
/openbmc/linux/fs/cachefiles/
H A Dnamei.c133 ret = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), subdir, 0700); in cachefiles_get_directory()
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h233 int err = vfs_mkdir(ovl_upper_mnt_idmap(ofs), dir, dentry, mode); in ovl_do_mkdir()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c515 rc = vfs_mkdir(&nop_mnt_idmap, lower_dir, in ecryptfs_mkdir()
/openbmc/linux/Documentation/security/
H A Dcredentials.rst559 the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a
/openbmc/linux/fs/nfsd/
H A Dnfs4recover.c236 status = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
H A Dvfs.c1441 host_err = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode); in nfsd_create_locked()
/openbmc/linux/fs/smb/server/
H A Dvfs.c230 err = vfs_mkdir(idmap, d_inode(path.dentry), dentry, mode); in ksmbd_vfs_mkdir()
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst393 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
/openbmc/linux/include/linux/
H A Dfs.h1770 int vfs_mkdir(struct mnt_idmap *, struct inode *,
/openbmc/linux/Documentation/filesystems/
H A Didmappings.rst344 itself. So we're concerned with what happens when e.g. ``vfs_mkdir()`` is