Home
last modified time | relevance | path

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

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