minix/minix/lib/libminixfs
David van Moolenbroek cb9453ca63 libminixfs: add support for peeking blocks
With this change, the lmfs_get_block*(3) functions allow the caller to
specify that it only wants the block if it is in the cache or the
secondary VM cache.  If the block is not found there, the functions
return NULL.  Previously, the PREFETCH method would be used to this
end instead, which was both abuse in name and less efficient.

Change-Id: Ieb5a15b67fa25d2008a8eeef9d126ac908fc2395
2015-08-13 13:46:50 +00:00
..
bio.c libminixfs: add support for 64-bit block numbers 2015-08-13 13:46:44 +00:00
cache.c libminixfs: add support for peeking blocks 2015-08-13 13:46:50 +00:00
Makefile minix libraries: resolve clang warnings 2014-09-30 21:04:09 +00:00
minixfs.h New sources layout 2014-07-31 16:00:30 +02:00