Searched refs:vfs_mkdir (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 475 如 ``vfs_mkdir()`` 来实现。以下是一些进行此操作的位置:
|
| /linux/fs/xfs/scrub/ |
| H A D | orphanage.c | 168 orphanage_dentry = vfs_mkdir(&nop_mnt_idmap, root_inode, in xrep_orphanage_create()
|
| /linux/fs/cachefiles/ |
| H A D | namei.c | 132 subdir = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), subdir, 0700, NULL); in cachefiles_get_directory()
|
| /linux/fs/overlayfs/ |
| H A D | overlayfs.h | 257 ret = vfs_mkdir(ovl_upper_mnt_idmap(ofs), dir, dentry, mode, NULL); in ovl_do_mkdir()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 209 dentry = vfs_mkdir(idmap, d_inode(path.dentry), dentry, mode, NULL); in ksmbd_vfs_mkdir()
|
| /linux/fs/ |
| H A D | namei.c | 5232 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 D | credentials.rst | 554 the VFS, and that can be done by calling into such as ``vfs_mkdir()`` with a
|
| /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
|
| /linux/Documentation/filesystems/ |
| H A D | idmappings.rst | 344 itself. So we're concerned with what happens when e.g. ``vfs_mkdir()`` is
|