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

/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp34 checkForBlockRunIntersection(const block_run& check, const block_run& against) function
49 if (checkForBlockRunIntersection(inode->BlockRun(), checkForRun))
67 if (checkForBlockRunIntersection(data->direct[i], checkForRun))
76 if (checkForBlockRunIntersection(data->indirect, checkForRun))
96 if (checkForBlockRunIntersection(indirect[i], checkForRun))
106 if (checkForBlockRunIntersection(data->double_indirect, checkForRun))
305 if (checkForBlockRunIntersection(disk.Log(), run)) {

Completed in 34 milliseconds