Home
last modified time | relevance | path

Searched refs:eof_index (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/nfs/
Ddir.c142 int eof_index; member
172 array->eof_index = -1; in nfs_readdir_init_array()
236 array->eof_index = array->size; in nfs_readdir_add_to_array()
251 if (array->eof_index >= 0) in nfs_readdir_search_for_pos()
312 if (array->eof_index >= 0) { in nfs_readdir_search_for_cookie()
579 array->eof_index = array->size; in nfs_readdir_page_filler()
663 } while (array->eof_index < 0); in nfs_readdir_xdr_to_array()
791 if (array->eof_index >= 0) in nfs_do_filldir()
/linux-4.19.296/fs/cifs/
Dfile.c3668 pgoff_t eof_index; in readpages_fill_pages() local
3674 eof_index = eof ? (eof - 1) >> PAGE_SHIFT : 0; in readpages_fill_pages()
3675 cifs_dbg(FYI, "eof=%llu eof_index=%lu\n", eof, eof_index); in readpages_fill_pages()
3698 } else if (page->index > eof_index) { in readpages_fill_pages()