Home
last modified time | relevance | path

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

/linux-4.4.14/fs/affs/
Dsuper.c308 int num_bm; in affs_fill_super() local
387 for (num_bm = 0; num_bm < 2; num_bm++) { in affs_fill_super()
391 sbi->s_root_block + num_bm, in affs_fill_super()
393 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super()
400 sbi->s_root_block += num_bm; in affs_fill_super()