Searched refs:vfs_link (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/ |
D | init.c | 192 error = vfs_link(old_path.dentry, mnt_userns, new_path.dentry->d_inode, in init_link()
|
D | namei.c | 4481 int vfs_link(struct dentry *old_dentry, struct user_namespace *mnt_userns, in vfs_link() function 4542 EXPORT_SYMBOL(vfs_link); 4600 error = vfs_link(old_path.dentry, mnt_userns, new_path.dentry->d_inode, in do_linkat()
|
/Linux-v6.1/fs/cachefiles/ |
D | namei.c | 717 ret = vfs_link(object->file->f_path.dentry, &init_user_ns, in cachefiles_commit_tmpfile()
|
/Linux-v6.1/fs/overlayfs/ |
D | overlayfs.h | 166 int err = vfs_link(old_dentry, ovl_upper_mnt_userns(ofs), dir, new_dentry, NULL); in ovl_do_link()
|
/Linux-v6.1/fs/ecryptfs/ |
D | inode.c | 435 rc = vfs_link(lower_old_dentry, &init_user_ns, lower_dir, in ecryptfs_link()
|
/Linux-v6.1/fs/ksmbd/ |
D | vfs.c | 675 err = vfs_link(oldpath.dentry, mnt_user_ns(newpath.mnt), in ksmbd_vfs_link()
|
/Linux-v6.1/fs/nfsd/ |
D | vfs.c | 1573 host_err = vfs_link(dold, &init_user_ns, dirp, dnew, NULL); in nfsd_link()
|
/Linux-v6.1/include/linux/ |
D | fs.h | 1970 int vfs_link(struct dentry *, struct user_namespace *, struct inode *,
|