Lines Matching refs:root_bh
302 struct buffer_head *root_bh = NULL; in affs_fill_super() local
393 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super()
394 if (!root_bh) in affs_fill_super()
396 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super()
397 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT && in affs_fill_super()
398 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super()
403 affs_brelse(root_bh); in affs_fill_super()
404 root_bh = NULL; in affs_fill_super()
414 sbi->s_root_bh = root_bh; in affs_fill_super()
474 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0]; in affs_fill_super()
477 AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1, in affs_fill_super()