Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Draid56.c96 int stripe_npages; member
602 return stripe * rbio->stripe_npages + index; in rbio_stripe_page_index()
967 int stripe_npages = DIV_ROUND_UP(stripe_len, PAGE_SIZE); in alloc_rbio() local
974 sizeof(*rbio->dbitmap) * BITS_TO_LONGS(stripe_npages) + in alloc_rbio()
976 BITS_TO_LONGS(stripe_npages), in alloc_rbio()
991 rbio->stripe_npages = stripe_npages; in alloc_rbio()
1010 CONSUME_ALLOC(rbio->dbitmap, BITS_TO_LONGS(stripe_npages)); in alloc_rbio()
1011 CONSUME_ALLOC(rbio->finish_pbitmap, BITS_TO_LONGS(stripe_npages)); in alloc_rbio()
1231 for (pagenr = 0; pagenr < rbio->stripe_npages; pagenr++) { in finish_rmw()
1273 for (pagenr = 0; pagenr < rbio->stripe_npages; pagenr++) { in finish_rmw()
[all …]