linear            564 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_PREOPEN)
linear            568 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_CLOSED)
linear            571 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_OPEN)
linear            595 lib/vfs/direntry.c     if (file->linear != LS_NOT_LINEAR)
linear            620 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_OPEN)
linear            671 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_OPEN)
linear           1281 lib/vfs/direntry.c     fh->linear = LS_NOT_LINEAR;
linear           1366 lib/vfs/direntry.c             fh->linear = LS_LINEAR_PREOPEN;
linear            108 lib/vfs/xdirentry.h     vfs_linear_state_t linear;  /* Is that file open with O_LINEAR? */
linear           2044 src/vfs/ftpfs/ftpfs.c     fh->linear = LS_LINEAR_OPEN;
linear           2102 src/vfs/ftpfs/ftpfs.c             if (file->linear == LS_NOT_LINEAR)
linear           2104 src/vfs/ftpfs/ftpfs.c             if (file->linear == LS_LINEAR_CLOSED || file->linear == LS_LINEAR_PREOPEN)
linear           1123 src/vfs/shell/shell.c     fh->linear = LS_LINEAR_OPEN;
linear           1225 src/vfs/shell/shell.c             if (file->linear == LS_NOT_LINEAR)
linear           1227 src/vfs/shell/shell.c             if (file->linear == LS_LINEAR_CLOSED || file->linear == LS_LINEAR_PREOPEN)