Searched refs:bh2jh (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dballoc.c506 if (!bh2jh(bitmap_bh)->b_committed_data)
540 bh2jh(bitmap_bh)->b_committed_data != NULL);
542 bh2jh(bitmap_bh)->b_committed_data);
640 struct journal_head *jh = bh2jh(bh);
669 struct journal_head *jh = bh2jh(bh);
758 struct journal_head *jh = bh2jh(bh);
1596 if (buffer_jbd(bitmap_bh) && bh2jh(bitmap_bh)->b_committed_data) {
1601 bh2jh(bitmap_bh)->b_committed_data)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c523 if (!bh2jh(bitmap_bh)->b_committed_data)
557 bh2jh(bitmap_bh)->b_committed_data != NULL);
559 bh2jh(bitmap_bh)->b_committed_data);
657 struct journal_head *jh = bh2jh(bh);
686 struct journal_head *jh = bh2jh(bh);
775 struct journal_head *jh = bh2jh(bh);
1610 if (buffer_jbd(bitmap_bh) && bh2jh(bitmap_bh)->b_committed_data) {
1615 bh2jh(bitmap_bh)->b_committed_data)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Djournal.c1784 jh = bh2jh(bh);
1820 jh = bh2jh(bh);
1829 struct journal_head *jh = bh2jh(bh);
H A Dtransaction.c1115 struct journal_head *jh = bh2jh(bh);
1224 jh = bh2jh(bh);
1580 jh = bh2jh(bh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c1795 jh = bh2jh(bh);
1831 jh = bh2jh(bh);
1840 struct journal_head *jh = bh2jh(bh);
H A Dtransaction.c1115 struct journal_head *jh = bh2jh(bh);
1224 jh = bh2jh(bh);
1580 jh = bh2jh(bh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h327 static inline struct journal_head *bh2jh(struct buffer_head *bh) function
H A Djbd2.h336 static inline struct journal_head *bh2jh(struct buffer_head *bh) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuballoc.c675 if (!buffer_jbd(bg_bh) || !bh2jh(bg_bh)->b_committed_data)
678 bg = (struct ocfs2_group_desc *) bh2jh(bg_bh)->b_committed_data;
1605 undo_bg = (struct ocfs2_group_desc *) bh2jh(group_bh)->b_committed_data;

Completed in 124 milliseconds