linear_start 562 lib/vfs/direntry.c if (VFS_SUBCLASS (me)->linear_start (me, file, file->pos) == 0) linear_start 1360 lib/vfs/direntry.c if (s->linear_start != NULL) linear_start 1446 lib/vfs/direntry.c if (s->linear_start (me, fh, 0) == 0) linear_start 151 lib/vfs/xdirentry.h int (*linear_start) (struct vfs_class *me, vfs_file_handler_t *fh, off_t from); linear_start 2774 src/vfs/ftpfs/ftpfs.c ftpfs_subclass.linear_start = ftpfs_linear_start; linear_start 1733 src/vfs/shell/shell.c shell_subclass.linear_start = shell_linear_start;