Home
last modified time | relevance | path

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

/fs/btrfs/
A DMakefile6 extent-io.o inode.o subvolume.o crypto/hash.o disk-io.o \
A Dctree.h711 struct btrfs_disk_key *disk) 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()
718 static inline void btrfs_cpu_key_to_disk(struct btrfs_disk_key *disk, 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()
A Dctree.c90 static int btrfs_comp_keys(struct btrfs_disk_key *disk, in btrfs_comp_keys() argument
95 btrfs_disk_key_to_cpu(&k1, disk); in btrfs_comp_keys()
/fs/fat/
A DKconfig29 is the smallest amount of disk space that can be used to hold a

Completed in 9 milliseconds