Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Dsuper.c342 int num_bm; in affs_fill_super() local
423 for (num_bm = 0; num_bm < 2; num_bm++) { 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()