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

/linux-master/fs/jbd2/
H A Dtransaction.c1124 * committed_data record after the transaction, so we HAVE to force the
1388 char *committed_data = NULL; local
1401 * make sure that obtaining the committed_data is done
1410 committed_data = jbd2_alloc(jh2bh(jh)->b_size,
1418 if (!committed_data) {
1423 jh->b_committed_data = committed_data;
1424 committed_data = NULL;
1430 if (unlikely(committed_data))
1431 jbd2_free(committed_data, bh->b_size);
2246 * The bitmap committed_data image
[all...]

Completed in 119 milliseconds