OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JFS_SUPERBLOCK_V1
(Results
26 - 29
of
29
) sorted by null
1
2
/external/e2fsprogs/lib/ext2fs/
mkjournal.c
61
jsb->s_header.h_blocktype = htonl(
JFS_SUPERBLOCK_V1
);
/external/kernel-headers/original/linux/
jbd.h
137
#define
JFS_SUPERBLOCK_V1
3
[
all
...]
/external/e2fsprogs/e2fsck/
journal.c
517
case
JFS_SUPERBLOCK_V1
:
603
jsb->s_header.h_blocktype != htonl(
JFS_SUPERBLOCK_V1
)) {
/external/e2fsprogs/debugfs/
logdump.c
320
case
JFS_SUPERBLOCK_V1
:
Completed in 1662 milliseconds
1
2