Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dbtrfs.h706 struct btrfs_ioctl_get_dev_stats { struct
1119 struct btrfs_ioctl_get_dev_stats)
/linux-6.1.9/fs/btrfs/
Dvolumes.h673 struct btrfs_ioctl_get_dev_stats *stats);
Dioctl.c4115 static long btrfs_ioctl_get_dev_stats(struct btrfs_fs_info *fs_info, in btrfs_ioctl_get_dev_stats() function
4118 struct btrfs_ioctl_get_dev_stats *sa; in btrfs_ioctl_get_dev_stats()
5530 return btrfs_ioctl_get_dev_stats(fs_info, argp); in btrfs_ioctl()
Dvolumes.c8036 struct btrfs_ioctl_get_dev_stats *stats) in btrfs_get_dev_stats()