linear_start      566 lib/vfs/direntry.c         if (VFS_SUBCLASS (me)->linear_start (me, file, file->pos) == 0)
linear_start     1371 lib/vfs/direntry.c         if (s->linear_start != NULL)
linear_start     1457 lib/vfs/direntry.c     if (s->linear_start (me, fh, 0) == 0)
linear_start      148 lib/vfs/xdirentry.h     int (*linear_start) (struct vfs_class * me, vfs_file_handler_t * fh, off_t from);
linear_start     2778 src/vfs/ftpfs/ftpfs.c     ftpfs_subclass.linear_start = ftpfs_linear_start;
linear_start     1793 src/vfs/shell/shell.c     shell_subclass.linear_start = shell_linear_start;