Searched refs:bh_sr (Results 1 – 2 of 2) sorted by relevance
97 struct buffer_head *bh_sr; in nilfs_load_super_root() local 105 err = nilfs_read_super_root_block(nilfs, sr_block, &bh_sr, 1); in nilfs_load_super_root() 117 rawi = (void *)bh_sr->b_data + NILFS_SR_DAT_OFFSET(inode_size); in nilfs_load_super_root() 122 rawi = (void *)bh_sr->b_data + NILFS_SR_CPFILE_OFFSET(inode_size); in nilfs_load_super_root() 127 rawi = (void *)bh_sr->b_data + NILFS_SR_SUFILE_OFFSET(inode_size); in nilfs_load_super_root() 133 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_load_super_root() 137 brelse(bh_sr); in nilfs_load_super_root()
944 struct buffer_head *bh_sr; in nilfs_segctor_fill_in_super_root() 948 bh_sr = NILFS_LAST_SEGBUF(&sci->sc_segbufs)->sb_super_root; in nilfs_segctor_fill_in_super_root() 950 lock_buffer(bh_sr); in nilfs_segctor_fill_in_super_root() 951 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_segctor_fill_in_super_root() 970 set_buffer_uptodate(bh_sr); in nilfs_redirty_inodes() 971 unlock_buffer(bh_sr); in nilfs_redirty_inodes() 940 struct buffer_head *bh_sr; nilfs_segctor_fill_in_super_root() local