Searched refs:check_control (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBlockAllocator.h19 struct check_control;
40 status_t StartChecking(check_control *control);
41 status_t StopChecking(check_control *control);
42 status_t CheckNextNode(check_control *control);
44 status_t CheckBlockRun(block_run run, const char *type = NULL, check_control *control = NULL, bool allocated = true);
45 status_t CheckInode(Inode *inode, check_control *control = NULL);
50 bool IsValidCheckControl(check_control *control);
H A Dbfs_control.h28 struct check_control { struct
H A DBlockAllocator.cpp722 BlockAllocator::IsValidCheckControl(check_control *control)
726 FATAL(("invalid check_control (%p)!\n", control));
735 BlockAllocator::StartChecking(check_control *control)
780 BlockAllocator::StopChecking(check_control *control)
861 BlockAllocator::CheckNextNode(check_control *control)
1045 BlockAllocator::CheckBlockRun(block_run run, const char *type, check_control *control, bool allocated)
1132 BlockAllocator::CheckInode(Inode *inode, check_control *control)
H A Dkernel_interface_r5.cpp763 check_control *control = (check_control *)buffer;
775 check_control *control = (check_control *)buffer;
787 check_control *control = (check_control *)buffer;
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h19 struct check_control;
49 status_t StartChecking(const check_control* control);
50 status_t StopChecking(check_control* control);
51 status_t CheckNextNode(check_control* control);
75 bool _IsValidCheckControl(const check_control* control);
H A Dbfs_control.h46 struct check_control { struct
H A DBlockAllocator.cpp196 check_control control;
1202 BlockAllocator::_IsValidCheckControl(const check_control* control)
1206 FATAL(("invalid check_control (%p)!\n", control));
1215 BlockAllocator::StartChecking(const check_control* control)
1243 memcpy(&fCheckCookie->control, control, sizeof(check_control));
1273 BlockAllocator::StopChecking(check_control* control)
1310 user_memcpy(control, &fCheckCookie->control, sizeof(check_control));
1324 BlockAllocator::CheckNextNode(check_control* control)
1334 CopyControlOnExit(check_control* source, check_control* userTarge
[all...]
H A Dkernel_interface.cpp635 check_control control;
636 if (user_memcpy(&control, buffer, sizeof(check_control)) != B_OK)
651 check_control control;
659 status = user_memcpy(buffer, &control, sizeof(check_control));
667 check_control control;
671 status = user_memcpy(buffer, &control, sizeof(check_control));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/
H A Dadditional_commands.c17 struct check_control result;
/haiku-fatelf/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp34 struct check_control result;
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp235 struct check_control result;

Completed in 125 milliseconds