Home
last modified time | relevance | path

Searched refs:btrfs_ioctl_get_supported_features (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/btrfs/
Dioctl.h20 int btrfs_ioctl_get_supported_features(void __user *arg);
Dioctl.c4308 int btrfs_ioctl_get_supported_features(void __user *arg) in btrfs_ioctl_get_supported_features() function
4819 return btrfs_ioctl_get_supported_features(argp); in btrfs_ioctl()
Dsuper.c2267 ret = btrfs_ioctl_get_supported_features((void __user*)arg); in btrfs_control_ioctl()