Home
last modified time | relevance | path

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

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