/linux-4.1.27/fs/exofs/ |
D | symlink.c | 48 .follow_link = page_follow_link_light, 54 .follow_link = exofs_follow_link,
|
/linux-4.1.27/fs/ufs/ |
D | symlink.c | 44 .follow_link = ufs_follow_link, 50 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/jfs/ |
D | symlink.c | 34 .follow_link = jfs_follow_link, 44 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/ext2/ |
D | symlink.c | 33 .follow_link = page_follow_link_light, 46 .follow_link = ext2_follow_link,
|
/linux-4.1.27/fs/ext3/ |
D | symlink.c | 33 .follow_link = page_follow_link_light, 46 .follow_link = ext3_follow_link,
|
/linux-4.1.27/fs/ext4/ |
D | symlink.c | 124 .follow_link = ext4_follow_link, 127 .follow_link = page_follow_link_light, 139 .follow_link = ext4_follow_fast_link,
|
/linux-4.1.27/fs/sysv/ |
D | symlink.c | 19 .follow_link = sysv_follow_link,
|
D | inode.c | 149 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/autofs4/ |
D | symlink.c | 27 .follow_link = autofs4_follow_link
|
/linux-4.1.27/fs/jffs2/ |
D | symlink.c | 24 .follow_link = jffs2_follow_link,
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_immed.c | 54 .follow_link = vxfs_immed_follow_link,
|
/linux-4.1.27/fs/overlayfs/ |
D | inode.c | 167 if (WARN_ON(!realinode->i_op->follow_link)) in ovl_follow_link() 170 ret = realinode->i_op->follow_link(realdentry, nd); in ovl_follow_link() 395 .follow_link = ovl_follow_link,
|
/linux-4.1.27/fs/nfs/ |
D | symlink.c | 74 .follow_link = nfs_follow_link,
|
/linux-4.1.27/fs/ocfs2/ |
D | symlink.c | 91 .follow_link = page_follow_link_light,
|
/linux-4.1.27/Documentation/filesystems/ |
D | automount-support.txt | 14 (1) Give the directory a follow_link() operation. 16 When the directory is accessed, the follow_link op will be called, and 20 (2) Have the follow_link() op do the following steps:
|
D | porting | 210 had ->revalidate()) add calls in ->follow_link()/->readlink(). 456 from ->follow_link for normal symlinks, or nd_jump_link for magic
|
D | Locking | 53 void * (*follow_link) (struct dentry *, struct nameidata *); 86 follow_link: no
|
D | vfs.txt | 353 void * (*follow_link) (struct dentry *, struct nameidata *); 437 follow_link: called by the VFS to follow a symbolic link to the 443 follow_link(). The cookie returned by follow_link() is passed
|
D | autofs4-mount-control.txt | 67 use the follow_link inode operation to trigger the mount.
|
/linux-4.1.27/fs/affs/ |
D | symlink.c | 78 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/squashfs/ |
D | symlink.c | 122 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/proc/ |
D | self.c | 41 .follow_link = proc_self_follow_link,
|
D | thread_self.c | 42 .follow_link = proc_thread_self_follow_link,
|
D | namespaces.c | 77 .follow_link = proc_ns_follow_link,
|
D | inode.c | 413 .follow_link = proc_follow_link,
|
D | base.c | 1447 .follow_link = proc_pid_follow_link,
|
/linux-4.1.27/fs/kernfs/ |
D | symlink.c | 142 .follow_link = kernfs_iop_follow_link,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | symlink.c | 162 .follow_link = ll_follow_link,
|
/linux-4.1.27/fs/coda/ |
D | cnode.c | 20 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 140 static char *follow_link(char *link) in follow_link() function 926 .follow_link = hostfs_follow_link, 964 char *name = follow_link(host_root_path); in hostfs_fill_sb_common()
|
/linux-4.1.27/fs/configfs/ |
D | symlink.c | 309 .follow_link = configfs_follow_link,
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 649 return d_inode(proc_dentry)->i_op->follow_link(proc_dentry, nd); in hppfs_follow_link() 667 .follow_link = hppfs_follow_link,
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 85 .follow_link = befs_fast_follow_link, 90 .follow_link = befs_follow_link,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 88 2) follow_link and readdir code does not follow dfs junctions
|
D | CHANGES | 1060 8) Started adding the readlink and follow_link code
|
/linux-4.1.27/fs/ |
D | namei.c | 871 follow_link(struct path *link, struct nameidata *nd, void **p) in follow_link() function 897 *p = dentry->d_inode->i_op->follow_link(dentry, nd); in follow_link() 1675 res = follow_link(&link, nd, &cookie); in nested_symlink() 2043 err = follow_link(&link, nd, &cookie); in path_lookupat() 2397 err = follow_link(&link, &nd, &cookie); in path_mountpoint() 3280 error = follow_link(&link, nd, &cookie); in path_openat() 4467 cookie = dentry->d_inode->i_op->follow_link(dentry, &nd); in generic_readlink() 4571 .follow_link = page_follow_link_light,
|
D | dcache.c | 1726 if (unlikely(inode->i_op->follow_link)) { in d_flags_for_inode()
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 54 .follow_link = debugfs_follow_link,
|
/linux-4.1.27/fs/nilfs2/ |
D | namei.c | 575 .follow_link = page_follow_link_light,
|
/linux-4.1.27/drivers/pcmcia/ |
D | cistpl.c | 477 static int follow_link(struct pcmcia_socket *s, tuple_t *tuple) in follow_link() function 555 ofs = follow_link(s, tuple); in pccard_get_next_tuple()
|
/linux-4.1.27/fs/minix/ |
D | inode.c | 438 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/logfs/ |
D | dir.c | 781 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/f2fs/ |
D | namei.c | 809 .follow_link = f2fs_follow_link,
|
/linux-4.1.27/fs/9p/ |
D | vfs_inode_dotl.c | 1007 .follow_link = v9fs_vfs_follow_link_dotl,
|
D | vfs_inode.c | 1531 .follow_link = v9fs_vfs_follow_link,
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 896 .follow_link = cifs_follow_link,
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 1101 .follow_link = ecryptfs_follow_link,
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 247 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 1178 .follow_link = xfs_vn_follow_link,
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 1573 .follow_link = ubifs_follow_link,
|
/linux-4.1.27/fs/reiserfs/ |
D | namei.c | 1637 .follow_link = page_follow_link_light,
|
/linux-4.1.27/mm/ |
D | shmem.c | 2645 .follow_link = shmem_follow_short_symlink, 2656 .follow_link = shmem_follow_link,
|
/linux-4.1.27/fs/udf/ |
D | namei.c | 1298 .follow_link = page_follow_link_light,
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1962 .follow_link = gfs2_follow_link,
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1928 .follow_link = fuse_follow_link,
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 1703 .follow_link = ceph_sym_follow_link,
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1626 void * (*follow_link) (struct dentry *, struct nameidata *); member
|
/linux-4.1.27/fs/btrfs/ |
D | inode.c | 9974 .follow_link = page_follow_link_light,
|