Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Draid56.c112 int stripe_npages; member
618 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() local
990 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 …]