Searched refs:b_pprev (Results 1 – 6 of 6) sorted by relevance
554 bh->b_pprev = head; in __insert_into_hash_list()557 next->b_pprev = &bh->b_next; in __insert_into_hash_list()562 struct buffer_head **pprev = bh->b_pprev; in __hash_unlink()566 next->b_pprev = pprev; in __hash_unlink()568 bh->b_pprev = NULL; in __hash_unlink()742 if (!bh->b_pprev) in invalidate_bdev()1324 bh->b_pprev = NULL; in create_buffers()2587 if (!bh->b_pprev) in hash_page_buffers()2753 if (bh->b_pprev) in try_to_free_buffers()
438 bh->b_pprev = NULL; in create_bounce()
409 if (need_cancel && !bh->b_pprev) { in journal_cancel_revoke()
528 bh->b_pprev = &pb_resv_bh; in _pagebuf_prealloc_bh()598 bh->b_pprev = &pb_resv_bh; in _pagebuf_free_bh()
106 if (t->b_pprev == NULL) in raid1_free_bh()129 bh->b_pprev = &conf->freebh; in raid1_grow_bh()
264 struct buffer_head **b_pprev; /* doubly linked list of hash-queue */ member