Lines Matching refs:root_bh
301 struct buffer_head *root_bh = NULL; in affs_fill_super() local
391 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super()
392 if (!root_bh) in affs_fill_super()
394 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super()
395 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT && in affs_fill_super()
396 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super()
401 affs_brelse(root_bh); in affs_fill_super()
402 root_bh = NULL; in affs_fill_super()
412 sbi->s_root_bh = root_bh; in affs_fill_super()
472 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0]; in affs_fill_super()
475 AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1, in affs_fill_super()