Home
last modified time | relevance | path

Searched refs:vfs_create (Results 1 – 7 of 7) sorted by relevance

/linux/fs/overlayfs/
H A Doverlayfs.h238 int err = vfs_create(ovl_upper_mnt_idmap(ofs), dir, dentry, mode, true); in ovl_do_create()
/linux/fs/ecryptfs/
H A Dinode.c191 rc = vfs_create(&nop_mnt_idmap, lower_dir, in ecryptfs_do_create()
/linux/fs/nfsd/
H A Dnfs3proc.c347 host_err = vfs_create(&nop_mnt_idmap, inode, child, iap->ia_mode, true); in nfsd3_create_file()
H A Dvfs.c1494 * call this only after vfs_create() is called.
1534 host_err = vfs_create(&nop_mnt_idmap, dirp, dchild, in nfsd_create_locked()
/linux/fs/
H A Dnamei.c3374 * vfs_create - create new file
3389 int vfs_create(struct mnt_idmap *idmap, struct inode *dir, in vfs_create() function
3410 EXPORT_SYMBOL(vfs_create);
4285 error = vfs_create(idmap, path.dentry->d_inode, in do_mknodat()
/linux/fs/smb/server/
H A Dvfs.c190 err = vfs_create(mnt_idmap(path.mnt), d_inode(path.dentry), in ksmbd_vfs_create()
/linux/include/linux/
H A Dfs.h1995 int vfs_create(struct mnt_idmap *, struct inode *,