Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dbuffer.c554 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()
/linux-2.4.37.9/mm/
Dhighmem.c438 bh->b_pprev = NULL; in create_bounce()
/linux-2.4.37.9/fs/jbd/
Drevoke.c409 if (need_cancel && !bh->b_pprev) { in journal_cancel_revoke()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c528 bh->b_pprev = &pb_resv_bh; in _pagebuf_prealloc_bh()
598 bh->b_pprev = &pb_resv_bh; in _pagebuf_free_bh()
/linux-2.4.37.9/drivers/md/
Draid1.c106 if (t->b_pprev == NULL) in raid1_free_bh()
129 bh->b_pprev = &conf->freebh; in raid1_grow_bh()
/linux-2.4.37.9/include/linux/
Dfs.h264 struct buffer_head **b_pprev; /* doubly linked list of hash-queue */ member