Searched refs:vfs_mkdir (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/fs/ |
D | init.c | 234 error = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode, in init_mkdir()
|
D | namei.c | 4236 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/ |
D | devtmpfs.c | 169 err = vfs_mkdir(&nop_mnt_idmap, d_inode(path.dentry), dentry, mode); in dev_mkdir()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | orphanage.c | 170 error = vfs_mkdir(&nop_mnt_idmap, root_inode, orphanage_dentry, in xrep_orphanage_create()
|
/linux-6.12.1/fs/cachefiles/ |
D | namei.c | 133 ret = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), subdir, 0700); in cachefiles_get_directory()
|
/linux-6.12.1/fs/overlayfs/ |
D | overlayfs.h | 248 int err = vfs_mkdir(ovl_upper_mnt_idmap(ofs), dir, dentry, mode); in ovl_do_mkdir()
|
/linux-6.12.1/fs/ecryptfs/ |
D | inode.c | 515 rc = vfs_mkdir(&nop_mnt_idmap, lower_dir, in ecryptfs_mkdir()
|
/linux-6.12.1/Documentation/security/ |
D | credentials.rst | 559 the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a
|
/linux-6.12.1/fs/smb/server/ |
D | vfs.c | 230 err = vfs_mkdir(idmap, d_inode(path.dentry), dentry, mode); in ksmbd_vfs_mkdir()
|
/linux-6.12.1/fs/nfsd/ |
D | nfs4recover.c | 237 status = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU); in nfsd4_create_clid_dir()
|
D | vfs.c | 1495 host_err = vfs_mkdir(&nop_mnt_idmap, dirp, dchild, iap->ia_mode); in nfsd_create_locked()
|
/linux-6.12.1/Documentation/filesystems/caching/ |
D | cachefiles.rst | 393 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
|
/linux-6.12.1/include/linux/ |
D | fs.h | 1915 int vfs_mkdir(struct mnt_idmap *, struct inode *,
|
/linux-6.12.1/Documentation/filesystems/ |
D | idmappings.rst | 344 itself. So we're concerned with what happens when e.g. ``vfs_mkdir()`` is
|