Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlloop.c109 #define LLOOP_MAX_SEGMENTS LNET_MAX_IOV macro
147 struct page *lrd_pages[LLOOP_MAX_SEGMENTS];
148 loff_t lrd_offsets[LLOOP_MAX_SEGMENTS];
229 LASSERT(page_count <= LLOOP_MAX_SEGMENTS); in do_bio_lustrebacked()
306 LASSERT(first->bi_vcnt <= LLOOP_MAX_SEGMENTS); in loop_get_bio()
315 if (page_count + (*bio)->bi_vcnt > LLOOP_MAX_SEGMENTS) in loop_get_bio()
528 LLOOP_MAX_SEGMENTS << (PAGE_CACHE_SHIFT - 9)); in loop_set_fd()
529 blk_queue_max_segments(lo->lo_queue, LLOOP_MAX_SEGMENTS); in loop_set_fd()