Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-cache-metadata.c76 __le64 hint_root; member
120 dm_block_t hint_root; member
371 disk_super->hint_root = cpu_to_le64(cmd->hint_root); in __write_initial_superblock()
590 cmd->hint_root = le64_to_cpu(disk_super->hint_root); in read_superblock_fields()
701 disk_super->hint_root = cpu_to_le64(cmd->hint_root); in __commit_transaction()
1317 return cmd->hint_root && cmd->policy_hint_size; in hints_array_initialized()
1428 r = dm_array_cursor_begin(&cmd->hint_info, cmd->hint_root, &cmd->hint_cursor); in __load_mappings()
1729 if (cmd->hint_root) { in write_hints()
1730 r = dm_array_del(&cmd->hint_info, cmd->hint_root); in write_hints()
1735 return dm_array_new(&cmd->hint_info, &cmd->hint_root, in write_hints()