Searched refs:vfs_create (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/ecryptfs/
H A Dinode.c191 rc = vfs_create(&nop_mnt_idmap, lower_dir,
/linux-master/fs/overlayfs/
H A Doverlayfs.h235 int err = vfs_create(ovl_upper_mnt_idmap(ofs), dir, dentry, mode, true);
/linux-master/fs/nfsd/
H A Dnfs3proc.c316 host_err = vfs_create(&nop_mnt_idmap, inode, child, iap->ia_mode, true);
H A Dvfs.c1453 * call this only after vfs_create() is called.
1492 host_err = vfs_create(&nop_mnt_idmap, dirp, dchild,
/linux-master/fs/
H A Dopen.c1140 error = vfs_create(mnt_idmap(path->mnt),
H A Dnamei.c3168 * vfs_create - create new file
3183 int vfs_create(struct mnt_idmap *idmap, struct inode *dir, function
3204 EXPORT_SYMBOL(vfs_create); variable
4051 error = vfs_create(idmap, path.dentry->d_inode,
/linux-master/fs/smb/server/
H A Dvfs.c189 err = vfs_create(mnt_idmap(path.mnt), d_inode(path.dentry),
/linux-master/include/linux/
H A Dfs.h1861 int vfs_create(struct mnt_idmap *, struct inode *,

Completed in 192 milliseconds