Lines Matching refs:root_bh
336 struct buffer_head *root_bh = NULL; in affs_fill_super() local
429 root_bh = affs_bread(sb, sbi->s_root_block + num_bm); in affs_fill_super()
430 if (!root_bh) in affs_fill_super()
432 if (!affs_checksum_block(sb, root_bh) && in affs_fill_super()
433 be32_to_cpu(AFFS_ROOT_HEAD(root_bh)->ptype) == T_SHORT && in affs_fill_super()
434 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) { in affs_fill_super()
439 affs_brelse(root_bh); in affs_fill_super()
440 root_bh = NULL; in affs_fill_super()
450 sbi->s_root_bh = root_bh; in affs_fill_super()
511 u8 len = AFFS_ROOT_TAIL(sb, root_bh)->disk_name[0]; in affs_fill_super()
514 AFFS_ROOT_TAIL(sb, root_bh)->disk_name + 1, in affs_fill_super()