Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Ddir.c142 int eof_index; member
224 array->eof_index = array->size; in nfs_readdir_add_to_array()
239 if (array->eof_index >= 0) in nfs_readdir_search_for_pos()
300 if (array->eof_index >= 0) { in nfs_readdir_search_for_cookie()
564 array->eof_index = array->size; in nfs_readdir_page_filler()
630 array->eof_index = -1; in nfs_readdir_xdr_to_array()
648 } while (array->eof_index < 0); in nfs_readdir_xdr_to_array()
768 if (array->eof_index >= 0) in nfs_do_filldir()
/Linux-v4.19/fs/cifs/
Dfile.c3585 pgoff_t eof_index; in readpages_fill_pages() local
3591 eof_index = eof ? (eof - 1) >> PAGE_SHIFT : 0; in readpages_fill_pages()
3592 cifs_dbg(FYI, "eof=%llu eof_index=%lu\n", eof, eof_index); in readpages_fill_pages()
3615 } else if (page->index > eof_index) { in readpages_fill_pages()