Searched refs:ino_t (Results 226 - 250 of 340) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp115 const char* args, ino_t* _rootID)
179 exfat_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type,
343 ino_t* _vnodeID)
531 ino_t id;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.h64 ino_t GetNodeID() const;
H A DVolumeManager.cpp140 EntryMovedEventKey(dev_t volumeID, ino_t fromDirectory,
141 const char* fromName, ino_t toDirectory, const char* toName)
170 ino_t toDirectory;
513 VolumeManager::GetNode(dev_t volumeID, ino_t nodeID)
559 VolumeManager::GetDirectory(dev_t volumeID, ino_t nodeID)
590 VolumeManager::LoadDirectory(dev_t volumeID, ino_t directoryID,
700 VolumeManager::GetEntry(dev_t volumeID, ino_t directoryID, const char* name)
716 VolumeManager::LoadEntry(dev_t volumeID, ino_t directoryID, const char* name,
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp173 udf_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *node, int *_type,
210 ino_t *vnodeID)
465 ino_t id;
528 const char *args, ino_t *_rootVnodeID)
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp78 const char* parameters, ino_t* rootID)
139 BeOSKernelVolume::Lookup(void* dir, const char* entryName, ino_t* vnid)
179 BeOSKernelVolume::ReadVNode(ino_t vnid, bool reenter, void** node, int* type,
370 void** cookie, ino_t* vnid)
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.h156 void MoveItem(entry_ref*, ino_t toDirectory);
/haiku-fatelf/src/bin/
H A Ddiskimage.cpp156 ino_t nodeID = st.st_ino;
/haiku-fatelf/src/kits/opengl/
H A DGLRendererRoster.cpp163 image_id image, const entry_ref* ref, ino_t node)
/haiku-fatelf/src/kits/print/
H A DFolderWatcher.cpp136 ino_t dir;
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp198 ino_t
/haiku-fatelf/src/system/kernel/fs/
H A DVnode.h35 ino_t id;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dkprotos.h71 status_t add_nspace(struct nspace *, struct fsystem *, const char *fileSystem, dev_t, ino_t);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DSecurityContext.h64 ino_t GetNodeID() const;
H A DVolumeManager.cpp138 EntryMovedEventKey(dev_t volumeID, ino_t fromDirectory,
139 const char* fromName, ino_t toDirectory, const char* toName)
168 ino_t toDirectory;
511 VolumeManager::GetNode(dev_t volumeID, ino_t nodeID)
557 VolumeManager::GetDirectory(dev_t volumeID, ino_t nodeID)
588 VolumeManager::LoadDirectory(dev_t volumeID, ino_t directoryID,
698 VolumeManager::GetEntry(dev_t volumeID, ino_t directoryID, const char* name)
714 VolumeManager::LoadEntry(dev_t volumeID, ino_t directoryID, const char* name,
/haiku-fatelf/src/build/libbe/storage/
H A DNode.cpp36 node((ino_t)-1)
46 node((ino_t)-1)
/haiku-fatelf/src/kits/storage/
H A DNode.cpp37 node((ino_t)-1)
44 node((ino_t)-1)
H A DPath.cpp503 ino_t directory;
509 = sizeof(dev_t) + sizeof(ino_t);
/haiku-fatelf/headers/private/system/
H A Dsyscalls.h243 extern status_t _kern_entry_ref_to_path(dev_t device, ino_t inode,
247 extern int _kern_open_entry_ref(dev_t device, ino_t inode,
251 extern int _kern_open_dir_entry_ref(dev_t device, ino_t inode,
260 extern status_t _kern_create_dir_entry_ref(dev_t device, ino_t inode,
374 extern status_t _kern_start_watching(dev_t device, ino_t node, uint32 flags,
376 extern status_t _kern_stop_watching(dev_t device, ino_t node, port_id port,
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp105 overlay_lookup(fs_volume *volume, fs_vnode *vnode, const char *name, ino_t *id)
362 int openMode, int perms, void **cookie, ino_t *newVnodeID)
674 fs_vnode *_superVnode, ino_t *nodeID)
839 overlay_get_vnode(fs_volume *volume, ino_t id, fs_vnode *vnode, int *type,
1027 overlay_create_sub_vnode(fs_volume *volume, ino_t id, fs_vnode *vnode)
1083 const char *args, ino_t *rootID)
/haiku-fatelf/src/apps/mail/
H A DHeader.cpp94 void AddPersonItem(const entry_ref *ref, ino_t node, BString &name,
99 virtual void EntryCreated(const entry_ref &ref, ino_t node);
100 virtual void EntryRemoved(ino_t node);
972 QPopupMenu::AddPersonItem(const entry_ref *ref, ino_t node, BString &name,
1065 QPopupMenu::EntryCreated(const entry_ref &ref, ino_t node)
1180 QPopupMenu::EntryRemoved(ino_t /*node*/)
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp49 ino_t fID;
51 ino_t fParentID;
76 ino_t fID;
98 ino_t fID;
123 ino_t fID;
329 Inode::Inode(Volume* volume, ino_t id)
358 Inode::Inode(Volume* volume, Transaction& transaction, ino_t id, mode_t mode,
1290 ino_t id;
1355 ino_t id;
2329 ino_t i
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp50 struct ShareVolume::NodeMap : HashMap<HashKey64<ino_t>, ShareNode*> {
61 EntryKey(ino_t directoryID, const char* name)
104 ino_t directoryID;
113 struct ShareVolume::LocalNodeIDMap : HashMap<NodeID, ino_t> {
117 struct ShareVolume::RemoteNodeIDMap : HashMap<HashKey64<ino_t>, NodeID> {
141 : HashMap<HashKey64<ino_t>, DoublyLinkedList<ShareAttrDirIterator>*> {
2337 ShareVolume::_GetLocalNodeID(NodeID remoteID, ino_t* _localID, bool enter)
2382 ShareVolume::_GetRemoteNodeID(ino_t localID, NodeID* remoteID)
2396 ShareVolume::_RemoveLocalNodeID(ino_t localID)
2417 ShareVolume::_GetNodeByLocalID(ino_t localI
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareVolume.cpp50 struct ShareVolume::NodeMap : HashMap<HashKey64<ino_t>, ShareNode*> {
61 EntryKey(ino_t directoryID, const char* name)
104 ino_t directoryID;
113 struct ShareVolume::LocalNodeIDMap : HashMap<NodeID, ino_t> {
117 struct ShareVolume::RemoteNodeIDMap : HashMap<HashKey64<ino_t>, NodeID> {
141 : HashMap<HashKey64<ino_t>, DLList<ShareAttrDirIterator>*> {
2331 ShareVolume::_GetLocalNodeID(NodeID remoteID, ino_t* _localID, bool enter)
2375 ShareVolume::_GetRemoteNodeID(ino_t localID, NodeID* remoteID)
2389 ShareVolume::_RemoveLocalNodeID(ino_t localID)
2409 ShareVolume::_GetNodeByLocalID(ino_t localI
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgooglefs.c59 static int googlefs_create_gen(fs_volume *_volume, fs_node *dir, const char *name, int omode, int perms, ino_t *vnid, fs_node **node, struct attr_entry *iattrs, bool mkdir, bool uniq);
62 static void fill_default_stat(struct stat *st, nspace_id nsid, ino_t vnid, mode_t mode)
119 const char *parms, ino_t *vnid)
217 static int compare_fs_node_by_vnid(fs_node *node, ino_t *id)
267 int googlefs_read_vnode(fs_volume *_volume, ino_t vnid, fs_vnode *_node, int* _type, uint32* _flags, bool reenter)
316 int googlefs_walk(fs_volume *_volume, fs_vnode *_base, const char *file, ino_t *vnid)
434 buf->d_reclen = 2*(sizeof(dev_t)+sizeof(ino_t))+sizeof(unsigned short)+strlen(buf->d_name)+1;
445 buf->d_reclen = 2*(sizeof(dev_t)+sizeof(ino_t))+sizeof(unsigned short)+strlen(buf->d_name)+1;
458 buf->d_reclen = 2*(sizeof(dev_t)+sizeof(ino_t))+sizeof(unsigned short)+strlen(buf->d_name)+1;
665 static int googlefs_create_gen(fs_volume *_volume, fs_node *dir, const char *name, int omode, int perms, ino_t *vni
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp92 ino_t GetNextNodeID() { return fNextID++; }
99 Inode* Find(ino_t id);
129 ino_t fNextID;
178 ino_t ID() const { return fID; }
230 ino_t fID;
782 Volume::Find(ino_t id)
1472 const char* args, ino_t* _rootVnodeID)
1567 cdda_lookup(fs_volume* _volume, fs_vnode* _dir, const char* name, ino_t* _id)
1609 cdda_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type,

Completed in 306 milliseconds

1234567891011>>