Home
last modified time | relevance | path

Searched refs:BTRFS_IOC_GET_FEATURES (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dbtrfs.c101 #ifndef BTRFS_IOC_GET_FEATURES
102 # define BTRFS_IOC_GET_FEATURES _IOR(BTRFS_IOCTL_MAGIC, 57, \ macro
681 case BTRFS_IOC_GET_FEATURES: { /* R */ in MPERS_PRINTER_DECL()
/external/strace/tests/
Dbtrfs.c102 #ifndef BTRFS_IOC_GET_FEATURES
103 # define BTRFS_IOC_GET_FEATURES \ macro
2008 btrfs_test_dir_fd, ioc(BTRFS_IOC_GET_FEATURES)); in btrfs_test_features_ioctls()
2009 ioctl(btrfs_test_dir_fd, BTRFS_IOC_GET_FEATURES, in btrfs_test_features_ioctls()
2035 XLAT(BTRFS_IOC_GET_FEATURES), in btrfs_test_read_ioctls()
/external/strace/tests-mx32/
Dbtrfs.c102 #ifndef BTRFS_IOC_GET_FEATURES
103 # define BTRFS_IOC_GET_FEATURES \ macro
2008 btrfs_test_dir_fd, ioc(BTRFS_IOC_GET_FEATURES)); in btrfs_test_features_ioctls()
2009 ioctl(btrfs_test_dir_fd, BTRFS_IOC_GET_FEATURES, in btrfs_test_features_ioctls()
2035 XLAT(BTRFS_IOC_GET_FEATURES), in btrfs_test_read_ioctls()
/external/strace/tests-m32/
Dbtrfs.c102 #ifndef BTRFS_IOC_GET_FEATURES
103 # define BTRFS_IOC_GET_FEATURES \ macro
2008 btrfs_test_dir_fd, ioc(BTRFS_IOC_GET_FEATURES)); in btrfs_test_features_ioctls()
2009 ioctl(btrfs_test_dir_fd, BTRFS_IOC_GET_FEATURES, in btrfs_test_features_ioctls()
2035 XLAT(BTRFS_IOC_GET_FEATURES), in btrfs_test_read_ioctls()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h928 #define BTRFS_IOC_GET_FEATURES _IOR(BTRFS_IOCTL_MAGIC, 57, \ macro