Searched refs:_node (Results 76 - 100 of 101) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h159 FUSENode** _node);
161 const char* entryName, FUSENode** _node,
/haiku/src/system/boot/loader/
H A Dvfs.cpp288 Directory::CreateFile(const char *name, mode_t permissions, Node **_node) argument
790 get_node_for_path(Directory *directory, char *path, Node **_node) argument
824 *_node = nextNode;
836 get_node_for_path(Directory* directory, const char* path, Node** _node) argument
843 return get_node_for_path(directory, mutablePath, _node);
/haiku/src/kits/media/
H A DSoundPlayer.cpp646 BSoundPlayer::GetVolumeInfo(media_node* _node, int32* _parameterID, argument
653 if (_node != NULL)
654 *_node = fMediaInput.node;
H A DMediaAddOn.cpp555 BMediaAddOn::AutoStart(int count, BMediaNode **_node, int32 *_internalID, argument
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp119 virtual status_t GetNextNode(void* cookie, Node** _node);
428 TarFS::Directory::GetNextNode(void* _cookie, Node** _node) argument
434 *_node = entry->ToNode();
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h331 Node** _node = NULL);
606 TWO_KEY_AVL_TREE_CLASS_NAME::Insert(const Value& value, Node** _node) argument
611 return fTreeMap.Insert(strategy.GetValueKey(value), value, _node);
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp418 Directory::GetNextNode(void *cookie, Node **_node) argument
469 Directory::CreateFile(const char* name, mode_t permissions, Node** _node) argument
522 *_node = file;
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp358 device_node** _node)
404 if (_node)
405 *_node = newNode;
462 device_node** _node)
467 device_node* last = *_node;
489 *_node = node;
356 register_node(device_node* parent, const char* moduleName, const device_attr* attrs, const io_resource* ioResources, device_node** _node) argument
461 get_next_child_node(device_node* parent, const device_attr* attributes, device_node** _node) argument
/haiku/src/kits/storage/
H A DPathMonitor.cpp580 Entry* entry = NULL, Node** _node = NULL);
1644 Entry* entry, Node** _node)
1658 if (_node != NULL)
1659 *_node = node;
1691 if (_node != NULL)
1692 *_node = node;
1700 if (_node != NULL)
1701 *_node = node;
1643 _AddNode(const node_ref& nodeRef, bool isDirectory, bool notify, Entry* entry, Node** _node) argument
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp355 virtual fssh_status_t Open(const char *path, int openMode, Node *&_node) argument
394 _node = node;
719 virtual fssh_status_t Open(const char *path, int openMode, Node *&_node) argument
759 _node = node;
H A Dvfs.cpp2451 bool kernel, void **_node)
2490 status = ::fssh_get_vnode(volume, vnode->id, _node);
2450 vfs_get_fs_node_from_path(fssh_fs_volume *volume, const char *path, bool kernel, void **_node) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp632 Volume::GetVNode(ino_t nodeID, Node*& _node) argument
634 return get_vnode(fFSVolume, nodeID, (void**)&_node);
1179 bool notify, Node*& _node)
1189 _node = NULL;
1284 _node = node;
1389 UnpackingNode*& _node)
1415 _node = unpackingNode;
1178 _AddPackageNode(Directory* directory, PackageNode* packageNode, bool notify, Node*& _node) argument
1388 _CreateUnpackingNode(mode_t mode, Directory* parent, const String& name, UnpackingNode*& _node) argument
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp764 ValueNode*& _node)
771 _node = node;
763 CreateInternalNode( ValueNode*& _node) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h214 const bplustree_node** _node,
230 bplustree_node** _node, off_t* _offset);
H A DBPlusTree.cpp300 CachedNode::SetTo(off_t offset, const bplustree_node** _node, bool check) argument
326 *_node = fNode;
522 CachedNode::Allocate(Transaction& transaction, bplustree_node** _node, argument
541 *_node = fNode;
574 *_node = fNode;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.cpp229 Volume::ReadVNode(vnode_id vnid, char reenter, Node** _node) argument
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp1101 dosfs_ioctl(fs_volume *_vol, fs_vnode *_node, void *cookie, uint32 code,
1106 vnode *node = (vnode *)_node->private_node;
1201 dosfs_fsync(fs_volume *_vol, fs_vnode *_node) argument
1204 vnode *node = (vnode *)_node->private_node;
/haiku/src/kits/tracker/
H A DFSUtils.h245 status_t FSGetParentVirtualDirectoryAware(const BEntry& entry, BNode& _node);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp522 VolumeManager::LoadNode(const struct stat& st, Node** _node) argument
549 if (_node)
550 *_node = node;
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp168 struct devfs_vnode** _node);
550 struct devfs_vnode** _node)
553 (void**)_node);
651 new_node(struct devfs* fs, const char* path, struct devfs_vnode** _node, argument
722 *_node = vnode;
549 get_node_for_path(struct devfs* fs, const char* path, struct devfs_vnode** _node) argument
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp598 bool commitTransaction, FileCookie*& _cookie, Node*& _node, bool& _created)
642 _node = childNode;
721 _node = newFile;
596 create_file(Volume* volume, Directory* directory, const char* name, int openMode, int permissions, Transaction& transaction, bool commitTransaction, FileCookie*& _cookie, Node*& _node, bool& _created) argument
/haiku/headers/private/kernel/
H A Dvfs.h119 bool traverseLeafLink, bool kernel, void **_node);
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1440 ino_t *newInodeNumber, OverlayInode **_node, bool attribute,
1504 if (_node != NULL)
1505 *_node = node;
1439 _CreateCommon(const char *name, int type, int perms, ino_t *newInodeNumber, OverlayInode **_node, bool attribute, type_code attributeType) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp383 packagefs_close(fs_volume* fs, fs_vnode* _node, void* cookie) argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2952 resolve_covered_parent(struct vnode* parent, dev_t* _device, ino_t* _node, argument
2958 *_node = parent->id;
2971 *_node = vnode->id;
3168 set_debug_variable("_node", (addr_t)vnode->private_node);
4279 bool traverseLeafLink, bool kernel, void** _node)
4318 status = get_vnode(volume, vnode->id, _node);
4278 vfs_get_fs_node_from_path(fs_volume* volume, const char* path, bool traverseLeafLink, bool kernel, void** _node) argument

Completed in 199 milliseconds

12345