Searched refs:s_root_block (Results 1 – 4 of 4) sorted by relevance
287 if (sbi->s_root_block != (sbi->s_reserved + sbi->s_partition_size - 1) / 2) in affs_show_options() 288 seq_printf(m, ",root=%u", sbi->s_root_block); in affs_show_options() 372 sbi->s_root_block = ctx->root_block; in affs_fill_super() 374 sbi->s_root_block = (ctx->reserved + size - 1) / 2; in affs_fill_super() 393 sbi->s_root_block + num_bm, in affs_fill_super() 395 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super() 402 sbi->s_root_block += num_bm; in affs_fill_super() 417 ctx->root_block = sbi->s_root_block; in affs_fill_super()
86 u32 s_root_block; /* FFS root block number. */ member
193 if (!(inode->i_ino == AFFS_SB(sb)->s_root_block)) { in affs_write_inode()
499 sbi->s_root_ino = be64_to_cpu(omfs_sb->s_root_block); in omfs_fill_super() 535 bh2 = omfs_bread(sb, be64_to_cpu(omfs_sb->s_root_block)); in omfs_fill_super()