Home
last modified time | relevance | path

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

/fs/affs/
Dsuper.c327 sbi->s_root_block = root_block; in affs_fill_super()
329 sbi->s_root_block = (reserved + size - 1) / 2; in affs_fill_super()
348 sbi->s_root_block + num_bm, in affs_fill_super()
350 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super()
357 sbi->s_root_block += num_bm; in affs_fill_super()
372 root_block = sbi->s_root_block; in affs_fill_super()
Daffs.h95 u32 s_root_block; /* FFS root block number. */ member
Dinode.c194 if (!(inode->i_ino == AFFS_SB(sb)->s_root_block)) { in affs_write_inode()
/fs/omfs/
Domfs_fs.h23 __be64 s_root_block; /* block number of omfs_root_block */ member
Dinode.c450 sbi->s_root_ino = be64_to_cpu(omfs_sb->s_root_block); in omfs_fill_super()
480 start = clus_to_blk(sbi, be64_to_cpu(omfs_sb->s_root_block)); in omfs_fill_super()
/fs/reiserfs/
Dprocfs.c256 DFL(s_root_block), in show_on_disk_super()
Dsuper.c1356 if (rs->s_v1.s_root_block == cpu_to_le32(-1)) { in read_super_block()