/external/e2fsprogs/lib/ext2fs/ |
namei.c | 27 static errcode_t follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, function 37 printf("follow_link: root=%lu, dir=%lu, inode=%lu, lc=%d\n", 103 retval = follow_link (fs, root, dir, inode, 137 retval = follow_link(fs, root, dir, inode, link_count, 200 retval = follow_link(fs, root, cwd, inode, 0, buf, res_inode);
|
/external/yaffs2/yaffs2/ |
yaffs_fs.c | 209 .follow_link = yaffs_follow_link, [all...] |
/external/kernel-headers/original/linux/ |
fs.h | 1641 void * (*follow_link) (struct dentry *, struct nameidata *); member in struct:inode_operations [all...] |