Home
last modified time | relevance | path

Searched defs:ext2_super_block (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/fs/ext2/
Dext2_fs.h69 struct ext2_super_block { struct
70 uint32_t s_inodes_count; /* Inodes count */
71 uint32_t s_blocks_count; /* Blocks count */
72 uint32_t s_r_blocks_count; /* Reserved blocks count */
73 uint32_t s_free_blocks_count; /* Free blocks count */
74 uint32_t s_free_inodes_count; /* Free inodes count */
75 uint32_t s_first_data_block; /* First Data Block */
76 uint32_t s_log_block_size; /* Block size */
77 uint32_t s_log_frag_size; /* Fragment size */
78 uint32_t s_blocks_per_group; /* # Blocks per group */
[all …]
/external/e2fsprogs/misc/
De2label.c42 struct ext2_super_block { struct
43 char s_dummy0[56];
44 unsigned char s_magic[2];
45 char s_dummy1[62];
46 char s_volume_name[VOLNAMSZ];
47 char s_last_mounted[64];
48 char s_dummy2[824];
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h540 struct ext2_super_block { struct
541 __u32 s_inodes_count; /* Inodes count */
542 __u32 s_blocks_count; /* Blocks count */
543 __u32 s_r_blocks_count; /* Reserved blocks count */
544 __u32 s_free_blocks_count; /* Free blocks count */
545 __u32 s_free_inodes_count; /* Free inodes count */
546 __u32 s_first_data_block; /* First Data Block */
547 __u32 s_log_block_size; /* Block size */
548 __u32 s_log_cluster_size; /* Allocation cluster size */
549 __u32 s_blocks_per_group; /* # Blocks per group */
[all …]
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h628 struct ext2_super_block { struct
629 __u32 s_inodes_count; /* Inodes count */
630 __u32 s_blocks_count; /* Blocks count */
631 __u32 s_r_blocks_count; /* Reserved blocks count */
632 __u32 s_free_blocks_count; /* Free blocks count */
633 __u32 s_free_inodes_count; /* Free inodes count */
634 __u32 s_first_data_block; /* First Data Block */
635 __u32 s_log_block_size; /* Block size */
636 __u32 s_log_cluster_size; /* Allocation cluster size */
637 __u32 s_blocks_per_group; /* # Blocks per group */
[all …]
/external/e2fsprogs/lib/blkid/
Dprobe.h53 struct ext2_super_block { struct
54 __u32 s_inodes_count;
55 __u32 s_blocks_count;
56 __u32 s_r_blocks_count;
57 __u32 s_free_blocks_count;
58 __u32 s_free_inodes_count;
59 __u32 s_first_data_block;
60 __u32 s_log_block_size;
61 __u32 s_dummy3[7];
62 unsigned char s_magic[2];
[all …]
/external/clang/test/Sema/
Darray-bounds-ptr-arith.c4 struct ext2_super_block{ struct
7 void* ext2_statfs (struct ext2_super_block *es,int a) in ext2_statfs() argument