Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nilfs2/
Dsegbuf.c241 struct nilfs_super_root *raw_sr; in nilfs_segbuf_fill_in_super_root_crc() local
244 raw_sr = (struct nilfs_super_root *)segbuf->sb_super_root->b_data; in nilfs_segbuf_fill_in_super_root_crc()
246 (unsigned char *)raw_sr + sizeof(raw_sr->sr_sum), in nilfs_segbuf_fill_in_super_root_crc()
247 NILFS_SR_BYTES - sizeof(raw_sr->sr_sum)); in nilfs_segbuf_fill_in_super_root_crc()
248 raw_sr->sr_sum = cpu_to_le32(crc); in nilfs_segbuf_fill_in_super_root_crc()
Dthe_nilfs.c109 struct nilfs_super_root *raw_sr; in nilfs_load_super_root() local
144 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_load_super_root()
145 nilfs->ns_nongc_ctime = le64_to_cpu(raw_sr->sr_nongc_ctime); in nilfs_load_super_root()
Dsegment.c891 struct nilfs_super_root *raw_sr; in nilfs_segctor_fill_in_super_root() local
895 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_segctor_fill_in_super_root()
897 raw_sr->sr_bytes = cpu_to_le16(NILFS_SR_BYTES); in nilfs_segctor_fill_in_super_root()
898 raw_sr->sr_nongc_ctime in nilfs_segctor_fill_in_super_root()
901 raw_sr->sr_flags = 0; in nilfs_segctor_fill_in_super_root()
903 nilfs_write_inode_common(nilfs->ns_dat, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()
905 nilfs_write_inode_common(nilfs->ns_cpfile, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()
907 nilfs_write_inode_common(nilfs->ns_sufile, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()