Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dthe_nilfs.c102 struct nilfs_inode *rawi; in nilfs_load_super_root() local
119 rawi = (void *)bh_sr->b_data + NILFS_SR_DAT_OFFSET(inode_size); in nilfs_load_super_root()
120 err = nilfs_dat_read(sb, dat_entry_size, rawi, &nilfs->ns_dat); in nilfs_load_super_root()
124 rawi = (void *)bh_sr->b_data + NILFS_SR_CPFILE_OFFSET(inode_size); in nilfs_load_super_root()
125 err = nilfs_cpfile_read(sb, checkpoint_size, rawi, &nilfs->ns_cpfile); in nilfs_load_super_root()
129 rawi = (void *)bh_sr->b_data + NILFS_SR_SUFILE_OFFSET(inode_size); in nilfs_load_super_root()
130 err = nilfs_sufile_read(sb, segment_usage_size, rawi, in nilfs_load_super_root()