Searched refs:stripe_npages (Results 1 – 1 of 1) sorted by relevance
112 int stripe_npages; member618 return stripe * rbio->stripe_npages + index; in rbio_stripe_page_index()983 int stripe_npages = DIV_ROUND_UP(stripe_len, PAGE_SIZE); in alloc_rbio() local990 sizeof(*rbio->dbitmap) * BITS_TO_LONGS(stripe_npages) + in alloc_rbio()992 BITS_TO_LONGS(stripe_npages), in alloc_rbio()1007 rbio->stripe_npages = stripe_npages; in alloc_rbio()1026 CONSUME_ALLOC(rbio->dbitmap, BITS_TO_LONGS(stripe_npages)); in alloc_rbio()1027 CONSUME_ALLOC(rbio->finish_pbitmap, BITS_TO_LONGS(stripe_npages)); in alloc_rbio()1247 for (pagenr = 0; pagenr < rbio->stripe_npages; pagenr++) { in finish_rmw()1289 for (pagenr = 0; pagenr < rbio->stripe_npages; pagenr++) { in finish_rmw()[all …]