Searched refs:oap_count (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dosc_internal.h77 #define oap_count oap_brw_page.count macro
H A Dosc_cache.c816 last_count = oap->oap_count;
832 int count = oap->oap_count + (offset & (blocksize - 1));
833 int end = (offset + oap->oap_count) & (blocksize - 1);
1072 last->oap_count = osc_refresh_count(env, last, OBD_BRW_WRITE);
1073 LASSERT(last->oap_count > 0);
1074 LASSERT(last->oap_page_off + last->oap_count <= PAGE_CACHE_SIZE);
1082 oap->oap_count = PAGE_CACHE_SIZE - oap->oap_page_off;
1280 int bytes = oap->oap_count;
2218 oap->oap_count = ops->ops_to - ops->ops_from;
H A Dosc_page.c385 oap->oap_obj_off, oap->oap_page_off, oap->oap_count,
560 oap->oap_count = opg->ops_to - opg->ops_from;
H A Dosc_request.c1903 if (ending_offset < oap->oap_obj_off + oap->oap_count)
1905 oap->oap_count;
1907 LASSERT(oap->oap_page_off + oap->oap_count ==

Completed in 76 milliseconds