Searched refs:vfs_link (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | lustre_compat25.h | 79 #define ll_vfs_link(old, mnt, dir, new, mnt1) vfs_link(old, dir, new)
|
/linux-4.1.27/fs/overlayfs/ |
D | overlayfs.h | 47 int err = vfs_link(old_dentry, dir, new_dentry, NULL); in ovl_do_link()
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 467 rc = vfs_link(lower_old_dentry, d_inode(lower_dir_dentry), in ecryptfs_link()
|
/linux-4.1.27/fs/ |
D | namei.c | 3954 int vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, struct inode … in vfs_link() function 4006 EXPORT_SYMBOL(vfs_link); 4061 error = vfs_link(old_path.dentry, new_path.dentry->d_inode, new_dentry, &delegated_inode); in SYSCALL_DEFINE5()
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 1647 host_err = vfs_link(dold, dirp, dnew, NULL); in nfsd_link()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1498 extern int vfs_link(struct dentry *, struct inode *, struct dentry *, struct inode **);
|