Searched refs:seed (Results 1 – 10 of 10) sorted by relevance
| /fs/nilfs2/ |
| A D | segbuf.c | 176 nilfs_segbuf_fill_in_segsum_crc(struct nilfs_segment_buffer *segbuf, u32 seed) in nilfs_segbuf_fill_in_segsum_crc() argument 188 crc = crc32_le(seed, in nilfs_segbuf_fill_in_segsum_crc() 204 u32 seed) in nilfs_segbuf_fill_in_data_crc() argument 213 crc = crc32_le(seed, in nilfs_segbuf_fill_in_data_crc() 235 u32 seed) in nilfs_segbuf_fill_in_super_root_crc() argument 244 crc = crc32_le(seed, in nilfs_segbuf_fill_in_super_root_crc() 322 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument 328 nilfs_segbuf_fill_in_super_root_crc(segbuf, seed); in nilfs_add_checksums_on_logs() 329 nilfs_segbuf_fill_in_segsum_crc(segbuf, seed); in nilfs_add_checksums_on_logs() 330 nilfs_segbuf_fill_in_data_crc(segbuf, seed); in nilfs_add_checksums_on_logs()
|
| A D | segbuf.h | 165 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed);
|
| A D | segment.c | 1709 static void nilfs_prepare_write_logs(struct list_head *logs, u32 seed) in nilfs_prepare_write_logs() argument 1730 nilfs_add_checksums_on_logs(logs, seed); in nilfs_prepare_write_logs()
|
| /fs/bcachefs/ |
| A D | checksum.c | 27 u64 seed; member 39 state->seed = 0; in bch2_checksum_init() 42 state->seed = U32_MAX; in bch2_checksum_init() 45 state->seed = U64_MAX; in bch2_checksum_init() 61 return state->seed; in bch2_checksum_final() 63 return state->seed ^ U32_MAX; in bch2_checksum_final() 65 return state->seed ^ U64_MAX; in bch2_checksum_final() 80 state->seed = crc32c(state->seed, data, len); in bch2_checksum_update() 84 state->seed = crc64_be(state->seed, data, len); in bch2_checksum_update() 297 state.seed = le64_to_cpu(a.lo); in bch2_checksum_merge()
|
| A D | fs.c | 198 static u32 bch2_vfs_inode_hash_fn(const void *data, u32 len, u32 seed) in bch2_vfs_inode_hash_fn() argument 201 siphash_key_t k = { .key[0] = seed }; in bch2_vfs_inode_hash_fn() 206 static u32 bch2_vfs_inode_obj_hash_fn(const void *data, u32 len, u32 seed) in bch2_vfs_inode_obj_hash_fn() argument 210 return bch2_vfs_inode_hash_fn(&inode->ei_inum, sizeof(inode->ei_inum), seed); in bch2_vfs_inode_obj_hash_fn()
|
| /fs/ext4/ |
| A D | hash.c | 218 if (hinfo->seed) { in __ext4fs_dirhash() 220 if (hinfo->seed[i]) { in __ext4fs_dirhash() 221 memcpy(buf, hinfo->seed, sizeof(buf)); in __ext4fs_dirhash()
|
| A D | namei.c | 822 hinfo->seed = EXT4_SB(dir->i_sb)->s_hash_seed; in dx_probe() 1176 hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed; in ext4_htree_fill_tree() 1392 hinfo->seed = NULL; in ext4_fname_setup_ci_filename() 2303 fname->hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed; in make_indexed_dir()
|
| A D | ialloc.c | 463 hinfo.seed = sbi->s_hash_seed; in find_group_orlov()
|
| A D | ext4.h | 2514 u32 *seed; member
|
| /fs/btrfs/ |
| A D | sysfs.c | 1737 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices() local 1742 list_for_each_entry(seed, &fs_devices->seed_list, seed_list) { in btrfs_sysfs_remove_fs_devices() 1743 list_for_each_entry(device, &seed->devices, dev_list) in btrfs_sysfs_remove_fs_devices() 2220 struct btrfs_fs_devices *seed; in btrfs_sysfs_add_fs_devices() local 2228 list_for_each_entry(seed, &fs_devices->seed_list, seed_list) { in btrfs_sysfs_add_fs_devices() 2229 list_for_each_entry(device, &seed->devices, dev_list) { in btrfs_sysfs_add_fs_devices()
|
Completed in 49 milliseconds