Searched refs:page_cache_next_miss (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | readahead.c | 613 start = page_cache_next_miss(ractl->mapping, index + 1, in ondemand_readahead()
|
A D | filemap.c | 1765 pgoff_t page_cache_next_miss(struct address_space *mapping, in page_cache_next_miss() function 1780 EXPORT_SYMBOL(page_cache_next_miss);
|
A D | hugetlb.c | 5662 present = page_cache_next_miss(mapping, idx, 1) != idx; in hugetlbfs_pagecache_present()
|
/linux-6.3-rc2/include/linux/ |
A D | pagemap.h | 495 pgoff_t page_cache_next_miss(struct address_space *mapping,
|
/linux-6.3-rc2/fs/nfs/blocklayout/ |
A D | blocklayout.c | 875 end = page_cache_next_miss(mapping, idx + 1, ULONG_MAX); in pnfs_num_cont_bytes()
|
/linux-6.3-rc2/fs/hugetlbfs/ |
A D | inode.c | 849 present = page_cache_next_miss(mapping, index, 1) != index; in hugetlbfs_fallocate()
|
Completed in 33 milliseconds