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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Drevoke.c317 * bh_in may not be a journalled buffer - it may have come off
320 * If bh_in is non-zero, hfsplus_jbd_revoke() will decrement its b_count
325 struct buffer_head *bh_in)
333 if (bh_in)
334 HFSPLUS_BUFFER_TRACE(bh_in, "enter");
343 bh = bh_in;
378 if (!bh_in)
384 if (bh_in) {
385 HFSPLUS_BUFFER_TRACE(bh_in, "call hfsplus_jbd_forget");
386 hfsplus_jbd_forget(handle, bh_in);
324 hfsplus_jbd_revoke(hfsplus_jbd_handle_t *handle, unsigned long blocknr, struct buffer_head *bh_in) argument
[all...]
H A Djbd_journal.c285 struct buffer_head *bh_in = hfsplus_jh2bh(jh_in); local
296 HFSPLUS_J_ASSERT_BH(bh_in, buffer_hfsplus_jbddirty(bh_in));
304 hfsplus_jbd_lock_bh_state(bh_in);
333 hfsplus_jbd_unlock_bh_state(bh_in);
334 tmp = hfsplus_jbd_rep_kmalloc(bh_in->b_size, GFP_NOFS);
335 hfsplus_jbd_lock_bh_state(bh_in);
365 hfsplus_jbd_unlock_bh_state(bh_in);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Drevoke.c328 * bh_in may not be a journalled buffer - it may have come off
331 * If bh_in is non-zero, journal_revoke() will decrement its b_count
336 struct buffer_head *bh_in)
344 if (bh_in)
345 BUFFER_TRACE(bh_in, "enter");
354 bh = bh_in;
389 if (!bh_in)
395 if (bh_in) {
396 BUFFER_TRACE(bh_in, "call journal_forget");
397 journal_forget(handle, bh_in);
335 journal_revoke(handle_t *handle, unsigned int blocknr, struct buffer_head *bh_in) argument
[all...]
H A Djournal.c287 struct buffer_head *bh_in = jh2bh(jh_in); local
299 J_ASSERT_BH(bh_in, buffer_jbddirty(bh_in));
312 jbd_lock_bh_state(bh_in);
340 jbd_unlock_bh_state(bh_in);
341 tmp = jbd_alloc(bh_in->b_size, GFP_NOFS);
342 jbd_lock_bh_state(bh_in);
344 jbd_free(tmp, bh_in->b_size);
387 jbd_unlock_bh_state(bh_in);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Drevoke.c327 * bh_in may not be a journalled buffer - it may have come off
330 * If bh_in is non-zero, jbd2_journal_revoke() will decrement its b_count
335 struct buffer_head *bh_in)
343 if (bh_in)
344 BUFFER_TRACE(bh_in, "enter");
353 bh = bh_in;
388 if (!bh_in)
394 if (bh_in) {
395 BUFFER_TRACE(bh_in, "call jbd2_journal_forget");
396 jbd2_journal_forget(handle, bh_in);
334 jbd2_journal_revoke(handle_t *handle, unsigned long long blocknr, struct buffer_head *bh_in) argument
[all...]
H A Djournal.c295 struct buffer_head *bh_in = jh2bh(jh_in); local
307 J_ASSERT_BH(bh_in, buffer_jbddirty(bh_in));
330 jbd_lock_bh_state(bh_in);
368 jbd_unlock_bh_state(bh_in);
369 tmp = jbd2_alloc(bh_in->b_size, GFP_NOFS);
374 jbd_lock_bh_state(bh_in);
376 jbd2_free(tmp, bh_in->b_size);
426 jbd_unlock_bh_state(bh_in);

Completed in 72 milliseconds