Searched refs:_vnid (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Ddir.h31 ino_t *_vnid);
H A Ddir.c387 ino_t _vnid; local
389 result = get_next_dirent(vol, dir, &diri, &_vnid, filename, 512);
396 found_vnid = _vnid;
406 found_vnid = _vnid;
1042 dosfs_walk(fs_volume *_vol, fs_vnode *_dir, const char *file, ino_t *_vnid) argument
1055 result = findfile_case(vol, dir, file, _vnid, &vnode);
1059 DPRINTF(0, ("dosfs_walk: found vnid %Lx\n", *_vnid));
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp157 ino_t* _vnid)
171 *_vnid = dir->ID();
172 return volume->GetVNode(*_vnid, node);
178 *_vnid = dir->Parent()->ID();
179 return volume->GetVNode(*_vnid, node);
191 *_vnid = node->ID();
192 RETURN_ERROR(volume->GetVNode(*_vnid, node));
156 packagefs_lookup(fs_volume* fsVolume, fs_vnode* fsDir, const char* entryName, ino_t* _vnid) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.c563 fs_walk(fs_volume *_vol, fs_vnode *_dir, const char *file, ino_t *_vnid) argument
574 if (ns == NULL || _dir == NULL || file == NULL || _vnid == NULL) {
580 *_vnid = baseNode->vnid;
581 if (get_vnode(_vol, *_vnid, (void**)&newNode) != 0)
584 *_vnid = baseNode->parent_vnid;
585 if (get_vnode(_vol, *_vnid, (void**)&newNode) != 0)
601 *_vnid = vnid;
1046 int perms, void **_cookie, ino_t *_vnid)
1107 *_vnid = MREF(ni->mft_no);
1144 *_vnid
1045 fs_create(fs_volume *_vol, fs_vnode *_dir, const char *name, int omode, int perms, void **_cookie, ino_t *_vnid) argument
[all...]
H A Dfs_func.h69 int omode, int perms, void **_cookie, ino_t *_vnid);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Ddir.c379 vnode_id _vnid; local
381 result = get_next_dirent(vol, dir, &diri, &_vnid, filename, 512);
389 found_vnid = _vnid;
399 found_vnid = _vnid;
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp130 ino_t* _vnid)
140 error = sourceNode->ops->lookup(sourceVolume, sourceNode, entryName, _vnid);
144 return get_vnode(fsVolume, *_vnid, NULL);
129 bindfs_lookup(fs_volume* fsVolume, fs_vnode* fsDir, const char* entryName, ino_t* _vnid) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1356 void** _cookie, ino_t* _vnid)
1413 *_vnid = node->id;
1355 Create(void* _dir, const char* name, int openMode, int mode, void** _cookie, ino_t* _vnid) argument

Completed in 114 milliseconds