Searched refs:vfs_create (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ecryptfs/ |
| H A D | inode.c | 197 rc = vfs_create(&nop_mnt_idmap, lower_dentry, mode, NULL); in ecryptfs_do_create()
|
| /linux/fs/ |
| H A D | namei.c | 4156 int vfs_create(struct mnt_idmap *idmap, struct dentry *dentry, umode_t mode, in vfs_create() function 4181 EXPORT_SYMBOL(vfs_create); 5034 error = vfs_create(mnt_idmap(path->mnt), path->dentry, mode, NULL); in dentry_create() 5142 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()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1809 host_err = vfs_create(&nop_mnt_idmap, dchild, iap->ia_mode, NULL); in nfsd_create_locked()
|
| /linux/include/linux/ |
| H A D | fs.h | 1768 int vfs_create(struct mnt_idmap *, struct dentry *, umode_t,
|