Home
last modified time | relevance | path

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

/fs/btrfs/
A Dctree.h710 static inline void btrfs_disk_key_to_cpu(struct btrfs_key *cpu, in btrfs_disk_key_to_cpu() argument
713 cpu->offset = le64_to_cpu(disk->offset); in btrfs_disk_key_to_cpu()
714 cpu->type = disk->type; in btrfs_disk_key_to_cpu()
715 cpu->objectid = le64_to_cpu(disk->objectid); in btrfs_disk_key_to_cpu()
719 const struct btrfs_key *cpu) in btrfs_cpu_key_to_disk() argument
721 disk->offset = cpu_to_le64(cpu->offset); in btrfs_cpu_key_to_disk()
722 disk->type = cpu->type; in btrfs_cpu_key_to_disk()
723 disk->objectid = cpu_to_le64(cpu->objectid); in btrfs_cpu_key_to_disk()

Completed in 5 milliseconds