Home
last modified time | relevance | path

Searched refs:FS_IOC_SETFSLABEL (Results 1 – 11 of 11) 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-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/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/kernel-headers/original/uapi/linux/
Dfs.h213 #define FS_IOC_SETFSLABEL _IOW(0x94, 50, char[FSLABEL_MAX]) macro
/external/syzkaller/sys/linux/
Dsys_386.const133 FS_IOC_SETFSLABEL = 1090556978
Dsys_amd64.const133 FS_IOC_SETFSLABEL = 1090556978
Dsys_arm.const133 FS_IOC_SETFSLABEL = 1090556978
Dsys_ppc64le.const133 FS_IOC_SETFSLABEL = 2164298802
Dsys_arm64.const133 FS_IOC_SETFSLABEL = 1090556978
Dsys.txt176 ioctl$FS_IOC_SETFSLABEL(fd fd, cmd const[FS_IOC_SETFSLABEL], arg ptr[in, array[int8, FSLABEL_MAX]])
/external/strace/
DChangeLog850 * tests/btrfs.c (FS_IOC_GETFSLABEL, FS_IOC_SETFSLABEL): Add fallback