Searched refs:seed (Results 1 – 7 of 7) sorted by relevance
/fs/nilfs2/ |
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 214 crc = crc32_le(seed, in nilfs_segbuf_fill_in_data_crc() 232 u32 seed) in nilfs_segbuf_fill_in_super_root_crc() argument 241 crc = crc32_le(seed, in nilfs_segbuf_fill_in_super_root_crc() 319 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs() argument 325 nilfs_segbuf_fill_in_super_root_crc(segbuf, seed); in nilfs_add_checksums_on_logs() 326 nilfs_segbuf_fill_in_segsum_crc(segbuf, seed); in nilfs_add_checksums_on_logs() 327 nilfs_segbuf_fill_in_data_crc(segbuf, seed); in nilfs_add_checksums_on_logs()
|
D | segbuf.h | 165 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed);
|
/fs/ext4/ |
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()
|
D | namei.c | 853 hinfo->seed = EXT4_SB(dir->i_sb)->s_hash_seed; in dx_probe() 1207 hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed; in ext4_htree_fill_tree() 1474 hinfo->seed = NULL; in ext4_fname_setup_ci_filename() 2318 fname->hinfo.seed = EXT4_SB(dir->i_sb)->s_hash_seed; in make_indexed_dir()
|
D | ialloc.c | 464 hinfo.seed = sbi->s_hash_seed; in find_group_orlov()
|
D | ext4.h | 2462 u32 *seed; member
|
/fs/btrfs/ |
D | sysfs.c | 1200 struct btrfs_fs_devices *seed; in btrfs_sysfs_remove_fs_devices() local 1205 list_for_each_entry(seed, &fs_devices->seed_list, seed_list) { in btrfs_sysfs_remove_fs_devices() 1206 list_for_each_entry(device, &seed->devices, dev_list) in btrfs_sysfs_remove_fs_devices() 1660 struct btrfs_fs_devices *seed; in btrfs_sysfs_add_fs_devices() local 1668 list_for_each_entry(seed, &fs_devices->seed_list, seed_list) { in btrfs_sysfs_add_fs_devices() 1669 list_for_each_entry(device, &seed->devices, dev_list) { in btrfs_sysfs_add_fs_devices()
|