Searched refs:follow_link (Results 1 – 25 of 30) sorted by relevance
12
/linux-2.4.37.9/fs/autofs4/ |
D | symlink.c | 31 follow_link: autofs4_follow_link
|
/linux-2.4.37.9/fs/sysv/ |
D | symlink.c | 24 follow_link: sysv_follow_link,
|
D | inode.c | 119 follow_link: page_follow_link,
|
/linux-2.4.37.9/fs/ext3/ |
D | symlink.c | 38 follow_link: ext3_follow_link, /* BKL not held. Don't need */
|
/linux-2.4.37.9/fs/ext2/ |
D | symlink.c | 37 follow_link: ext2_follow_link,
|
/linux-2.4.37.9/fs/ufs/ |
D | symlink.c | 44 follow_link: ufs_follow_link,
|
/linux-2.4.37.9/fs/autofs/ |
D | symlink.c | 29 follow_link: autofs_follow_link
|
/linux-2.4.37.9/fs/jfs/ |
D | symlink.c | 37 .follow_link = jfs_follow_link,
|
/linux-2.4.37.9/fs/coda/ |
D | symlink.c | 35 coda_vfs_stat.follow_link++; in coda_symlink_filler()
|
D | cnode.c | 37 follow_link: page_follow_link,
|
/linux-2.4.37.9/fs/freevxfs/ |
D | vxfs_immed.c | 55 .follow_link = vxfs_immed_follow_link,
|
/linux-2.4.37.9/fs/smbfs/ |
D | symlink.c | 89 .follow_link = smb_follow_link,
|
/linux-2.4.37.9/include/linux/ |
D | coda_proc.h | 62 int follow_link; member
|
/linux-2.4.37.9/fs/jffs2/ |
D | symlink.c | 51 follow_link: jffs2_follow_link,
|
/linux-2.4.37.9/fs/nfs/ |
D | symlink.c | 105 follow_link: nfs_follow_link,
|
/linux-2.4.37.9/fs/affs/ |
D | symlink.c | 85 follow_link: page_follow_link,
|
/linux-2.4.37.9/fs/ |
D | bad_inode.c | 190 follow_link: bad_follow_link,
|
D | namei.c | 357 err = dentry->d_inode->i_op->follow_link(dentry, nd); in do_follow_link() 550 if (inode->i_op->follow_link) { in link_path_walk() 607 && inode && inode->i_op && inode->i_op->follow_link) { in link_path_walk() 1102 if (dentry->d_inode->i_op && dentry->d_inode->i_op->follow_link) in open_namei() 1209 error = dentry->d_inode->i_op->follow_link(dentry, nd); in open_namei() 2076 follow_link: page_follow_link,
|
/linux-2.4.37.9/fs/umsdos/ |
D | inode.c | 116 follow_link: page_follow_link,
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | Locking | 42 int (*follow_link) (struct dentry *, struct nameidata *); 65 follow_link: no no no
|
/linux-2.4.37.9/fs/proc/ |
D | base.c | 582 follow_link: proc_pid_follow_link 1034 follow_link: proc_self_follow_link,
|
D | generic.c | 234 follow_link: proc_follow_link,
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_iops.c | 682 .follow_link = linvfs_follow_link,
|
/linux-2.4.37.9/fs/ncpfs/ |
D | inode.c | 200 follow_link: page_follow_link,
|
/linux-2.4.37.9/mm/ |
D | shmem.c | 1429 follow_link: shmem_follow_link_inline, 1435 follow_link: shmem_follow_link,
|
12