OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_data
(Results
1 - 8
of
8
) sorted by null
/external/e2fsprogs/e2fsck/
recovery.c
188
tagp = &bh->
b_data
[sizeof(journal_header_t)];
190
while ((tagp - bh->
b_data
+ tag_bytes) <= size) {
334
*crc32_sum = crc32_be(*crc32_sum, (void *)bh->
b_data
, bh->b_size);
345
*crc32_sum = crc32_be(*crc32_sum, (void *)obh->
b_data
,
433
tmp = (journal_header_t *)bh->
b_data
;
484
tagp = &bh->
b_data
[sizeof(journal_header_t)];
485
while ((tagp - bh->
b_data
+ tag_bytes)
536
memcpy(nbh->
b_data
, obh->
b_data
,
539
*((__be32 *)nbh->
b_data
)
[
all
...]
jfs_user.h
25
char
b_data
[1024];
member in struct:buffer_head
journal.c
72
sizeof(bh->
b_data
);
120
1, bh->
b_data
);
134
1, bh->
b_data
);
391
memcpy(&jsuper, start ? bh->
b_data
: bh->
b_data
+ 1024,
422
journal->j_superblock = (journal_superblock_t *)bh->
b_data
;
revoke.c
507
header = (journal_header_t *) &jh2bh(descriptor)->
b_data
[0];
520
* ((unsigned int *)(&jh2bh(descriptor)->
b_data
[offset])) =
545
header = (journal_revoke_header_t *) jh2bh(descriptor)->
b_data
;
/external/opencv/cxcore/src/
cxmatmul.cpp
128
const arrtype*
b_data
, size_t b_step, \
135
const arrtype *_a_data = a_data, *_b_data =
b_data
, *_c_data = c_data; \
140
b_step /= sizeof(
b_data
[0]); \
177
b_buf[j] =
b_data
[j*b_step]; \
178
b_data
= b_buf; \
188
worktype s0 = al*
b_data
[j]; \
189
worktype s1 = al*
b_data
[j+1]; \
204
worktype s0 = al*
b_data
[j]; \
219
b_data
= _b_data; \
229
for( j = 0; j < d_size.width; j++,
b_data
+= b_step,
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h
734
#define B_BLK_HEAD(p_s_bh) ((struct block_head *)((p_s_bh)->
b_data
))
[
all
...]
/external/chromium/net/base/
x509_certificate_mac.cc
[
all
...]
/external/kernel-headers/original/linux/
ext3_fs.h
704
return (struct ext3_inode *) (iloc->bh->
b_data
+ iloc->offset);
Completed in 698 milliseconds