follow            132 lib/vfs/direntry.c vfs_s_resolve_symlink (struct vfs_class *me, struct vfs_s_entry *entry, int follow)
follow            138 lib/vfs/direntry.c     if (follow == LINK_NO_FOLLOW)
follow            140 lib/vfs/direntry.c     if (follow == 0)
follow            166 lib/vfs/direntry.c         VFS_SUBCLASS (me)->find_entry (me, entry->dir->super->root, linkname, follow - 1, FL_NONE);
follow            179 lib/vfs/direntry.c                        const char *a_path, int follow, int flags)
follow            227 lib/vfs/direntry.c                                      strchr (path, PATH_SEP) != NULL ? LINK_FOLLOW : follow);
follow            241 lib/vfs/direntry.c                          const char *a_path, int follow, int flags)
follow            260 lib/vfs/direntry.c         ino = vfs_s_find_inode (me, root->super, dirname, follow, flags | FL_DIR);
follow            261 lib/vfs/direntry.c         ent = vfs_s_find_entry_tree (me, ino, name, follow, flags);
follow            302 lib/vfs/direntry.c     if (vfs_s_resolve_symlink (me, ent, follow) == NULL)
follow           1096 lib/vfs/direntry.c                   const char *path, int follow, int flags)
follow           1103 lib/vfs/direntry.c     ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags);
follow            143 lib/vfs/xdirentry.h                                        const char *path, int follow, int flags);
follow            174 lib/vfs/xdirentry.h                                       const char *path, int follow, int flags);