Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nilfs2/
Dsegbuf.c228 struct nilfs_super_root *raw_sr; in nilfs_segbuf_fill_in_super_root_crc() local
233 raw_sr = (struct nilfs_super_root *)segbuf->sb_super_root->b_data; in nilfs_segbuf_fill_in_super_root_crc()
236 (unsigned char *)raw_sr + sizeof(raw_sr->sr_sum), in nilfs_segbuf_fill_in_super_root_crc()
237 srsize - sizeof(raw_sr->sr_sum)); in nilfs_segbuf_fill_in_super_root_crc()
238 raw_sr->sr_sum = cpu_to_le32(crc); in nilfs_segbuf_fill_in_super_root_crc()
Dthe_nilfs.c101 struct nilfs_super_root *raw_sr; in nilfs_load_super_root() local
136 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_load_super_root()
137 nilfs->ns_nongc_ctime = le64_to_cpu(raw_sr->sr_nongc_ctime); in nilfs_load_super_root()
Dsegment.c959 struct nilfs_super_root *raw_sr; in nilfs_segctor_fill_in_super_root() local
963 raw_sr = (struct nilfs_super_root *)bh_sr->b_data; in nilfs_segctor_fill_in_super_root()
967 raw_sr->sr_bytes = cpu_to_le16(srsz); in nilfs_segctor_fill_in_super_root()
968 raw_sr->sr_nongc_ctime in nilfs_segctor_fill_in_super_root()
971 raw_sr->sr_flags = 0; in nilfs_segctor_fill_in_super_root()
973 nilfs_write_inode_common(nilfs->ns_dat, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()
975 nilfs_write_inode_common(nilfs->ns_cpfile, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()
977 nilfs_write_inode_common(nilfs->ns_sufile, (void *)raw_sr + in nilfs_segctor_fill_in_super_root()
979 memset((void *)raw_sr + srsz, 0, nilfs->ns_blocksize - srsz); in nilfs_segctor_fill_in_super_root()