Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst475 如 ``vfs_mkdir()`` 来实现。以下是一些进行此操作的位置:
/linux/fs/xfs/scrub/
H A Dorphanage.c168 orphanage_dentry = vfs_mkdir(&nop_mnt_idmap, root_inode, in xrep_orphanage_create()
/linux/fs/cachefiles/
H A Dnamei.c132 subdir = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), subdir, 0700, NULL); in cachefiles_get_directory()
/linux/fs/overlayfs/
H A Doverlayfs.h257 ret = vfs_mkdir(ovl_upper_mnt_idmap(ofs), dir, dentry, mode, NULL); in ovl_do_mkdir()
/linux/fs/smb/server/
H A Dvfs.c209 dentry = vfs_mkdir(idmap, d_inode(path.dentry), dentry, mode, NULL); in ksmbd_vfs_mkdir()
/linux/fs/
H A Dnamei.c5232 struct dentry *vfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in vfs_mkdir() function
5276 EXPORT_SYMBOL(vfs_mkdir);
5294 dentry = vfs_mkdir(mnt_idmap(path.mnt), path.dentry->d_inode, in filename_mkdirat()
/linux/Documentation/security/
H A Dcredentials.rst554 the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a
/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst393 The reason it does this is that it calls vfs_mkdir() and suchlike rather than
/linux/Documentation/filesystems/
H A Didmappings.rst344 itself. So we're concerned with what happens when e.g. ``vfs_mkdir()`` is