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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dtransaction.c84 int nblocks = handle->h_buffer_credits;
241 handle->h_buffer_credits = nblocks;
347 handle->h_buffer_credits += nblocks;
398 transaction->t_outstanding_credits -= handle->h_buffer_credits;
409 handle->h_buffer_credits = nblocks;
1116 HFSPLUS_J_ASSERT_JH(jh, handle->h_buffer_credits > 0);
1117 handle->h_buffer_credits--;
1291 handle->h_buffer_credits++;
1355 transaction->t_outstanding_credits -= handle->h_buffer_credits;
H A Dhfsplus_jbd.h353 * @h_buffer_credits: Number of remaining buffers we are allowed to dirty.
371 int h_buffer_credits; member in struct:hfsplus_jbd_handle_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c85 int nblocks = handle->h_buffer_credits;
243 handle->h_buffer_credits = nblocks;
349 handle->h_buffer_credits += nblocks;
398 transaction->t_outstanding_credits -= handle->h_buffer_credits;
409 handle->h_buffer_credits = nblocks;
1131 J_ASSERT_JH(jh, handle->h_buffer_credits > 0);
1132 handle->h_buffer_credits--;
1302 handle->h_buffer_credits++;
1373 transaction->t_outstanding_credits -= handle->h_buffer_credits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c85 int nblocks = handle->h_buffer_credits;
243 handle->h_buffer_credits = nblocks;
349 handle->h_buffer_credits += nblocks;
398 transaction->t_outstanding_credits -= handle->h_buffer_credits;
409 handle->h_buffer_credits = nblocks;
1131 J_ASSERT_JH(jh, handle->h_buffer_credits > 0);
1132 handle->h_buffer_credits--;
1302 handle->h_buffer_credits++;
1373 transaction->t_outstanding_credits -= handle->h_buffer_credits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h368 * @h_buffer_credits: Number of remaining buffers we are allowed to dirty.
386 int h_buffer_credits; member in struct:handle_s
H A Djbd2.h377 * @h_buffer_credits: Number of remaining buffers we are allowed to dirty.
395 int h_buffer_credits; member in struct:handle_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dresize.c649 if (handle->h_buffer_credits == 0 &&
H A Dinode.c161 if (handle->h_buffer_credits > EXT3_RESERVE_TRANS_BLOCKS)
971 if (handle->h_buffer_credits <= EXT3_RESERVE_TRANS_BLOCKS) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dresize.c658 if (handle->h_buffer_credits == 0 &&
H A Dinode.c159 if (handle->h_buffer_credits > EXT4_RESERVE_TRANS_BLOCKS)
970 if (handle->h_buffer_credits <= EXT4_RESERVE_TRANS_BLOCKS) {
H A Dextents.c128 if (handle->h_buffer_credits > needed)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c1539 if (handle->h_buffer_credits < credits)
1964 int credits = handle->h_buffer_credits;

Completed in 206 milliseconds