Home
last modified time | relevance | path

Searched refs:s_root_block (Results 1 – 5 of 5) sorted by relevance

/fs/affs/
A Dsuper.c287 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()
A Daffs.h86 u32 s_root_block; /* FFS root block number. */ member
A Dinode.c193 if (!(inode->i_ino == AFFS_SB(sb)->s_root_block)) { in affs_write_inode()
/fs/omfs/
A Domfs_fs.h26 __be64 s_root_block; /* block number of omfs_root_block */ member
A Dinode.c499 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()

Completed in 12 milliseconds