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

/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp970 bool hasIndex, Index* index)
982 if ((hasIndex || fVolume->CheckForLiveQuery(name))
1090 bool hasIndex = index.SetTo(name) == B_OK; local
1146 if (hasIndex || fVolume->CheckForLiveQuery(name)) {
1233 bool hasIndex = index.SetTo(name) == B_OK; local
1253 status = _RemoveAttribute(transaction, name, hasIndex, &index);
969 _RemoveAttribute(Transaction& transaction, const char* name, bool hasIndex, Index* index) argument
H A DInode.h229 const char* name, bool hasIndex,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.cpp858 bool hasIndex = index.SetTo(name) == B_OK; local
886 if ((hasIndex || fVolume->CheckForLiveQuery(name))

Completed in 101 milliseconds