/linux-4.1.27/fs/nfs/ |
D | symlink.c | 61 nd_set_link(nd, kmap(page)); in nfs_follow_link() 65 nd_set_link(nd, err); in nfs_follow_link()
|
/linux-4.1.27/fs/ext4/ |
D | symlink.c | 83 nd_set_link(nd, paddr); in ext4_follow_link() 117 nd_set_link(nd, (char *) ei->i_data); in ext4_follow_fast_link()
|
/linux-4.1.27/fs/sysv/ |
D | symlink.c | 13 nd_set_link(nd, (char *)SYSV_I(d_inode(dentry))->i_data); in sysv_follow_link()
|
/linux-4.1.27/fs/exofs/ |
D | symlink.c | 42 nd_set_link(nd, (char *)oi->i_data); in exofs_follow_link()
|
/linux-4.1.27/fs/autofs4/ |
D | symlink.c | 21 nd_set_link(nd, d_inode(dentry)->i_private); in autofs4_follow_link()
|
/linux-4.1.27/fs/ufs/ |
D | symlink.c | 38 nd_set_link(nd, (char*)p->i_u1.i_symlink); in ufs_follow_link()
|
/linux-4.1.27/fs/jfs/ |
D | symlink.c | 28 nd_set_link(nd, s); in jfs_follow_link()
|
/linux-4.1.27/fs/ext2/ |
D | symlink.c | 27 nd_set_link(nd, (char *)ei->i_data); in ext2_follow_link()
|
/linux-4.1.27/fs/ext3/ |
D | symlink.c | 27 nd_set_link(nd, (char*)ei->i_data); in ext3_follow_link()
|
/linux-4.1.27/fs/jffs2/ |
D | symlink.c | 57 nd_set_link(nd, p); in jffs2_follow_link()
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_immed.c | 80 nd_set_link(np, vip->vii_immed.vi_immed); in vxfs_immed_follow_link()
|
/linux-4.1.27/include/linux/ |
D | namei.h | 74 extern void nd_set_link(struct nameidata *nd, char *path);
|
/linux-4.1.27/fs/configfs/ |
D | symlink.c | 290 nd_set_link(nd, (char *)page); in configfs_follow_link() 295 nd_set_link(nd, ERR_PTR(error)); in configfs_follow_link()
|
/linux-4.1.27/fs/proc/ |
D | self.c | 35 nd_set_link(nd, name); in proc_self_follow_link()
|
D | thread_self.c | 36 nd_set_link(nd, name); in proc_thread_self_follow_link()
|
D | inode.c | 402 nd_set_link(nd, pde->data); in proc_follow_link()
|
/linux-4.1.27/fs/kernfs/ |
D | symlink.c | 124 nd_set_link(nd, error ? ERR_PTR(error) : (char *)page); in kernfs_iop_follow_link()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | symlink.c | 147 nd_set_link(nd, symname); in ll_follow_link()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 496 nd_set_link(nd, link); in befs_follow_link() 506 nd_set_link(nd, befs_ino->i_data.symlink); in befs_fast_follow_link()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 433 nd_set_link(nd, link); in xfs_vn_follow_link() 439 nd_set_link(nd, ERR_PTR(error)); in xfs_vn_follow_link()
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 48 nd_set_link(nd, d_inode(dentry)->i_private); in debugfs_follow_link()
|
/linux-4.1.27/fs/cifs/ |
D | link.c | 682 nd_set_link(nd, target_path); in cifs_follow_link()
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1564 nd_set_link(nd, ERR_PTR(error)); in gfs2_follow_link() 1589 nd_set_link(nd, buf); in gfs2_follow_link()
|
/linux-4.1.27/fs/ |
D | namei.c | 734 void nd_set_link(struct nameidata *nd, char *path) in nd_set_link() function 738 EXPORT_SYMBOL(nd_set_link); 890 nd_set_link(nd, NULL); in follow_link() 4508 nd_set_link(nd, page_getlink(dentry, &page)); in page_follow_link_light()
|
/linux-4.1.27/fs/9p/ |
D | vfs_inode_dotl.c | 940 nd_set_link(nd, link); in v9fs_vfs_follow_link_dotl()
|
D | vfs_inode.c | 1298 nd_set_link(nd, link); in v9fs_vfs_follow_link()
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 913 nd_set_link(nd, link); in hostfs_follow_link()
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 688 nd_set_link(nd, buf); in ecryptfs_follow_link()
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 1307 nd_set_link(nd, ui->data); in ubifs_follow_link()
|
/linux-4.1.27/mm/ |
D | shmem.c | 2479 nd_set_link(nd, SHMEM_I(d_inode(dentry))->symlink); in shmem_follow_short_symlink() 2487 nd_set_link(nd, error ? ERR_PTR(error) : kmap(page)); in shmem_follow_link()
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 455 vfs_follow_link has been removed. Filesystems must use nd_set_link
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1405 nd_set_link(nd, read_link(dentry)); in fuse_follow_link()
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 1697 nd_set_link(nd, ci->i_symlink); in ceph_sym_follow_link()
|