Searched refs:b_committed_data (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djournal-head.h52 char *b_committed_data; member in struct:journal_head
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_journal_head.h52 char *b_committed_data; member in struct:hfsplus_jbd_head
H A Dcommit.c288 if (jh->b_committed_data) {
292 kfree(jh->b_committed_data);
293 jh->b_committed_data = NULL;
815 if (jh->b_committed_data) {
816 kfree(jh->b_committed_data);
817 jh->b_committed_data = NULL;
819 jh->b_committed_data = jh->b_frozen_data;
H A Dtransaction.c881 if (!jh->b_committed_data) {
892 if (!jh->b_committed_data) {
901 jh->b_committed_data = committed_data;
903 memcpy(jh->b_committed_data, bh->b_data, bh->b_size);
1217 if (!HFSPLUS_J_EXPECT_JH(jh, !jh->b_committed_data,
1963 HFSPLUS_J_ASSERT_JH(jh, !jh->b_committed_data);
H A Djbd_journal.c1816 if (jh->b_committed_data) {
1818 "b_committed_data\n",
1820 kfree(jh->b_committed_data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Dcommit.c374 if (jh->b_committed_data) {
378 jbd_slab_free(jh->b_committed_data, bh->b_size);
379 jh->b_committed_data = NULL;
794 if (jh->b_committed_data) {
795 jbd_slab_free(jh->b_committed_data, bh->b_size);
796 jh->b_committed_data = NULL;
798 jh->b_committed_data = jh->b_frozen_data;
H A Dtransaction.c883 if (!jh->b_committed_data) {
894 if (!jh->b_committed_data) {
903 jh->b_committed_data = committed_data;
905 memcpy(jh->b_committed_data, bh->b_data, bh->b_size);
1228 if (!J_EXPECT_JH(jh, !jh->b_committed_data,
1979 J_ASSERT_JH(jh, !jh->b_committed_data);
H A Djournal.c1848 if (jh->b_committed_data) {
1850 "b_committed_data\n",
1852 jbd_slab_free(jh->b_committed_data, bh->b_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Dcommit.c383 if (jh->b_committed_data) {
387 jbd2_slab_free(jh->b_committed_data, bh->b_size);
388 jh->b_committed_data = NULL;
803 if (jh->b_committed_data) {
804 jbd2_slab_free(jh->b_committed_data, bh->b_size);
805 jh->b_committed_data = NULL;
807 jh->b_committed_data = jh->b_frozen_data;
H A Dtransaction.c883 if (!jh->b_committed_data) {
894 if (!jh->b_committed_data) {
903 jh->b_committed_data = committed_data;
905 memcpy(jh->b_committed_data, bh->b_data, bh->b_size);
1228 if (!J_EXPECT_JH(jh, !jh->b_committed_data,
1979 J_ASSERT_JH(jh, !jh->b_committed_data);
H A Djournal.c1859 if (jh->b_committed_data) {
1861 "b_committed_data\n",
1863 jbd2_slab_free(jh->b_committed_data, bh->b_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dballoc.c506 if (!bh2jh(bitmap_bh)->b_committed_data)
538 BUFFER_TRACE(bitmap_bh, "set in b_committed_data");
540 bh2jh(bitmap_bh)->b_committed_data != NULL);
542 bh2jh(bitmap_bh)->b_committed_data);
646 if (!jh->b_committed_data)
649 ret = !ext3_test_bit(nr, jh->b_committed_data);
678 if (jh->b_committed_data)
679 start = ext3_find_next_zero_bit(jh->b_committed_data,
751 * block since we saw that is was not marked in b_committed_data. If it _was_
764 if (jh->b_committed_data
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dballoc.c523 if (!bh2jh(bitmap_bh)->b_committed_data)
555 BUFFER_TRACE(bitmap_bh, "set in b_committed_data");
557 bh2jh(bitmap_bh)->b_committed_data != NULL);
559 bh2jh(bitmap_bh)->b_committed_data);
663 if (!jh->b_committed_data)
666 ret = !ext4_test_bit(nr, jh->b_committed_data);
695 if (jh->b_committed_data)
696 start = ext4_find_next_zero_bit(jh->b_committed_data,
768 * block since we saw that is was not marked in b_committed_data. If it _was_
781 if (jh->b_committed_data
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 152 milliseconds