HomeSort by relevance Sort by last modified time
    Searched defs:argsp (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
btrfs.c 1046 struct btrfs_ioctl_space_args *argsp; local
1055 argsp = malloc(sizeof(args) +
1057 if (!argsp)
1060 *argsp = args;
1061 argsp->space_slots = args_passed.total_spaces;
1064 btrfs_test_dir_fd, argsp->space_slots);
1065 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp);
1067 argsp->total_spaces);
1071 for (i = 0; i < argsp->total_spaces; i++) {
1073 info = &argsp->spaces[i]
1603 struct file_dedupe_range *argsp; local
    [all...]
  /external/strace/tests-m32/
btrfs.c 1046 struct btrfs_ioctl_space_args *argsp; local
1055 argsp = malloc(sizeof(args) +
1057 if (!argsp)
1060 *argsp = args;
1061 argsp->space_slots = args_passed.total_spaces;
1064 btrfs_test_dir_fd, argsp->space_slots);
1065 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp);
1067 argsp->total_spaces);
1071 for (i = 0; i < argsp->total_spaces; i++) {
1073 info = &argsp->spaces[i]
1603 struct file_dedupe_range *argsp; local
    [all...]
  /external/strace/tests-mx32/
btrfs.c 1046 struct btrfs_ioctl_space_args *argsp; local
1055 argsp = malloc(sizeof(args) +
1057 if (!argsp)
1060 *argsp = args;
1061 argsp->space_slots = args_passed.total_spaces;
1064 btrfs_test_dir_fd, argsp->space_slots);
1065 ioctl(btrfs_test_dir_fd, BTRFS_IOC_SPACE_INFO, argsp);
1067 argsp->total_spaces);
1071 for (i = 0; i < argsp->total_spaces; i++) {
1073 info = &argsp->spaces[i]
1603 struct file_dedupe_range *argsp; local
    [all...]

Completed in 590 milliseconds