OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:superblock
(Results
101 - 125
of
409
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/tests/t_replay_and_set/
expect
3
Superblock
backups stored on blocks:
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
PDBFile.h
49
// The
superblock
is overlaid at the beginning of the file (offset 0).
52
struct
SuperBlock
{
125
Error setSuperBlock(const
SuperBlock
*Block);
130
const PDBFile::
SuperBlock
*SB;
/external/syslinux/core/fs/xfs/
xfs_ag.h
31
* buffers after a copy of the
superblock
(also in a 512-byte buffer).
55
*
superblock
's magic number. Since the magic numbers valid for EFS
56
* are > 64k, our value cannot be confused for an EFS
superblock
's.
180
* allocation groups or a single xfs_daddr_t that's a
superblock
copy.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/MSF/
MSFCommon.h
29
// The
superblock
is overlaid at the beginning of the file (offset 0).
32
struct
SuperBlock
{
55
const
SuperBlock
*SB = nullptr;
121
Error validateSuperBlock(const
SuperBlock
&SB);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
bfs_fs.h
49
/* BFS
superblock
layout on disk */
/external/e2fsprogs/misc/
tune2fs.8.in
235
stored in the
superblock
.
244
This
superblock
setting is only honored in 2.6.35+ kernels;
248
Set a flag in the filesystem
superblock
indicating that it may be
278
it is converted to a numerical gid before it is stored in the
superblock
.
394
@JDEV@stored in the ext2
superblock
at the start of the journal. Use
407
List the contents of the filesystem
superblock
, including the current
450
default mount options field in the
superblock
.
454
caret character ('^') will be cleared in the filesystem's
superblock
;
533
caret character ('^') will be cleared in the filesystem's
superblock
;
653
Sets 'quota' feature on the
superblock
and works on the quota files for th
[
all
...]
e2undo.c
39
* The second block contains the
superblock
.
57
__le64 super_offset; /* where in the file is the
superblock
copy? */
61
__le32 sb_crc; /* crc32c of the
superblock
*/
143
_("The file system
superblock
doesn't match the undo file.\n"));
166
"%s", _("while reading filesystem
superblock
."));
171
* Compare the FS and the undo file
superblock
so that we can't apply
182
com_err(prg_name, retval, "%s", _("while fetching
superblock
"));
195
_("Undo file
superblock
checksum doesn't match.\n"));
/external/e2fsprogs/ext2ed/
super_com.c
8
Handles the
superblock
113
wprintw (show_win,"
Superblock
copy %ld ",super_info.copy_num);
/external/e2fsprogs/lib/ext2fs/
tst_super_size.c
2
* This testing program makes sure
superblock
size is 1024 bytes long
147
do_field("
Superblock
end", 0, 0, cur_offset, 1024);
imager.c
189
* Write out
superblock
and group descriptors
203
* Write out the
superblock
239
* Read the
superblock
and group descriptors and overwrite them.
267
* Now copy in the
superblock
and group descriptors
/external/e2fsprogs/tests/t_dangerous/
expect
3
Superblock
backups stored on blocks:
20
Superblock
backups stored on blocks:
/external/e2fsprogs/tests/t_disable_mcsum_noinitbg/
expect
3
Superblock
backups stored on blocks:
49
Backup
superblock
at 8193, Group descriptors at 8194-8197
/external/e2fsprogs/tests/t_enable_mcsum/
expect
3
Superblock
backups stored on blocks:
71
Backup
superblock
at 8193, Group descriptors at 8194-8197
/external/llvm/test/DebugInfo/PDB/
pdbdump-yaml.test
8
; YAML-NEXT:
SuperBlock
:
82
; NO-HEADERS-NOT:
SuperBlock
:
/external/syslinux/libfat/
fat.h
24
/* The poor excuse FAT has for a
superblock
-- in the boot sector */
60
le16_t bpb_bkbootsec; /* Backup boot sector (
superblock
) */
/external/toybox/toys/
e2fs.h
38
uint16_t block_group_nr; // block group # of this
superblock
51
uint8_t journal_uuid[16]; // uuid of journal
superblock
/external/e2fsprogs/debugfs/
ro_debug_cmds.ct
21
request do_show_super_stats, "Show
superblock
statistics",
/external/e2fsprogs/tests/j_short_trans_mcsum_64bit/
expect
2
Superblock
backups stored on blocks:
Completed in 1037 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>