Home
last modified time | relevance | path

Searched refs:rawi (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/nilfs2/
Dthe_nilfs.c114 struct nilfs_inode *rawi; in nilfs_load_super_root() local
131 rawi = (void *)bh_sr->b_data + NILFS_SR_DAT_OFFSET(inode_size); in nilfs_load_super_root()
132 err = nilfs_dat_read(sb, dat_entry_size, rawi, &nilfs->ns_dat); in nilfs_load_super_root()
136 rawi = (void *)bh_sr->b_data + NILFS_SR_CPFILE_OFFSET(inode_size); in nilfs_load_super_root()
137 err = nilfs_cpfile_read(sb, checkpoint_size, rawi, &nilfs->ns_cpfile); in nilfs_load_super_root()
141 rawi = (void *)bh_sr->b_data + NILFS_SR_SUFILE_OFFSET(inode_size); in nilfs_load_super_root()
142 err = nilfs_sufile_read(sb, segment_usage_size, rawi, in nilfs_load_super_root()