Searched refs:BFS_INVALID_BLOCK_RUN (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dbfs_control.h60 #define BFS_INVALID_BLOCK_RUN 4 macro
H A DBlockAllocator.cpp1055 control->errors |= BFS_INVALID_BLOCK_RUN;
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_control.h91 #define BFS_INVALID_BLOCK_RUN 4 macro
H A DBlockAllocator.cpp1746 fCheckCookie->control.errors |= BFS_INVALID_BLOCK_RUN;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/
H A Dadditional_commands.c51 if (result.errors & BFS_INVALID_BLOCK_RUN)
/haiku-fatelf/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp67 if ((result.errors & BFS_INVALID_BLOCK_RUN) != 0)
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp267 if ((result.errors & BFS_INVALID_BLOCK_RUN) != 0)

Completed in 107 milliseconds