Home
last modified time | relevance | path

Searched refs:wb_index (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/nfs/
Dpagelist.c80 req->wb_index = page->index; in nfs_create_request()
244 if (req->wb_index != (prev->wb_index + 1)) in nfs_can_coalesce_requests()
394 if (index != prev->wb_index + 1) in nfs_pageio_cond_complete()
Dnfs4filelayout.c718 p_stripe = (u64)prev->wb_index << PAGE_CACHE_SHIFT; in filelayout_pg_test()
719 r_stripe = (u64)req->wb_index << PAGE_CACHE_SHIFT; in filelayout_pg_test()
831 (loff_t)req->wb_index << PAGE_CACHE_SHIFT); in filelayout_choose_commit_list()
/linux-3.4.99/include/linux/
Dnfs_page.h41 pgoff_t wb_index; /* Offset >> PAGE_CACHE_SHIFT */ member
151 return (((loff_t)req->wb_index) << PAGE_CACHE_SHIFT) + req->wb_offset; in req_offset()