Searched refs:rootid (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h91 ino_t rootid; member in struct:fs_nspace
H A Dwebsearchfs.c145 err = vnidpool_get(ns->vnids, &ns->rootid);
162 root->vnid = ns->rootid;
163 fill_default_stat(&root->st, ns->nsid, ns->rootid, 0777 | S_IFDIR);
170 *vnid = ns->rootid;
175 TRACE("mount() OK, nspace@ %p, id %" B_PRId32 ", root@ %p, id %" B_PRId64 "\n", ns, ns->nsid, root, ns->rootid);
203 put_vnode(_volume, ns->rootid);
243 if (node->vnid == ns->rootid) {
435 buf->d_ino = parent?parent->vnid:ns->rootid;
436 buf->d_pino = (parent && parent->parent)?parent->parent->vnid:ns->rootid;
447 buf->d_pino = parent?parent->vnid:ns->rootid;
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h57 ino_t rootid; member in struct:fs_nspace
H A Dnfs_add_on.c40 /* Do we list ".." in readdir(rootid) ? (the VFS corrects the dirents anyway) */
1020 //if ((ns->rootid != node->vnid) || (strcmp(".",filename)&&strcmp("..",filename)))
1022 || ((ns->rootid != node->vnid) || strcmp("..", filename))) {
1054 // if ((ns->rootid == node->vnid))//XXX:mmu_man:test
1301 ns->rootid = st.st_ino;
1302 rootNode->vnid = ns->rootid;
1304 *vnid = ns->rootid;
1363 put_vnode(_volume, ns->rootid);
1385 rootHandle = handle_from_vnid (ns,ns->rootid);
1418 info->root = ns->rootid;
[all...]

Completed in 38 milliseconds