This commit introduces a new request type called REQ_BPEEK. It requests minor device blocks from the FS. Analogously to REQ_PEEK, it requests the filesystem to get the requested blocks into its cache, without actually copying the result anywhere. Change-Id: If1d06645b0e17553a64b3167091e9d12efeb3d6f |
||
|---|---|---|
| .. | ||
| const.h | ||
| dentry.c | ||
| glo.h | ||
| handle.c | ||
| inc.h | ||
| inode.c | ||
| inode.h | ||
| link.c | ||
| lookup.c | ||
| main.c | ||
| Makefile | ||
| misc.c | ||
| mount.c | ||
| name.c | ||
| path.c | ||
| proto.h | ||
| read.c | ||
| stat.c | ||
| table.c | ||
| type.h | ||
| util.c | ||
| verify.c | ||
| write.c | ||