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

/linux-master/fs/
H A Dinit.c191 error = vfs_link(old_path.dentry, idmap, new_path.dentry->d_inode,
H A Dnamei.c4532 * vfs_link - create a new link
4541 * If vfs_link discovers a delegation on the to-be-linked file in need
4557 int vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap, function
4618 EXPORT_SYMBOL(vfs_link); variable
4676 error = vfs_link(old_path.dentry, idmap, new_path.dentry->d_inode,
/linux-master/fs/ecryptfs/
H A Dinode.c445 rc = vfs_link(lower_old_dentry, &nop_mnt_idmap, lower_dir,
/linux-master/fs/cachefiles/
H A Dnamei.c722 ret = vfs_link(object->file->f_path.dentry, &nop_mnt_idmap,
/linux-master/fs/overlayfs/
H A Doverlayfs.h224 int err = vfs_link(old_dentry, ovl_upper_mnt_idmap(ofs), dir,
/linux-master/fs/smb/server/
H A Dvfs.c664 pr_err("vfs_link failed err %d\n", err);
668 err = vfs_link(oldpath.dentry, mnt_idmap(newpath.mnt),
672 ksmbd_debug(VFS, "vfs_link failed err %d\n", err);
/linux-master/fs/nfsd/
H A Dvfs.c1762 host_err = vfs_link(dold, &nop_mnt_idmap, dirp, dnew, NULL);
/linux-master/include/linux/
H A Dfs.h1869 int vfs_link(struct dentry *, struct mnt_idmap *, struct inode *,

Completed in 161 milliseconds