Searched refs:vfs_create (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | overlayfs.h | 244 int err = vfs_create(ovl_upper_mnt_idmap(ofs), dentry, mode, NULL); in ovl_do_create()
|
| /linux/fs/ |
| H A D | namei.c | 4184 int vfs_create(struct mnt_idmap *idmap, struct dentry *dentry, umode_t mode, in vfs_create() function 4209 EXPORT_SYMBOL(vfs_create); 5072 error = vfs_create(mnt_idmap(path->mnt), path->dentry, mode, NULL); in dentry_create() 5180 error = vfs_create(idmap, dentry, mode, &di); in filename_mknodat()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 168 err = vfs_create(mnt_idmap(path.mnt), dentry, mode, NULL); in ksmbd_vfs_create()
|