Home
last modified time | relevance | path

Searched refs:vfs_link (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/
H A Dinit.c192 error = vfs_link(old_path.dentry, idmap, new_path.dentry->d_inode, in init_link()
H A Dnamei.c4551 int vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap, in vfs_link() function
4612 EXPORT_SYMBOL(vfs_link);
4670 error = vfs_link(old_path.dentry, idmap, new_path.dentry->d_inode, in do_linkat()
/openbmc/linux/fs/cachefiles/
H A Dnamei.c720 ret = vfs_link(object->file->f_path.dentry, &nop_mnt_idmap, in cachefiles_commit_tmpfile()
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h212 int err = vfs_link(old_dentry, ovl_upper_mnt_idmap(ofs), dir, in ovl_do_link()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c445 rc = vfs_link(lower_old_dentry, &nop_mnt_idmap, lower_dir, in ecryptfs_link()
/openbmc/linux/fs/smb/server/
H A Dvfs.c668 err = vfs_link(oldpath.dentry, mnt_idmap(newpath.mnt), in ksmbd_vfs_link()
/openbmc/linux/fs/nfsd/
H A Dvfs.c1705 host_err = vfs_link(dold, &nop_mnt_idmap, dirp, dnew, NULL); in nfsd_link()
/openbmc/linux/include/linux/
H A Dfs.h1776 int vfs_link(struct dentry *, struct mnt_idmap *, struct inode *,