Lines Matching refs:hint_root
74 __le64 hint_root; member
111 dm_block_t hint_root; member
332 disk_super->hint_root = cpu_to_le64(cmd->hint_root); in __write_initial_superblock()
531 cmd->hint_root = le64_to_cpu(disk_super->hint_root); in read_superblock_fields()
629 disk_super->hint_root = cpu_to_le64(cmd->hint_root); in __commit_transaction()
1097 return cmd->hint_root && cmd->policy_hint_size; in hints_array_initialized()
1123 r = dm_array_get_value(&cmd->hint_info, cmd->hint_root, in __load_mapping()
1325 if (cmd->hint_root) { in begin_hints()
1326 r = dm_array_del(&cmd->hint_info, cmd->hint_root); in begin_hints()
1331 r = dm_array_empty(&cmd->hint_info, &cmd->hint_root); in begin_hints()
1337 r = dm_array_resize(&cmd->hint_info, cmd->hint_root, 0, in begin_hints()
1339 &value, &cmd->hint_root); in begin_hints()
1355 r = dm_array_set_value(&cmd->hint_info, cmd->hint_root, in save_hint()
1356 from_cblock(cblock), &value, &cmd->hint_root); in save_hint()