Home
last modified time | relevance | path

Searched defs:super_block (Results 1 – 5 of 5) sorted by relevance

/minix/minix/fs/ext2/
H A Dsuper.h13 EXTERN struct super_block { struct
14 u32_t s_inodes_count; /* Inodes count */
15 u32_t s_blocks_count; /* Blocks count */
20 u32_t s_log_block_size; /* Block size */
21 u32_t s_log_frag_size; /* Fragment size */
25 u32_t s_mtime; /* Mount time */
26 u32_t s_wtime; /* Write time */
27 u16_t s_mnt_count; /* Mount count */
35 u32_t s_creator_os; /* OS */
84 /* The following items are only used when the super_block is in memory. */ argument
[all …]
/minix/minix/fs/mfs/
H A Dsuper.h24 EXTERN struct super_block { struct
42 /* The following items are only used when the super_block is in memory. argument
51 zone_t s_firstdatazone; /* number of first data zone (big) */
52 dev_t s_dev; /* whose super block is this? */
53 int s_rd_only; /* set to 1 iff file sys mounted read only */
54 int s_native; /* set to 1 iff not byte swapped file system */
55 int s_version; /* file system version, zero means bad magic */
56 int s_ndzones; /* # direct zones in an inode */
57 int s_nindirs; /* # indirect zones per indirect block */
58 bit_t s_isearch; /* inodes below this bit number are in use */
[all …]
/minix/minix/usr.sbin/mkfs.mfs/v3/
H A Dsuper.h21 struct super_block { struct
40 /* The following items are only used when the super_block is in memory. argument
47 unsigned s_inodes_per_block; /* precalculated from magic number */
48 uint32_t s_firstdatazone; /* number of first data zone (big) */
/minix/minix/usr.sbin/mkfs.mfs/v2/
H A Dsuper.h21 struct super_block { struct
22 uint16_t s_ninodes; /* # usable inodes on the minor device */
23 uint16_t s_nzones; /* total device size, including bit maps etc */
24 int16_t s_imap_blocks; /* # of blocks used by inode bit map */
25 int16_t s_zmap_blocks; /* # of blocks used by zone bit map */
26 uint16_t s_firstdatazone; /* number of first data zone (small) */
27 int16_t s_log_zone_size; /* log2 of blocks/zone */
28 uint32_t s_max_size; /* maximum file size on this device */
29 int16_t s_magic; /* magic number to recognize super-blocks */
30 int16_t s_pad; /* try to avoid compiler-dependent padding */
[all …]
/minix/minix/usr.sbin/mkfs.mfs/v1/
H A Dsuper.h21 struct super_block { struct
22 uint16_t s_ninodes; /* # usable inodes on the minor device */
23 uint16_t s_nzones; /* total device size, including bit maps etc */
24 int16_t s_imap_blocks; /* # of blocks used by inode bit map */
25 int16_t s_zmap_blocks; /* # of blocks used by zone bit map */
26 uint16_t s_firstdatazone; /* number of first data zone (small) */
27 int16_t s_log_zone_size; /* log2 of blocks/zone */
28 uint32_t s_max_size; /* maximum file size on this device */
29 int16_t s_magic; /* magic number to recognize super-blocks */