Searched refs:superblock (Results 1 - 6 of 6) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S461 cmp.d CRAMFS_MAGIC, $r1; magic value in cramfs superblock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dsuper.c441 struct hpfs_super_block *superblock; local
492 if (!(superblock = hpfs_map_sector(s, 16, &bh1, 1))) goto bail2;
497 ||*/ superblock->magic != SB_MAGIC
505 superblock->funcversion != 2 && superblock->funcversion != 3) {
507 (int)superblock->version, (int)superblock->funcversion);
514 /* Fill superblock stuff */
518 sbi->sb_root = superblock->root;
519 sbi->sb_fs_size = superblock
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c995 /* Reset the superblock to the user's requested value */
996 ctx->superblock = ctx->use_superblock;
1799 bb_error_msg(_("reading journal superblock"));
1838 /* If we don't understand the superblock major type, but there
1855 bb_error_msg(_("%s: no valid journal superblock found"),
1888 /* Leave a valid existing V1 superblock signature alone.
1898 /* Zero out everything else beyond the superblock header */
1974 * This function makes sure that the superblock fields regarding the
2060 if (ctx->superblock)
2141 ctx->superblock, blocksiz
12419 blk_t superblock, ret_sb = 8193; local
[all...]
H A De2fsck.h120 #define E2F_FLAG_SB_SPECIFIED 0x0100 /* The superblock was explicitly
142 #define PR_LATCH_RELOC 0x0050 /* Latch for superblock relocate hint */
174 #define PR_0_MISC_CORRUPT_SUPER 0x00000B /* Miscellaneous superblock corruption */
176 #define PR_0_INODE_COUNT_WRONG 0x00000D /* Inode count in the superblock incorrect */
181 #define PR_0_EXT_JOURNAL_BAD_SUPER 0x000012/* External journal has bad superblock */
183 #define PR_0_JOURNAL_UNSUPP_SUPER 0x000014 /* Journal has an unknown superblock type */
184 #define PR_0_JOURNAL_BAD_SUPER 0x000015 /* Journal superblock is corrupt */
185 #define PR_0_JOURNAL_HAS_JOURNAL 0x000016 /* Journal superblock is corrupt */
193 #define PR_0_ORPHAN_ILLEGAL_HEAD_INODE 0x000023 /* Illegal orphan inode in superblock */
200 #define PR_0_CLEAR_V2_JOURNAL 0x00002A /* Clearing V2 journal superblock */
504 blk_t superblock; /* sb used to open fs */ member in struct:e2fsck_struct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fs.h24 * Where the master copy of the superblock is located, and how big
26 * the size of the superblock structure is not necessarily trustworthy
27 * (some versions have the padding set up so that the superblock is
156 * EXT2_MKJOURNAL_V1_SUPER Make a (deprecated) V1 journal superblock
806 extern errcode_t ext2fs_open(const char *name, int flags, int superblock,
810 int flags, int superblock,
H A Dopenfs.c50 * the backup group descriptors and superblock --- so use the
63 errcode_t ext2fs_open(const char *name, int flags, int superblock, argument
67 return ext2fs_open2(name, 0, flags, superblock, block_size,
72 * Note: if superblock is non-zero, block-size must also be non-zero.
83 int flags, int superblock,
143 superblock = 1;
149 * superblock, then he/she must also specify the block size!
150 * Otherwise, read the master superblock located at offset
153 * Note: we only save a backup copy of the superblock if we
154 * are reading the superblock fro
82 ext2fs_open2(const char *name, const char *io_options, int flags, int superblock, unsigned int block_size, io_manager manager, ext2_filsys *ret_fs) argument
[all...]

Completed in 138 milliseconds