vfs_link (9) Linux Manual Page
vfs_link – create a new link Synopsis int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode **delegated_inode); Arguments old_dentry object to be linked dir new parent new_dentry where to create the new link delegated_inode returns inode needing a delegation break Description The caller must hold dir->i_mutex If vfs_link discovers a delegation on…
