Searched refs:ns_crc_seed (Results 1 – 5 of 5) sorted by relevance
185 u32 ns_crc_seed; member
244 nilfs->ns_crc_seed = le32_to_cpu(sbp[0]->s_crc_seed); in load_nilfs()422 nilfs->ns_crc_seed = le32_to_cpu(sbp->s_crc_seed); in nilfs_store_disk_layout()
282 sbp[0]->s_sum = cpu_to_le32(crc32_le(nilfs->ns_crc_seed, in nilfs_commit_super()288 sbp[1]->s_sum = cpu_to_le32(crc32_le(nilfs->ns_crc_seed, in nilfs_commit_super()
104 crc = crc32_le(nilfs->ns_crc_seed, in nilfs_compute_checksum()
2068 nilfs->ns_crc_seed); in nilfs_segctor_do_construct()
Completed in 15 milliseconds