Searched refs:vfs_link (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ |
H A D | init.c | 192 error = vfs_link(old_path.dentry, idmap, new_path.dentry->d_inode, in init_link()
|
H A D | namei.c | 4549 int vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap, in vfs_link() function 4610 EXPORT_SYMBOL(vfs_link); 4668 error = vfs_link(old_path.dentry, idmap, new_path.dentry->d_inode, in do_linkat()
|
/openbmc/linux/fs/cachefiles/ |
H A D | namei.c | 719 ret = vfs_link(object->file->f_path.dentry, &nop_mnt_idmap, in cachefiles_commit_tmpfile()
|
/openbmc/linux/fs/overlayfs/ |
H A D | overlayfs.h | 212 int err = vfs_link(old_dentry, ovl_upper_mnt_idmap(ofs), dir, in ovl_do_link()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 445 rc = vfs_link(lower_old_dentry, &nop_mnt_idmap, lower_dir, in ecryptfs_link()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 668 err = vfs_link(oldpath.dentry, mnt_idmap(newpath.mnt), in ksmbd_vfs_link()
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 1708 host_err = vfs_link(dold, &nop_mnt_idmap, dirp, dnew, NULL); in nfsd_link()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1777 int vfs_link(struct dentry *, struct mnt_idmap *, struct inode *,
|