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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcheckpoint.c203 __flush_batch(hfsplus_jbd_t *journal, struct buffer_head **bhs, int *batch_count) argument
208 ll_rw_block(SWRITE, *batch_count, bhs);
210 for (i = 0; i < *batch_count; i++) {
216 *batch_count = 0;
229 struct buffer_head **bhs, int *batch_count,
249 bhs[*batch_count] = bh;
251 (*batch_count)++;
252 if (*batch_count == NR_BATCH) {
253 __flush_batch(journal, bhs, batch_count);
287 int batch_count local
228 __flush_buffer(hfsplus_jbd_t *journal, struct hfsplus_jbd_head *jh, struct buffer_head **bhs, int *batch_count, int *drop_count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dcheckpoint.c211 __flush_batch(journal_t *journal, struct buffer_head **bhs, int *batch_count) argument
215 ll_rw_block(SWRITE, *batch_count, bhs);
216 for (i = 0; i < *batch_count; i++) {
222 *batch_count = 0;
235 struct buffer_head **bhs, int *batch_count)
279 bhs[*batch_count] = bh;
282 (*batch_count)++;
283 if (*batch_count == NR_BATCH) {
285 __flush_batch(journal, bhs, batch_count);
334 int batch_count local
234 __process_buffer(journal_t *journal, struct journal_head *jh, struct buffer_head **bhs, int *batch_count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dcheckpoint.c211 __flush_batch(journal_t *journal, struct buffer_head **bhs, int *batch_count) argument
215 ll_rw_block(SWRITE, *batch_count, bhs);
216 for (i = 0; i < *batch_count; i++) {
222 *batch_count = 0;
235 struct buffer_head **bhs, int *batch_count)
279 bhs[*batch_count] = bh;
282 (*batch_count)++;
283 if (*batch_count == NR_BATCH) {
285 __flush_batch(journal, bhs, batch_count);
334 int batch_count local
234 __process_buffer(journal_t *journal, struct journal_head *jh, struct buffer_head **bhs, int *batch_count) argument
[all...]

Completed in 95 milliseconds