Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dthe_nilfs.h180 u32 ns_crc_seed; member
H A Dthe_nilfs.c279 nilfs->ns_crc_seed = le32_to_cpu(sbp[0]->s_crc_seed); in load_nilfs()
519 nilfs->ns_crc_seed = le32_to_cpu(sbp->s_crc_seed); in nilfs_valid_sb()
H A Dsuper.c288 sbp[0]->s_sum = cpu_to_le32(crc32_le(nilfs->ns_crc_seed, in nilfs_commit_super()
294 sbp[1]->s_sum = cpu_to_le32(crc32_le(nilfs->ns_crc_seed, in nilfs_commit_super()
H A Dsegment.c2155 nilfs_prepare_write_logs(&sci->sc_segbufs, nilfs->ns_crc_seed); in nilfs_segctor_do_construct()