Home
last modified time | relevance | path

Searched refs:total_spaces (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dbtrfs.c1194 PRINT_FIELD_U("{", args, total_spaces); in MPERS_PRINTER_DECL()
1196 if (args.space_slots == 0 && args.total_spaces) { in MPERS_PRINTER_DECL()
1207 args.total_spaces, in MPERS_PRINTER_DECL()
/external/strace/tests/
Dbtrfs.c1153 args_passed.total_spaces); in btrfs_test_space_info_ioctl()
1156 args_passed.total_spaces * sizeof(args.spaces[0])); in btrfs_test_space_info_ioctl()
1161 argsp->space_slots = args_passed.total_spaces; in btrfs_test_space_info_ioctl()
1167 argsp->total_spaces); in btrfs_test_space_info_ioctl()
1171 for (i = 0; i < argsp->total_spaces; i++) { in btrfs_test_space_info_ioctl()
/external/strace/tests-mx32/
Dbtrfs.c1153 args_passed.total_spaces); in btrfs_test_space_info_ioctl()
1156 args_passed.total_spaces * sizeof(args.spaces[0])); in btrfs_test_space_info_ioctl()
1161 argsp->space_slots = args_passed.total_spaces; in btrfs_test_space_info_ioctl()
1167 argsp->total_spaces); in btrfs_test_space_info_ioctl()
1171 for (i = 0; i < argsp->total_spaces; i++) { in btrfs_test_space_info_ioctl()
/external/strace/tests-m32/
Dbtrfs.c1153 args_passed.total_spaces); in btrfs_test_space_info_ioctl()
1156 args_passed.total_spaces * sizeof(args.spaces[0])); in btrfs_test_space_info_ioctl()
1161 argsp->space_slots = args_passed.total_spaces; in btrfs_test_space_info_ioctl()
1167 argsp->total_spaces); in btrfs_test_space_info_ioctl()
1171 for (i = 0; i < argsp->total_spaces; i++) { in btrfs_test_space_info_ioctl()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h606 __u64 total_spaces; member