Searched defs:bh (Results 1 – 2 of 2) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4_jbd2.h | 42 #define ext4_journal_get_undo_access(handle, bh) __ext4_journal_get_undo_access(__func__, (handle… argument 43 #define ext4_journal_get_write_access(handle, bh) __ext4_journal_get_write_access(__func__, (hand… argument 44 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) __ext4_forget(__func__, (handle), (… argument 45 #define ext4_journal_get_create_access(handle, bh) __ext4_journal_get_create_access(__func__, (ha… argument 46 #define ext4_handle_dirty_metadata(handle, inode, bh) __ext4_handle_dirty_metadata(__func__, (han… argument
|
/system/core/include/pixelflinger/ |
D | format.h | 115 uint8_t bh; // blue high bit position + 1 member
|