Searched refs:pr_bitmap_bh (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nilfs2/
H A Dalloc.c575 req->pr_bitmap_bh = bitmap_bh;
587 mark_buffer_dirty(req->pr_bitmap_bh);
591 brelse(req->pr_bitmap_bh);
613 bitmap_kaddr = kmap_local_page(req->pr_bitmap_bh->b_page);
614 bitmap = bitmap_kaddr + bh_offset(req->pr_bitmap_bh);
629 mark_buffer_dirty(req->pr_bitmap_bh);
632 brelse(req->pr_bitmap_bh);
654 bitmap_kaddr = kmap_local_page(req->pr_bitmap_bh->b_page);
655 bitmap = bitmap_kaddr + bh_offset(req->pr_bitmap_bh);
669 brelse(req->pr_bitmap_bh);
[all...]
H A Dalloc.h43 * @pr_bitmap_bh: buffer head of the buffer containing a block group bitmap
49 struct buffer_head *pr_bitmap_bh; member in struct:nilfs_palloc_req
H A Ddat.c128 if (unlikely(req->pr_desc_bh == NULL || req->pr_bitmap_bh == NULL)) {

Completed in 100 milliseconds