Searched refs:raw_sr (Results 1 – 2 of 2) sorted by relevance
945 struct nilfs_super_root *raw_sr; in nilfs_segctor_fill_in_super_root() local951 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_segctor_fill_in_super_root()955 raw_sr->sr_sum = 0; /* Ensure initialization within this update */ in nilfs_segctor_fill_in_super_root()956 raw_sr->sr_bytes = cpu_to_le16(srsz); in nilfs_segctor_fill_in_super_root()957 raw_sr->sr_nongc_ctime in nilfs_segctor_fill_in_super_root()960 raw_sr->sr_flags = 0; in nilfs_segctor_fill_in_super_root()962 nilfs_write_root_mdt_inode(nilfs->ns_dat, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()964 nilfs_write_root_mdt_inode(nilfs->ns_cpfile, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()966 nilfs_write_root_mdt_inode(nilfs->ns_sufile, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()969 memset((void *)raw_sr + srsz, 0, nilfs->ns_blocksize - srsz); in nilfs_segctor_fill_in_super_root()
98 struct nilfs_super_root *raw_sr; in nilfs_load_super_root() local133 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_load_super_root()134 nilfs->ns_nongc_ctime = le64_to_cpu(raw_sr->sr_nongc_ctime); in nilfs_load_super_root()