Searched refs:bh_in (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 332 struct buffer_head *bh_in) in journal_revoke() argument 340 if (bh_in) in journal_revoke() 341 BUFFER_TRACE(bh_in, "enter"); in journal_revoke() 350 bh = bh_in; in journal_revoke() 385 if (!bh_in) in journal_revoke() 391 if (bh_in) { in journal_revoke() 392 BUFFER_TRACE(bh_in, "call journal_forget"); in journal_revoke() 393 journal_forget(handle, bh_in); in journal_revoke() 400 jbd_debug(2, "insert revoke for block %llu, bh_in=%p\n",blocknr, bh_in); in journal_revoke() 403 BUFFER_TRACE(bh_in, "exit"); in journal_revoke()
|
/external/e2fsprogs/debugfs/ |
D | revoke.c | 332 struct buffer_head *bh_in) in journal_revoke() argument 340 if (bh_in) in journal_revoke() 341 BUFFER_TRACE(bh_in, "enter"); in journal_revoke() 350 bh = bh_in; in journal_revoke() 385 if (!bh_in) in journal_revoke() 391 if (bh_in) { in journal_revoke() 392 BUFFER_TRACE(bh_in, "call journal_forget"); in journal_revoke() 393 journal_forget(handle, bh_in); in journal_revoke() 400 jbd_debug(2, "insert revoke for block %llu, bh_in=%p\n",blocknr, bh_in); in journal_revoke() 403 BUFFER_TRACE(bh_in, "exit"); in journal_revoke()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 2345 static void set_partial_b64x64_partition(MODE_INFO *mi, int mis, int bh_in, in set_partial_b64x64_partition() argument 2349 int bh = bh_in; in set_partial_b64x64_partition()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 1821 const AV1_COMMON *const cm, MB_MODE_INFO *mi, int bh_in, int bw_in, in set_partial_sb_partition() argument 1824 int bh = bh_in; in set_partial_sb_partition()
|