Searched refs:s_root_block (Results 1 – 8 of 8) sorted by relevance
314 if (sbi->s_root_block != (sbi->s_reserved + sbi->s_partition_size - 1) / 2) in affs_show_options()315 seq_printf(m, ",root=%u", sbi->s_root_block); in affs_show_options()406 sbi->s_root_block = root_block; in affs_fill_super()408 sbi->s_root_block = (reserved + size - 1) / 2; in affs_fill_super()427 sbi->s_root_block + num_bm, in affs_fill_super()429 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super()436 sbi->s_root_block += num_bm; in affs_fill_super()451 root_block = sbi->s_root_block; in affs_fill_super()
88 u32 s_root_block; /* FFS root block number. */ member
196 if (!(inode->i_ino == AFFS_SB(sb)->s_root_block)) { in affs_write_inode()
26 __be64 s_root_block; /* block number of omfs_root_block */ member
502 sbi->s_root_ino = be64_to_cpu(omfs_sb->s_root_block); in omfs_fill_super()538 bh2 = omfs_bread(sb, be64_to_cpu(omfs_sb->s_root_block)); in omfs_fill_super()
250 DFL(s_root_block), in show_on_disk_super()
118 #define sb_root_block(sbp) (le32_to_cpu((sbp)->s_v1.s_root_block))119 #define set_sb_root_block(sbp,v) ((sbp)->s_v1.s_root_block = cpu_to_le32(v))976 __le32 s_root_block; /* root block number */ member1063 le32_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_root_block))1076 do { SB_V1_DISK_SUPER_BLOCK(s)->s_root_block = cpu_to_le32(val); } while (0)
1645 if (rs->s_v1.s_root_block == cpu_to_le32(-1)) { in read_super_block()