Searched refs:FS_IOC_SETFSLABEL (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests/ |
D | btrfs.c | 61 #ifndef FS_IOC_SETFSLABEL 62 # define FS_IOC_SETFSLABEL BTRFS_IOC_SET_FSLABEL macro 1671 ioctl(-1, FS_IOC_SETFSLABEL, NULL); in btrfs_test_label_ioctls() 1673 ioc(FS_IOC_SETFSLABEL)); in btrfs_test_label_ioctls() 1675 ioctl(-1, FS_IOC_SETFSLABEL, label); in btrfs_test_label_ioctls() 1677 ioc(FS_IOC_SETFSLABEL), label); in btrfs_test_label_ioctls() 1680 ioctl(btrfs_test_dir_fd, FS_IOC_SETFSLABEL, label); in btrfs_test_label_ioctls() 1682 btrfs_test_dir_fd, ioc(FS_IOC_SETFSLABEL), label); in btrfs_test_label_ioctls()
|
/external/strace/tests-m32/ |
D | btrfs.c | 61 #ifndef FS_IOC_SETFSLABEL 62 # define FS_IOC_SETFSLABEL BTRFS_IOC_SET_FSLABEL macro 1671 ioctl(-1, FS_IOC_SETFSLABEL, NULL); in btrfs_test_label_ioctls() 1673 ioc(FS_IOC_SETFSLABEL)); in btrfs_test_label_ioctls() 1675 ioctl(-1, FS_IOC_SETFSLABEL, label); in btrfs_test_label_ioctls() 1677 ioc(FS_IOC_SETFSLABEL), label); in btrfs_test_label_ioctls() 1680 ioctl(btrfs_test_dir_fd, FS_IOC_SETFSLABEL, label); in btrfs_test_label_ioctls() 1682 btrfs_test_dir_fd, ioc(FS_IOC_SETFSLABEL), label); in btrfs_test_label_ioctls()
|
/external/strace/tests-mx32/ |
D | btrfs.c | 61 #ifndef FS_IOC_SETFSLABEL 62 # define FS_IOC_SETFSLABEL BTRFS_IOC_SET_FSLABEL macro 1671 ioctl(-1, FS_IOC_SETFSLABEL, NULL); in btrfs_test_label_ioctls() 1673 ioc(FS_IOC_SETFSLABEL)); in btrfs_test_label_ioctls() 1675 ioctl(-1, FS_IOC_SETFSLABEL, label); in btrfs_test_label_ioctls() 1677 ioc(FS_IOC_SETFSLABEL), label); in btrfs_test_label_ioctls() 1680 ioctl(btrfs_test_dir_fd, FS_IOC_SETFSLABEL, label); in btrfs_test_label_ioctls() 1682 btrfs_test_dir_fd, ioc(FS_IOC_SETFSLABEL), label); in btrfs_test_label_ioctls()
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 216 #define FS_IOC_SETFSLABEL _IOW(0x94, 50, char[FSLABEL_MAX]) macro
|
D | btrfs.h | 929 #define BTRFS_IOC_SET_FSLABEL FS_IOC_SETFSLABEL
|
/external/strace/ |
D | ChangeLog | 850 * tests/btrfs.c (FS_IOC_GETFSLABEL, FS_IOC_SETFSLABEL): Add fallback
|