Home
last modified time | relevance | path

Searched refs:s_crc_seed (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/nilfs2/
Dthe_nilfs.c255 nilfs->ns_crc_seed = le32_to_cpu(sbp[0]->s_crc_seed); in load_nilfs()
432 nilfs->ns_crc_seed = le32_to_cpu(sbp->s_crc_seed); in nilfs_store_disk_layout()
448 crc = crc32_le(le32_to_cpu(sbp->s_crc_seed), (unsigned char *)sbp, in nilfs_valid_sb()
/linux-4.1.27/include/linux/
Dnilfs2_fs.h154 __le32 s_crc_seed; /* Seed value of CRC calculation */ member