Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_page.h46 pgoff_t wb_index; /* Offset >> PAGE_SHIFT */ member
208 return (((loff_t)req->wb_index) << PAGE_SHIFT) + req->wb_offset; in req_offset()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dpagelist.c458 req->wb_index = page_index(page); in __nfs_create_request()
515 ret->wb_index = req->wb_index; in nfs_create_subreq()
1428 if (index != prev->wb_index + 1) { in nfs_pageio_cond_complete()
H A Ddirect.c387 req->wb_index = pos >> PAGE_SHIFT; in nfs_direct_read_schedule_iovec()
843 req->wb_index = pos >> PAGE_SHIFT; in nfs_direct_write_schedule_iovec()
H A Dnfstrace.h1180 __entry->index = req->wb_index;
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Dblocklayout.c921 req->wb_index); in bl_pg_init_write()