NO_LINEAR        1377 lib/vfs/direntry.c         fh->handle = open (fh->ino->localname, NO_LINEAR (flags), mode);
NO_LINEAR        1117 src/vfs/extfs/extfs.c     local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);
NO_LINEAR        1122 src/vfs/extfs/extfs.c         flags = ~O_CREAT & (NO_LINEAR (flags) | O_TRUNC);
NO_LINEAR          71 src/vfs/local/local.c     fd = open (path, NO_LINEAR (flags), mode);
NO_LINEAR         304 src/vfs/sfs/sfs.c     fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);