Searched refs:read_hole (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fscache.h | 510 enum netfs_read_from_hole read_hole, in fscache_read() argument 515 return ops->read(cres, start_pos, iter, read_hole, in fscache_read()
|
H A D | netfs.h | 243 enum netfs_read_from_hole read_hole,
|
/openbmc/linux/fs/cachefiles/ |
H A D | io.c | 76 enum netfs_read_from_hole read_hole, in cachefiles_read() argument 101 if (read_hole != NETFS_READ_HOLE_IGNORE) { in cachefiles_read() 119 if (read_hole == NETFS_READ_HOLE_FAIL) in cachefiles_read()
|
/openbmc/linux/fs/netfs/ |
H A D | io.c | 46 enum netfs_read_from_hole read_hole) in netfs_read_from_cache() argument 56 cres->ops->read(cres, subreq->start, &iter, read_hole, in netfs_read_from_cache()
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | netfs-api.rst | 247 enum netfs_read_from_hole read_hole,
|