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

/linux-master/include/linux/
H A Djournal-head.h66 char *b_committed_data; member in struct:journal_head
/linux-master/fs/jbd2/
H A Dcommit.c486 if (jh->b_committed_data) {
490 jbd2_free(jh->b_committed_data, bh->b_size);
491 jh->b_committed_data = NULL;
957 if (jh->b_committed_data) {
958 jbd2_free(jh->b_committed_data, bh->b_size);
959 jh->b_committed_data = NULL;
961 jh->b_committed_data = jh->b_frozen_data;
H A Dtransaction.c1196 if (undo && !jh->b_committed_data)
1409 if (!jh->b_committed_data)
1414 if (!jh->b_committed_data) {
1423 jh->b_committed_data = committed_data;
1425 memcpy(jh->b_committed_data, bh->b_data, bh->b_size);
1697 if (!J_EXPECT_JH(jh, !jh->b_committed_data,
2542 J_ASSERT_JH(jh, !jh->b_committed_data);
H A Djournal.c2992 if (jh->b_committed_data) {
2993 printk(KERN_WARNING "%s: freeing b_committed_data\n", __func__);
2994 jbd2_free(jh->b_committed_data, b_size);
/linux-master/fs/ocfs2/
H A Dsuballoc.c1264 bg = (struct ocfs2_group_desc *) jh->b_committed_data;
2413 undo_bg = (struct ocfs2_group_desc *) jh->b_committed_data;

Completed in 128 milliseconds