Searched refs:vfs_create (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs3proc.c | 370 host_err = vfs_create(&nop_mnt_idmap, child, iap->ia_mode, NULL); in nfsd3_create_file()
|
| H A D | vfs.c | 1828 host_err = vfs_create(&nop_mnt_idmap, dchild, iap->ia_mode, NULL); in nfsd_create_locked()
|
| /linux/fs/ |
| H A D | namei.c | 4177 int vfs_create(struct mnt_idmap *idmap, struct dentry *dentry, umode_t mode, in vfs_create() function 4202 EXPORT_SYMBOL(vfs_create); 5211 error = vfs_create(mnt_idmap(path->mnt), path->dentry, mode, NULL); in dentry_create() 5319 error = vfs_create(idmap, dentry, mode, &di); in filename_mknodat()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 164 err = vfs_create(mnt_idmap(path.mnt), dentry, mode, NULL); in ksmbd_vfs_create()
|
| /linux/include/linux/ |
| H A D | fs.h | 1765 int vfs_create(struct mnt_idmap *, struct dentry *, umode_t,
|