Lines Matching defs:details
45 * bitmap block, and has some details about how many free entries there
96 * Little endian on-disk superblock and device details.
178 * Describes the device details btree.
807 struct disk_device_details details;
816 details.mapped_blocks = cpu_to_le64(td->mapped_blocks);
817 details.transaction_id = cpu_to_le64(td->transaction_id);
818 details.creation_time = cpu_to_le32(td->creation_time);
819 details.snapshotted_time = cpu_to_le32(td->snapshotted_time);
820 __dm_bless_for_disk(&details);
823 &key, &details, &pmd->details_root);