OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blocktype
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
recovery.c
363
int
blocktype
;
local
440
blocktype
= be32_to_cpu(tmp->h_blocktype);
443
blocktype
, sequence);
454
switch(
blocktype
) {
682
blocktype
);
/external/libvorbis/lib/
mapping0.c
254
int
blocktype
=vbi->
blocktype
;
local
258
vorbis_look_psy *psy_look=b->psy+
blocktype
+(vb->W?2:0);
codec_internal.h
34
int
blocktype
;
member in struct:vorbis_block_internal
/external/e2fsprogs/debugfs/
logdump.c
341
__u32 magic, sequence,
blocktype
;
local
410
blocktype
= be32_to_cpu(header->h_blocktype);
428
sequence,
blocktype
,
429
type_to_name(
blocktype
), blocknr);
432
switch (
blocktype
) {
455
"block %u.\n",
blocktype
, blocknr);
Completed in 73 milliseconds