Searched refs:stripe_npages (Results 1 – 1 of 1) sorted by relevance
112 int stripe_npages; member337 dest->stripe_npages); in merge_rbio()619 return stripe * rbio->stripe_npages + index; in rbio_stripe_page_index()885 bitmap_clear(rbio->dbitmap, 0, rbio->stripe_npages); in rbio_orig_end_io()988 int stripe_npages = DIV_ROUND_UP(stripe_len, PAGE_SIZE); in alloc_rbio() local995 sizeof(*rbio->dbitmap) * BITS_TO_LONGS(stripe_npages) + in alloc_rbio()997 BITS_TO_LONGS(stripe_npages), in alloc_rbio()1012 rbio->stripe_npages = stripe_npages; in alloc_rbio()1031 CONSUME_ALLOC(rbio->dbitmap, BITS_TO_LONGS(stripe_npages)); in alloc_rbio()1032 CONSUME_ALLOC(rbio->finish_pbitmap, BITS_TO_LONGS(stripe_npages)); in alloc_rbio()[all …]