Home
last modified time | relevance | path

Searched refs:s_reserved (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/affs/
H A Dbitmap.c52 blk = block - sbi->s_reserved; in affs_free_block()
141 goal = sbi->s_reserved; in affs_alloc_block()
144 blk = goal - sbi->s_reserved; in affs_alloc_block()
207 blk += bit + sbi->s_reserved; in affs_alloc_block()
265 sbi->s_bmap_count = (sbi->s_partition_size - sbi->s_reserved + in affs_init_bitmap()
315 offset = (sbi->s_partition_size - sbi->s_reserved) % sbi->s_bmap_bits; in affs_init_bitmap()
H A Dsuper.c312 if (sbi->s_reserved != 2) in affs_show_options()
313 seq_printf(m, ",reserved=%u", sbi->s_reserved); in affs_show_options()
314 if (sbi->s_root_block != (sbi->s_reserved + sbi->s_partition_size - 1) / 2) in affs_show_options()
385 sbi->s_reserved= reserved; in affs_fill_super()
615 AFFS_SB(sb)->s_reserved); in affs_statfs()
620 buf->f_blocks = AFFS_SB(sb)->s_partition_size - AFFS_SB(sb)->s_reserved; in affs_statfs()
H A Daffs.h85 int s_reserved; /* Number of reserved blocks. */ member
225 return(block >= AFFS_SB(sb)->s_reserved && in affs_validblock()
/openbmc/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h201 __u32 s_reserved[186]; /* padding to the end of the block */ member
233 ((long)&((struct nilfs_super_block *)0)->s_reserved)
/openbmc/linux/fs/zonefs/
H A Dzonefs.h171 __u8 s_reserved[3988]; member
H A Dsuper.c1192 if (memchr_inv(super->s_reserved, 0, sizeof(super->s_reserved))) { in zonefs_read_super()
/openbmc/linux/fs/ext2/
H A Dext2.h479 __u32 s_reserved[190]; /* Padding to the end of the block */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch161 - uint32_t s_reserved[162]; /* Padding to the end of the block */
988 - __u32 s_reserved[108]; /* Padding to the end of the block */
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst486 - s_reserved[94]
/openbmc/linux/fs/ext4/
H A Dext4.h1426 __le32 s_reserved[94]; /* Padding to the end of the block */ member