Home
last modified time | relevance | path

Searched refs:FS_IOC_SETFSLABEL (Results 1 – 6 of 6) sorted by relevance

/external/strace/tests/
Dbtrfs.c61 #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/
Dbtrfs.c61 #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/
Dbtrfs.c61 #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/
Dfs.h216 #define FS_IOC_SETFSLABEL _IOW(0x94, 50, char[FSLABEL_MAX]) macro
Dbtrfs.h929 #define BTRFS_IOC_SET_FSLABEL FS_IOC_SETFSLABEL
/external/strace/
DChangeLog850 * tests/btrfs.c (FS_IOC_GETFSLABEL, FS_IOC_SETFSLABEL): Add fallback