linear 561 lib/vfs/direntry.c if (file->linear == LS_LINEAR_PREOPEN) linear 565 lib/vfs/direntry.c if (file->linear == LS_LINEAR_CLOSED) linear 568 lib/vfs/direntry.c if (file->linear == LS_LINEAR_OPEN) linear 592 lib/vfs/direntry.c if (file->linear != LS_NOT_LINEAR) linear 617 lib/vfs/direntry.c if (file->linear == LS_LINEAR_OPEN) linear 668 lib/vfs/direntry.c if (file->linear == LS_LINEAR_OPEN) linear 1278 lib/vfs/direntry.c fh->linear = LS_NOT_LINEAR; linear 1363 lib/vfs/direntry.c fh->linear = LS_LINEAR_PREOPEN; linear 113 lib/vfs/xdirentry.h vfs_linear_state_t linear; // Is that file open with O_LINEAR? linear 2042 src/vfs/ftpfs/ftpfs.c fh->linear = LS_LINEAR_OPEN; linear 2100 src/vfs/ftpfs/ftpfs.c if (file->linear == LS_NOT_LINEAR) linear 2102 src/vfs/ftpfs/ftpfs.c if (file->linear == LS_LINEAR_CLOSED || file->linear == LS_LINEAR_PREOPEN) linear 1105 src/vfs/shell/shell.c fh->linear = LS_LINEAR_OPEN; linear 1207 src/vfs/shell/shell.c if (file->linear == LS_NOT_LINEAR) linear 1209 src/vfs/shell/shell.c if (file->linear == LS_LINEAR_CLOSED || file->linear == LS_LINEAR_PREOPEN)