Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ufs/
Dsymlink.c33 .follow_link = simple_follow_link,
39 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/jfs/
Dsymlink.c26 .follow_link = simple_follow_link,
36 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/ext2/
Dsymlink.c25 .follow_link = page_follow_link_light,
38 .follow_link = simple_follow_link,
/linux-4.4.14/fs/ext4/
Dsymlink.c94 .follow_link = ext4_encrypted_follow_link,
106 .follow_link = page_follow_link_light,
117 .follow_link = simple_follow_link,
/linux-4.4.14/fs/jffs2/
Dsymlink.c17 .follow_link = simple_follow_link,
/linux-4.4.14/fs/autofs4/
Dsymlink.c26 .follow_link = autofs4_follow_link
/linux-4.4.14/fs/overlayfs/
Dinode.c165 if (WARN_ON(!realinode->i_op->follow_link)) in ovl_follow_link()
175 ret = realinode->i_op->follow_link(realdentry, cookie); in ovl_follow_link()
396 .follow_link = ovl_follow_link,
/linux-4.4.14/fs/nfs/
Dsymlink.c67 .follow_link = nfs_follow_link,
/linux-4.4.14/fs/ocfs2/
Dsymlink.c91 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/affs/
Dsymlink.c76 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/squashfs/
Dsymlink.c122 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/proc/
Dself.c39 .follow_link = proc_self_follow_link,
Dthread_self.c40 .follow_link = proc_thread_self_follow_link,
Dnamespaces.c77 .follow_link = proc_ns_follow_link,
Dinode.c412 .follow_link = proc_follow_link,
Dbase.c1635 .follow_link = proc_pid_follow_link,
1963 .follow_link = proc_map_files_follow_link,
/linux-4.4.14/fs/kernfs/
Dsymlink.c135 .follow_link = kernfs_iop_follow_link,
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dsymlink.c152 .follow_link = ll_follow_link,
/linux-4.4.14/fs/coda/
Dcnode.c20 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c140 static char *follow_link(char *link) in follow_link() function
923 .follow_link = hostfs_follow_link,
961 char *name = follow_link(host_root_path); in hostfs_fill_sb_common()
/linux-4.4.14/fs/configfs/
Dsymlink.c300 .follow_link = configfs_follow_link,
/linux-4.4.14/Documentation/filesystems/
Dporting210 had ->revalidate()) add calls in ->follow_link()/->readlink().
456 from ->follow_link for normal symlinks, or nd_jump_link for magic
489 symlink body is and use simple_follow_link() as ->follow_link().
492 calling conventions for ->follow_link() have changed. Instead of returning
Dvfs.txt353 const char *(*follow_link) (struct dentry *, void **);
437 follow_link: called by the VFS to follow a symbolic link to the
445 follow_link() instance.
448 follow_link(). The cookie stored by follow_link() is passed
DLocking53 const char *(*follow_link) (struct dentry *, void **);
86 follow_link: no
Dautofs4-mount-control.txt67 use the follow_link inode operation to trigger the mount.
/linux-4.4.14/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.4.14/fs/sysv/
Dinode.c149 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/f2fs/
Dnamei.c998 .follow_link = f2fs_encrypted_follow_link,
1034 .follow_link = f2fs_follow_link,
/linux-4.4.14/fs/nilfs2/
Dnamei.c571 .follow_link = page_follow_link_light,
/linux-4.4.14/drivers/pcmcia/
Dcistpl.c475 static int follow_link(struct pcmcia_socket *s, tuple_t *tuple) in follow_link() function
553 ofs = follow_link(s, tuple); in pccard_get_next_tuple()
/linux-4.4.14/fs/logfs/
Ddir.c781 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/befs/
Dlinuxvfs.c84 .follow_link = befs_follow_link,
/linux-4.4.14/fs/minix/
Dinode.c438 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/9p/
Dvfs_inode_dotl.c987 .follow_link = v9fs_vfs_follow_link_dotl,
Dvfs_inode.c1455 .follow_link = v9fs_vfs_follow_link,
/linux-4.4.14/fs/
Dlibfs.c1102 .follow_link = simple_follow_link,
Dnamei.c1011 res = inode->i_op->follow_link(dentry, &last->cookie); in get_link()
4509 link = inode->i_op->follow_link(dentry, &cookie); in generic_readlink()
4612 .follow_link = page_follow_link_light,
Ddcache.c1729 if (unlikely(inode->i_op->follow_link)) { in d_flags_for_inode()
/linux-4.4.14/fs/cifs/
Dcifsfs.c903 .follow_link = cifs_follow_link,
/linux-4.4.14/fs/ecryptfs/
Dinode.c1098 .follow_link = ecryptfs_follow_link,
/linux-4.4.14/fs/ncpfs/
Dinode.c247 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/xfs/
Dxfs_iops.c1175 .follow_link = xfs_vn_follow_link,
/linux-4.4.14/fs/ubifs/
Dfile.c1611 .follow_link = simple_follow_link,
/linux-4.4.14/fs/reiserfs/
Dnamei.c1667 .follow_link = page_follow_link_light,
/linux-4.4.14/mm/
Dshmem.c2654 .follow_link = simple_follow_link,
2665 .follow_link = shmem_follow_link,
/linux-4.4.14/fs/udf/
Dnamei.c1349 .follow_link = page_follow_link_light,
/linux-4.4.14/fs/gfs2/
Dinode.c2135 .follow_link = gfs2_follow_link,
/linux-4.4.14/fs/fuse/
Ddir.c1912 .follow_link = fuse_follow_link,
/linux-4.4.14/fs/ceph/
Dinode.c1759 .follow_link = simple_follow_link,
/linux-4.4.14/include/linux/
Dfs.h1646 const char * (*follow_link) (struct dentry *, void **); member
/linux-4.4.14/fs/btrfs/
Dinode.c10124 .follow_link = page_follow_link_light,