linear            564 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_PREOPEN)
linear            570 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_CLOSED)
linear            573 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_OPEN)
linear            597 lib/vfs/direntry.c     if (file->linear != LS_NOT_LINEAR)
linear            622 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_OPEN)
linear            673 lib/vfs/direntry.c     if (file->linear == LS_LINEAR_OPEN)
linear           1289 lib/vfs/direntry.c     fh->linear = LS_NOT_LINEAR;
linear           1374 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           1127 src/vfs/shell/shell.c     fh->linear = LS_LINEAR_OPEN;
linear           1229 src/vfs/shell/shell.c             if (file->linear == LS_NOT_LINEAR)
linear           1231 src/vfs/shell/shell.c             if (file->linear == LS_LINEAR_CLOSED || file->linear == LS_LINEAR_PREOPEN)