Lines Matching refs:hint_root
76 __le64 hint_root; member
114 dm_block_t hint_root; member
345 disk_super->hint_root = cpu_to_le64(cmd->hint_root); in __write_initial_superblock()
547 cmd->hint_root = le64_to_cpu(disk_super->hint_root); in read_superblock_fields()
646 disk_super->hint_root = cpu_to_le64(cmd->hint_root); in __commit_transaction()
1164 return cmd->hint_root && cmd->policy_hint_size; in hints_array_initialized()
1190 r = dm_array_get_value(&cmd->hint_info, cmd->hint_root, in __load_mapping()
1392 if (cmd->hint_root) { in begin_hints()
1393 r = dm_array_del(&cmd->hint_info, cmd->hint_root); in begin_hints()
1398 r = dm_array_empty(&cmd->hint_info, &cmd->hint_root); in begin_hints()
1404 r = dm_array_resize(&cmd->hint_info, cmd->hint_root, 0, in begin_hints()
1406 &value, &cmd->hint_root); in begin_hints()
1422 r = dm_array_set_value(&cmd->hint_info, cmd->hint_root, in save_hint()
1423 from_cblock(cblock), &value, &cmd->hint_root); in save_hint()