Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Ddir.c149 int eof_index; member
255 array->eof_index = array->size; in nfs_readdir_add_to_array()
270 if (array->eof_index >= 0) in nfs_readdir_search_for_pos()
331 if (array->eof_index >= 0) { in nfs_readdir_search_for_cookie()
574 array->eof_index = array->size; in nfs_readdir_page_filler()
654 array->eof_index = -1; in nfs_readdir_xdr_to_array()
672 } while (array->eof_index < 0); in nfs_readdir_xdr_to_array()
798 if (array->eof_index >= 0) in nfs_do_filldir()
/linux-4.1.27/fs/cifs/
Dfile.c3304 pgoff_t eof_index; in cifs_readpages_read_into_pages() local
3310 eof_index = eof ? (eof - 1) >> PAGE_CACHE_SHIFT : 0; in cifs_readpages_read_into_pages()
3311 cifs_dbg(FYI, "eof=%llu eof_index=%lu\n", eof, eof_index); in cifs_readpages_read_into_pages()
3335 } else if (page->index > eof_index) { in cifs_readpages_read_into_pages()