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

/haiku-fatelf/src/tests/system/kernel/file_corruption/
H A DCheckSum.h20 bool IsZero() const function in struct:CheckSum
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfswhich.cpp64 if (data->direct[i].IsZero())
73 if (data->max_indirect_range == 0 || data->indirect.IsZero())
93 if (indirect[i].IsZero())
103 if (data->max_double_indirect_range == 0 || data->double_indirect.IsZero())
125 if (!inode->Attributes().IsZero()) {
H A Dbfsinfo.cpp79 if (runs[i].IsZero())
H A Drecover.cpp548 if (!run.IsZero()) {
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DBitmap.cpp178 if (node->data.direct[i].IsZero())
193 if (node->data.max_indirect_range == 0 || node->data.indirect.IsZero())
215 if (indirect[i].IsZero())
231 || node->data.double_indirect.IsZero())
H A Dbfs.h27 inline bool IsZero() const;
211 inline bool block_run::IsZero() const function in class:block_run
H A Ddump.cpp89 if (!stream->direct[i].IsZero()) {
105 if (!stream->indirect.IsZero())
110 if (!stream->double_indirect.IsZero()) {
H A DInode.cpp383 if (Attributes().IsZero())
432 while (!parent.IsZero() && parent != fDisk->Root()) {
720 if (indirect[fCurrent].IsZero())
728 if (fCurrent == indirectRuns || indirect[fCurrent].IsZero())
744 if (fInode->data.direct[fCurrent].IsZero())
752 if (fCurrent == NUM_DIRECT_BLOCKS || fInode->data.direct[fCurrent].IsZero())
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.cpp93 if (!stream->direct[i].IsZero()) {
100 if (!stream->indirect.IsZero())
105 if (!stream->double_indirect.IsZero())
H A DInode.cpp877 } else if (status == B_ENTRY_NOT_FOUND && !Attributes().IsZero()) {
920 if (Attributes().IsZero())
964 if (Attributes().IsZero()) {
1178 if (!run.IsZero())
1277 if (data->direct[free].IsZero())
1303 if (data->indirect.IsZero()) {
1322 if (runs[free].IsZero())
1378 if (data->double_indirect.IsZero()) {
1451 if (array[indirectIndex % runsPerBlock].IsZero()) {
1530 if (array[index].IsZero()) {
[all...]
H A Dbfs.h36 inline bool IsZero();
303 block_run::IsZero() function in class:block_run
H A DBlockAllocator.cpp644 if (data->direct[last + 1].IsZero())
1002 if (!inode->Attributes().IsZero())
1157 if (data->direct[i].IsZero())
1185 if (runs[index].IsZero())
1220 if (indirect.IsZero())
1237 if (runs[index % runsPerBlock].IsZero())
H A DStream.h321 if (indirect[current].IsZero())
343 if (data->direct[current].IsZero())
H A DVolume.cpp363 if (!Indices().IsZero())
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1251 if (status == B_ENTRY_NOT_FOUND && !Attributes().IsZero()) {
1273 if (Attributes().IsZero())
1323 if (Attributes().IsZero()) {
1416 if (!Node().attributes.IsZero()) {
1491 if (indirect[current].IsZero())
1513 if (data->direct[current].IsZero())
1670 if (!run.IsZero())
1804 if (data->direct[free].IsZero())
1836 if (data->indirect.IsZero()) {
1857 if (runs[free].IsZero())
[all...]
H A DDebug.cpp85 if (!stream->direct[i].IsZero()) {
93 if (!stream->indirect.IsZero())
99 if (!stream->double_indirect.IsZero()) {
H A Dbfs.h39 inline bool IsZero() const;
322 block_run::IsZero() const function in class:BFS::block_run
H A DBlockAllocator.cpp1004 if (data.direct[last + 1].IsZero())
1896 if (!inode->Attributes().IsZero())
1913 if (data->direct[i].IsZero())
1945 if (runs[index].IsZero())
1986 if (indirect.IsZero())
2005 if (runs[index % runsPerBlock].IsZero())
H A DVolume.cpp405 if (!Indices().IsZero()) {
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp254 if (indirect[current].IsZero())
278 if (data.direct[current].IsZero())
/haiku-fatelf/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp586 if (expectedCheckSum.IsZero()) {

Completed in 200 milliseconds