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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Dtransaction.c661 * the new value of the committed_data record after the
882 char *committed_data = NULL; local
888 * make sure that obtaining the committed_data is done
897 committed_data = jbd_alloc(jh2bh(jh)->b_size, GFP_NOFS);
898 if (!committed_data) {
911 if (!committed_data) {
916 jh->b_committed_data = committed_data;
917 committed_data = NULL;
923 if (unlikely(committed_data))
924 jbd_free(committed_data, b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dtransaction.c721 * the new value of the committed_data record after the
954 char *committed_data = NULL; local
960 * make sure that obtaining the committed_data is done
969 committed_data = jbd2_alloc(jh2bh(jh)->b_size, GFP_NOFS);
970 if (!committed_data) {
983 if (!committed_data) {
988 jh->b_committed_data = committed_data;
989 committed_data = NULL;
995 if (unlikely(committed_data))
996 jbd2_free(committed_data, b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dtransaction.c661 * the new value of the committed_data record after the
867 char *committed_data = NULL; local
873 * make sure that obtaining the committed_data is done
882 committed_data = hfsplus_jbd_kmalloc(hfsplus_jh2bh(jh)->b_size, GFP_NOFS);
883 if (!committed_data) {
896 if (!committed_data) {
901 jh->b_committed_data = committed_data;
902 committed_data = NULL;
908 kfree(committed_data);
1718 * The bitmap committed_data image
[all...]

Completed in 76 milliseconds