Home
last modified time | relevance | path

Searched refs:follow_link (Results 1 – 58 of 58) sorted by relevance

/linux-4.1.27/fs/exofs/
Dsymlink.c48 .follow_link = page_follow_link_light,
54 .follow_link = exofs_follow_link,
/linux-4.1.27/fs/ufs/
Dsymlink.c44 .follow_link = ufs_follow_link,
50 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/jfs/
Dsymlink.c34 .follow_link = jfs_follow_link,
44 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/ext2/
Dsymlink.c33 .follow_link = page_follow_link_light,
46 .follow_link = ext2_follow_link,
/linux-4.1.27/fs/ext3/
Dsymlink.c33 .follow_link = page_follow_link_light,
46 .follow_link = ext3_follow_link,
/linux-4.1.27/fs/ext4/
Dsymlink.c124 .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/
Dsymlink.c19 .follow_link = sysv_follow_link,
Dinode.c149 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/autofs4/
Dsymlink.c27 .follow_link = autofs4_follow_link
/linux-4.1.27/fs/jffs2/
Dsymlink.c24 .follow_link = jffs2_follow_link,
/linux-4.1.27/fs/freevxfs/
Dvxfs_immed.c54 .follow_link = vxfs_immed_follow_link,
/linux-4.1.27/fs/overlayfs/
Dinode.c167 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/
Dsymlink.c74 .follow_link = nfs_follow_link,
/linux-4.1.27/fs/ocfs2/
Dsymlink.c91 .follow_link = page_follow_link_light,
/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt14 (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:
Dporting210 had ->revalidate()) add calls in ->follow_link()/->readlink().
456 from ->follow_link for normal symlinks, or nd_jump_link for magic
DLocking53 void * (*follow_link) (struct dentry *, struct nameidata *);
86 follow_link: no
Dvfs.txt353 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
Dautofs4-mount-control.txt67 use the follow_link inode operation to trigger the mount.
/linux-4.1.27/fs/affs/
Dsymlink.c78 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/squashfs/
Dsymlink.c122 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/proc/
Dself.c41 .follow_link = proc_self_follow_link,
Dthread_self.c42 .follow_link = proc_thread_self_follow_link,
Dnamespaces.c77 .follow_link = proc_ns_follow_link,
Dinode.c413 .follow_link = proc_follow_link,
Dbase.c1447 .follow_link = proc_pid_follow_link,
/linux-4.1.27/fs/kernfs/
Dsymlink.c142 .follow_link = kernfs_iop_follow_link,
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsymlink.c162 .follow_link = ll_follow_link,
/linux-4.1.27/fs/coda/
Dcnode.c20 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/hostfs/
Dhostfs_kern.c140 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/
Dsymlink.c309 .follow_link = configfs_follow_link,
/linux-4.1.27/fs/hppfs/
Dhppfs.c649 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/
Dlinuxvfs.c85 .follow_link = befs_fast_follow_link,
90 .follow_link = befs_follow_link,
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO88 2) follow_link and readdir code does not follow dfs junctions
DCHANGES1060 8) Started adding the readlink and follow_link code
/linux-4.1.27/fs/
Dnamei.c871 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,
Ddcache.c1726 if (unlikely(inode->i_op->follow_link)) { in d_flags_for_inode()
/linux-4.1.27/fs/debugfs/
Dfile.c54 .follow_link = debugfs_follow_link,
/linux-4.1.27/fs/nilfs2/
Dnamei.c575 .follow_link = page_follow_link_light,
/linux-4.1.27/drivers/pcmcia/
Dcistpl.c477 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/
Dinode.c438 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/logfs/
Ddir.c781 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/f2fs/
Dnamei.c809 .follow_link = f2fs_follow_link,
/linux-4.1.27/fs/9p/
Dvfs_inode_dotl.c1007 .follow_link = v9fs_vfs_follow_link_dotl,
Dvfs_inode.c1531 .follow_link = v9fs_vfs_follow_link,
/linux-4.1.27/fs/cifs/
Dcifsfs.c896 .follow_link = cifs_follow_link,
/linux-4.1.27/fs/ecryptfs/
Dinode.c1101 .follow_link = ecryptfs_follow_link,
/linux-4.1.27/fs/ncpfs/
Dinode.c247 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/xfs/
Dxfs_iops.c1178 .follow_link = xfs_vn_follow_link,
/linux-4.1.27/fs/ubifs/
Dfile.c1573 .follow_link = ubifs_follow_link,
/linux-4.1.27/fs/reiserfs/
Dnamei.c1637 .follow_link = page_follow_link_light,
/linux-4.1.27/mm/
Dshmem.c2645 .follow_link = shmem_follow_short_symlink,
2656 .follow_link = shmem_follow_link,
/linux-4.1.27/fs/udf/
Dnamei.c1298 .follow_link = page_follow_link_light,
/linux-4.1.27/fs/gfs2/
Dinode.c1962 .follow_link = gfs2_follow_link,
/linux-4.1.27/fs/fuse/
Ddir.c1928 .follow_link = fuse_follow_link,
/linux-4.1.27/fs/ceph/
Dinode.c1703 .follow_link = ceph_sym_follow_link,
/linux-4.1.27/include/linux/
Dfs.h1626 void * (*follow_link) (struct dentry *, struct nameidata *); member
/linux-4.1.27/fs/btrfs/
Dinode.c9974 .follow_link = page_follow_link_light,