Searched refs:seek_data (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/include/linux/ |
D | netfs.h | 189 bool seek_data,
|
/Linux-v5.15/fs/cachefiles/ |
D | io.c | 61 bool seek_data, in cachefiles_read() argument 78 if (seek_data) { in cachefiles_read()
|
/Linux-v5.15/mm/ |
D | filemap.c | 2785 loff_t start, loff_t end, bool seek_data) in page_seek_hole_data() argument 2791 return seek_data ? start : end; in page_seek_hole_data() 2793 return seek_data ? end : start; in page_seek_hole_data() 2804 if (ops->is_partially_uptodate(page, offset, bsz) == seek_data) in page_seek_hole_data() 2846 bool seek_data = (whence == SEEK_DATA); in mapping_seek_hole_data() local 2858 if (!seek_data) in mapping_seek_hole_data() 2866 seek_data); in mapping_seek_hole_data() 2876 if (seek_data) in mapping_seek_hole_data()
|
/Linux-v5.15/fs/netfs/ |
D | read_helper.c | 173 bool seek_data) in netfs_read_from_cache() argument 183 cres->ops->read(cres, subreq->start, &iter, seek_data, in netfs_read_from_cache()
|
/Linux-v5.15/Documentation/filesystems/ |
D | netfs_library.rst | 451 bool seek_data,
|