Searched refs:btrfs_test_dir_fd (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/strace/tests-m32/ |
H A D | btrfs.c | 72 static int btrfs_test_dir_fd; variable 507 btrfs_test_dir_fd, ioc(BTRFS_IOC_SUBVOL_CREATE_V2)); in btrfs_test_subvol_ioctls() 509 ret = ioctl(btrfs_test_dir_fd, BTRFS_IOC_SUBVOL_CREATE_V2, in btrfs_test_subvol_ioctls() 517 subvolfd = openat(btrfs_test_dir_fd, subvol_name, in btrfs_test_subvol_ioctls() 526 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_CREATE_V2)); in btrfs_test_subvol_ioctls() 528 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_CREATE_V2, in btrfs_test_subvol_ioctls() 536 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_DESTROY, &vol_args); in btrfs_test_subvol_ioctls() 538 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_DESTROY), in btrfs_test_subvol_ioctls() 542 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_DESTROY, &vol_args); in btrfs_test_subvol_ioctls() 544 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_DESTROY), in btrfs_test_subvol_ioctls() [all …]
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | btrfs.c | 72 static int btrfs_test_dir_fd; variable 507 btrfs_test_dir_fd, ioc(BTRFS_IOC_SUBVOL_CREATE_V2)); in btrfs_test_subvol_ioctls() 509 ret = ioctl(btrfs_test_dir_fd, BTRFS_IOC_SUBVOL_CREATE_V2, in btrfs_test_subvol_ioctls() 517 subvolfd = openat(btrfs_test_dir_fd, subvol_name, in btrfs_test_subvol_ioctls() 526 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_CREATE_V2)); in btrfs_test_subvol_ioctls() 528 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_CREATE_V2, in btrfs_test_subvol_ioctls() 536 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_DESTROY, &vol_args); in btrfs_test_subvol_ioctls() 538 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_DESTROY), in btrfs_test_subvol_ioctls() 542 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_DESTROY, &vol_args); in btrfs_test_subvol_ioctls() 544 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_DESTROY), in btrfs_test_subvol_ioctls() [all …]
|
/aosp_15_r20/external/strace/tests/ |
H A D | btrfs.c | 72 static int btrfs_test_dir_fd; variable 507 btrfs_test_dir_fd, ioc(BTRFS_IOC_SUBVOL_CREATE_V2)); in btrfs_test_subvol_ioctls() 509 ret = ioctl(btrfs_test_dir_fd, BTRFS_IOC_SUBVOL_CREATE_V2, in btrfs_test_subvol_ioctls() 517 subvolfd = openat(btrfs_test_dir_fd, subvol_name, in btrfs_test_subvol_ioctls() 526 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_CREATE_V2)); in btrfs_test_subvol_ioctls() 528 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_CREATE_V2, in btrfs_test_subvol_ioctls() 536 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_DESTROY, &vol_args); in btrfs_test_subvol_ioctls() 538 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_DESTROY), in btrfs_test_subvol_ioctls() 542 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SNAP_DESTROY, &vol_args); in btrfs_test_subvol_ioctls() 544 btrfs_test_dir_fd, ioc(BTRFS_IOC_SNAP_DESTROY), in btrfs_test_subvol_ioctls() [all …]
|