Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfs.h651 struct percpu_counter stats_read_blocks; member
H A Dbio.c447 percpu_counter_add(&dev->fs_info->stats_read_blocks, in btrfs_submit_dev_bio()
H A Ddisk-io.c1251 percpu_counter_destroy(&fs_info->stats_read_blocks); in btrfs_free_fs_info()
2932 ret = percpu_counter_init(&fs_info->stats_read_blocks, 0, GFP_KERNEL); in init_mount_fs_info()
H A Dvolumes.c5988 total_reads = percpu_counter_sum(&fs_info->stats_read_blocks); in btrfs_read_rr()