Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dbtrfs.h743 struct btrfs_ioctl_get_dev_stats { struct
1157 struct btrfs_ioctl_get_dev_stats)
/linux-6.12.1/fs/btrfs/
Dvolumes.h737 struct btrfs_ioctl_get_dev_stats *stats);
Dioctl.c3307 static long btrfs_ioctl_get_dev_stats(struct btrfs_fs_info *fs_info, in btrfs_ioctl_get_dev_stats() function
3310 struct btrfs_ioctl_get_dev_stats *sa; in btrfs_ioctl_get_dev_stats()
4801 return btrfs_ioctl_get_dev_stats(fs_info, argp); in btrfs_ioctl()
Dvolumes.c7731 struct btrfs_ioctl_get_dev_stats *stats) in btrfs_get_dev_stats()