Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 25 of 47) sorted by relevance

12

/external/e2fsprogs/e2fsck/
Djournal.c70 struct buffer_head *bh; in getblk() local
105 struct buffer_head *bh; in ll_rw_block() local
146 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
151 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean()
156 void brelse(struct buffer_head *bh) in brelse()
165 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
170 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
175 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
226 struct buffer_head *bh; in e2fsck_get_journal() local
Drecovery.c74 struct buffer_head *bh; in do_readahead() local
136 struct buffer_head *bh; in jread() local
178 static int count_tags(struct buffer_head *bh, int size) in count_tags()
315 struct buffer_head * bh; in do_one_pass() local
565 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
Djfs_user.h44 #define lock_buffer(bh) do {} while(0) argument
45 #define unlock_buffer(bh) do {} while(0) argument
46 #define buffer_req(bh) 1 argument
120 #define set_buffer_uptodate(bh) mark_buffer_uptodate(bh, 1) argument
Drevoke.c287 struct buffer_head *bh = NULL; in journal_revoke() local
381 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() local
549 struct buffer_head *bh = jh2bh(descriptor); in flush_descriptor() local
/external/elfutils/libebl/
Dalpha_destr.c23 alpha_destr (bh) in alpha_destr() argument
Dx86_64_destr.c23 x86_64_destr (bh) in x86_64_destr() argument
Di386_destr.c23 i386_destr (bh) in i386_destr() argument
Dmips_destr.c23 mips_destr (bh) in mips_destr() argument
Dia64_destr.c23 ia64_destr (bh) in ia64_destr() argument
Dppc_destr.c23 ppc_destr (bh) in ppc_destr() argument
Darm_destr.c23 arm_destr (bh) in arm_destr() argument
Dppc64_destr.c23 ppc64_destr (bh) in ppc64_destr() argument
Dsparc_destr.c22 sparc_destr (bh) in sparc_destr() argument
Dsh_destr.c23 sh_destr (bh) in sh_destr() argument
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h223 #define J_ASSERT_BH(bh, expr) \ argument
231 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument
249 static inline int buffer_jbd(struct buffer_head *bh) in buffer_jbd()
259 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
863 static inline int buffer_jlist_eq(struct buffer_head *bh, int list) in buffer_jlist_eq()
869 static inline int buffer_jdirty(struct buffer_head *bh) in buffer_jdirty()
875 static inline int buffer_jbd_data(struct buffer_head *bh) in buffer_jbd_data()
888 #define buffer_trace_init(bh) do {} while (0) argument
889 #define print_buffer_fields(bh) do {} while (0) argument
890 #define print_buffer_trace(bh) do {} while (0) argument
[all …]
Djfs_compat.h60 #define BUFFER_TRACE(bh, info) do {} while (0) argument
/external/skia/src/core/
DSkMath.cpp98 uint32_t bh = b >> 16; in SkMulShift() local
153 uint32_t bh = b >> 16; in SkFixedMul_portable() local
178 uint32_t bh = b >> 16; in SkFractMul_portable() local
DSk64.cpp190 uint32_t bh = b >> 16; in setMul() local
/external/tesseract/liblept/
Dpaintcmap.c91 l_int32 i, j, w, h, d, n, x1, y1, x2, y2, bw, bh, val, wpls; in pixSetSelectCmap() local
223 l_int32 i, j, w, h, d, x1, y1, x2, y2, bw, bh, wpl; in pixColorGrayCmap() local
Dpix4.c1171 l_int32 i, j, w, h, d, wpl, bw, bh; in pixGetMaxValueInRect() local
2168 l_int32 w, h, d, bx, by, bw, bh; in pixClipRectangle() local
2399 l_int32 w, h, bx, by, bw, bh, cbw, cbh, left, right, top, bottom; in pixClipBoxToForeground() local
2468 l_int32 bx, by, bw, bh, x, xstart, xend, y, ystart, yend, wpl; in pixScanForForeground() local
2589 l_int32 w, h, bx, by, bw, bh, cbw, cbh, left, right, top, bottom; in pixClipBoxToEdges() local
2717 l_int32 bx, by, bw, bh, foundmin, loc, sum, wpl; in pixScanForEdge() local
Dboxfunc3.c707 l_int32 i, w, h, boxx, boxy, bx, by, bw, bh, maxdir, maxscore; in pixSplitComponentIntoBoxa() local
822 l_int32 bx, by, bw, bh, width, height, setref, atref; in pixSearchForRectangle() local
Dboxfunc2.c251 l_int32 bx, by, bw, bh, tx, ty, tw, th; in boxTransformOrdered() local
473 l_int32 bx, by, bw, bh, xdist, ydist; in boxRotateOrth() local
Dpix3.c703 l_int32 w, h, d, wm, hm, dm, i, n, xc, yc, bx, by, bw, bh; in pixPaintSelfThroughMask() local
1577 l_int32 w, h, d, wpl, i, j, xstart, xend, ystart, yend, bw, bh; in pixSumPixelValues() local
1738 l_int32 w, h, bx, by, bw, bh, left, right, top, bot, i, j; in findTilePatchCenter() local
/external/qemu/
Dqemu-char.h63 QEMUBH *bh; member
Ddma-helpers.c49 QEMUBH *bh; member

12