Searched refs:disk (Results 1 – 4 of 4) sorted by relevance
6 extent-io.o inode.o subvolume.o crypto/hash.o disk-io.o \
711 struct btrfs_disk_key *disk) in btrfs_disk_key_to_cpu() argument713 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()718 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, in btrfs_cpu_key_to_disk() argument721 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()
90 static int btrfs_comp_keys(struct btrfs_disk_key *disk, in btrfs_comp_keys() argument95 btrfs_disk_key_to_cpu(&k1, disk); in btrfs_comp_keys()
29 is the smallest amount of disk space that can be used to hold a
Completed in 10 milliseconds