Searched refs:s_root_bh (Results 1 – 3 of 3) sorted by relevance
44 AFFS_ROOT_TAIL(sb, AFFS_SB->s_root_bh)->bm_flag = be32_to_cpu(1); in affs_put_super()46 &AFFS_ROOT_TAIL(sb, AFFS_SB->s_root_bh)->disk_change); in affs_put_super()47 affs_fix_checksum(sb, AFFS_SB->s_root_bh); in affs_put_super()48 mark_buffer_dirty(AFFS_SB->s_root_bh); in affs_put_super()54 affs_brelse(AFFS_SB->s_root_bh); in affs_put_super()68 AFFS_ROOT_TAIL(sb, AFFS_SB->s_root_bh)->bm_flag = be32_to_cpu(clean); in affs_write_super()70 &AFFS_ROOT_TAIL(sb, AFFS_SB->s_root_bh)->disk_change); in affs_write_super()71 affs_fix_checksum(sb, AFFS_SB->s_root_bh); in affs_write_super()72 mark_buffer_dirty(AFFS_SB->s_root_bh); in affs_write_super()404 AFFS_SB->s_root_bh = root_bh; in affs_read_super()
282 if (!AFFS_ROOT_TAIL(sb, AFFS_SB->s_root_bh)->bm_flag) { in affs_init_bitmap()302 bmap_blk = (u32 *)AFFS_SB->s_root_bh->b_data; in affs_init_bitmap()
27 struct buffer_head *s_root_bh; /* Cached root block. */ member