NO_LINEAR        1388 lib/vfs/direntry.c         fh->handle = open (fh->ino->localname, NO_LINEAR (flags), mode);
NO_LINEAR        1085 src/vfs/extfs/extfs.c     local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);
NO_LINEAR        1090 src/vfs/extfs/extfs.c         flags = ~O_CREAT & (NO_LINEAR (flags) | O_TRUNC);
NO_LINEAR          70 src/vfs/local/local.c     fd = open (path, NO_LINEAR (flags), mode);
NO_LINEAR         303 src/vfs/sfs/sfs.c     fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);