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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c661 * the new value of the committed_data record after the
869 char *committed_data = NULL; local
875 * make sure that obtaining the committed_data is done
884 committed_data = jbd_slab_alloc(jh2bh(jh)->b_size, GFP_NOFS);
885 if (!committed_data) {
898 if (!committed_data) {
903 jh->b_committed_data = committed_data;
904 committed_data = NULL;
910 if (unlikely(committed_data))
911 jbd_slab_free(committed_data, b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c661 * the new value of the committed_data record after the
869 char *committed_data = NULL; local
875 * make sure that obtaining the committed_data is done
884 committed_data = jbd2_slab_alloc(jh2bh(jh)->b_size, GFP_NOFS);
885 if (!committed_data) {
898 if (!committed_data) {
903 jh->b_committed_data = committed_data;
904 committed_data = NULL;
910 if (unlikely(committed_data))
911 jbd2_slab_free(committed_data, b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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 108 milliseconds