Lines Matching refs:entry

194 	FUNCTION(("dir: (%llu), entry: `%s'\n", (dir ? dir->GetID() : -1),
219 // find the entry
423 // check if entry does already exist
427 // entry doesn't exist: create a symlink
477 Entry *entry = NULL;
479 // check if entry does already exist
480 if (dir->FindEntry(name, &entry) == B_OK) {
483 // entry doesn't exist: create a link
519 // check if entry exists
521 Entry *entry = NULL;
522 if (dir->FindAndGetNode(name, &node, &entry) == B_OK) {
524 // unlink the entry, if it isn't a non-empty directory
529 error = dir->DeleteEntry(entry);
574 Entry *entry = NULL;
576 // check if entry exists
577 if (oldDir->FindAndGetNode(oldName, &node, &entry) != B_OK) {
581 // check whether the entry is a descendent of the target
611 // sure the node isn't deleted when we remove the entry
614 // delete the original entry
615 error = oldDir->DeleteEntry(entry);
617 // create the new one/relink the target entry
625 // entry
632 // try to recreate the original entry, in case of
644 if (entry)
818 // check if entry does already exist
820 // entry does already exist
827 // the user must have write permission for an existing entry
839 // the user must have dir write permission to create a new entry
841 // entry doesn't exist: create a file
1062 Node *entry = fIterator.GetDirectory();
1063 *nodeID = entry->GetID();
1077 Entry *entry = NULL;
1078 error = fIterator.GetNext(&entry);
1080 *nodeID = entry->GetNode()->GetID();
1081 *entryName = entry->GetName();
1084 PRINT("EntryIterator %" B_PRId32 ", GetNext() counter: %" B_PRId32 ", entry: %p (%lld)\n",
1151 // check if entry does already exist
1155 // entry doesn't exist: create a directory
1202 // check if entry exists
1204 Entry *entry = NULL;
1205 if (dir->FindAndGetNode(name, &node, &entry) == B_OK) {
1212 error = dir->DeleteEntry(entry);
1303 // read one entry
1307 PRINT(" entry: `%s'\n", name);
1309 // check, whether the entry fits into the buffer,
1428 // check, whether the entry fits into the buffer,
1902 // check, whether the entry fits into the buffer,