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

/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp26 const block_run& checkForRun);
46 checkNode(Disk &disk, Inode *inode, block_run checkForRun) argument
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))
117 const block_run& checkForRun)
119 if (checkNode(disk, inode, checkForRun)) {
131 checkForRun);
116 scanNode(Disk& disk, Inode* inode, const char* name, const block_run& checkForRun) argument
140 scanNodes(Disk& disk, Directory* directory, const char* directoryName, const block_run& checkForRun) argument
180 scanNodes(Disk& disk, const block_run& checkForRun, bool scanAll) argument
[all...]

Completed in 36 milliseconds