Searched refs:BTRFS_IOC_SET_FEATURES (Results 1 – 5 of 5) sorted by relevance
/external/strace/tests/ |
D | btrfs.c | 105 # define BTRFS_IOC_SET_FEATURES \ macro 1995 ioctl(-1, BTRFS_IOC_SET_FEATURES, NULL); in btrfs_test_features_ioctls() 1997 ioc(BTRFS_IOC_SET_FEATURES)); in btrfs_test_features_ioctls() 1999 printf("ioctl(-1, %s, [", ioc(BTRFS_IOC_SET_FEATURES)); in btrfs_test_features_ioctls() 2003 ioctl(-1, BTRFS_IOC_SET_FEATURES, &args); in btrfs_test_features_ioctls()
|
/external/strace/tests-mx32/ |
D | btrfs.c | 105 # define BTRFS_IOC_SET_FEATURES \ macro 1995 ioctl(-1, BTRFS_IOC_SET_FEATURES, NULL); in btrfs_test_features_ioctls() 1997 ioc(BTRFS_IOC_SET_FEATURES)); in btrfs_test_features_ioctls() 1999 printf("ioctl(-1, %s, [", ioc(BTRFS_IOC_SET_FEATURES)); in btrfs_test_features_ioctls() 2003 ioctl(-1, BTRFS_IOC_SET_FEATURES, &args); in btrfs_test_features_ioctls()
|
/external/strace/tests-m32/ |
D | btrfs.c | 105 # define BTRFS_IOC_SET_FEATURES \ macro 1995 ioctl(-1, BTRFS_IOC_SET_FEATURES, NULL); in btrfs_test_features_ioctls() 1997 ioc(BTRFS_IOC_SET_FEATURES)); in btrfs_test_features_ioctls() 1999 printf("ioctl(-1, %s, [", ioc(BTRFS_IOC_SET_FEATURES)); in btrfs_test_features_ioctls() 2003 ioctl(-1, BTRFS_IOC_SET_FEATURES, &args); in btrfs_test_features_ioctls()
|
/external/strace/ |
D | btrfs.c | 104 # define BTRFS_IOC_SET_FEATURES _IOW(BTRFS_IOCTL_MAGIC, 57, \ macro 695 case BTRFS_IOC_SET_FEATURES: { /* W */ in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 930 #define BTRFS_IOC_SET_FEATURES _IOW(BTRFS_IOCTL_MAGIC, 57, \ macro
|