Searched refs:root (Results 126 - 146 of 146) sorted by relevance

123456

/haiku/src/kits/tracker/
H A DFSUtils.cpp622 // on and not running as root all the time
896 B_TRANSLATE("You cannot create a link to the root "
900 B_TRANSLATE("You cannot copy or move the root "
2488 char root[B_FILE_NAME_LENGTH]; local
2526 // save the 'root' name of the file, for possible later use.
2529 strncpy(root, name, (uint32)((p - name) - 4));
2530 root[(p - name) - 4] = '\0';
2544 strlcpy(root, name, sizeof(root));
2545 // save root nam
[all...]
H A DFindPanel.cpp1932 BDirectory root; local
1933 if (volume.GetRootDirectory(&root) != B_OK)
1937 root.GetEntry(&entry);
H A DPoseView.cpp824 // special handling for "root" disks icon
1697 // system root, /pipe, /dev, etc. are all non-persistent
1701 BDirectory root; local
1702 if (volume->GetRootDirectory(&root) != B_OK)
1706 root.GetEntry(&entry);
1718 root.GetNodeRef(&itemNode);
2941 // special case the "root" disks icon
3021 // special case the "root" disks icon
4521 // don't drop anything into the root disk
4904 // TODO: removed check for root her
[all...]
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp125 // root dir
130 rootNode.node = info.root;
167 // root dir
460 //printf(" name: `%s', root: `%s'\n", name, rootPath.Path());
H A DEntryTest.cpp547 // special cases (root dir)
553 // special cases (fs root dir)
752 // special cases (root dir)
759 // special cases (fs root dir)
1023 // special cases (root dir)
1028 // special cases (fs root dir)
1223 // special cases (root dir)
1231 // special cases (fs root dir)
1312 // root
1368 // parent of root di
[all...]
/haiku/src/kits/storage/
H A DNodeInfo.cpp501 && stat.st_ino == info.root) {
/haiku/headers/private/kernel/
H A Dvfs.h49 struct vnode *root; member in struct:io_context
/haiku/headers/os/kernel/
H A DOS.h541 cpu_topology_root_info root; member in union:__anon14::__anon15
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/ae/
H A Dif_ae.c413 struct sysctl_oid *root, *stats, *stats_rx, *stats_tx; local
420 root = device_get_sysctl_tree(sc->dev);
421 stats = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(root), OID_AUTO, "stats",
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1903 void* root = fVariableTableModel->Root(); local
1904 int32 count = fVariableTableModel->CountChildren(root);
1906 ModelNode* node = (ModelNode*)fVariableTableModel->ChildAt(root, i);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp273 platform = topology[i].data.root.platform;
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp153 switch (topologyRoot.data.root.platform) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp191 INFORM(("mounted \"%s\" (root node at %" B_PRIdINO ", device = %s)\n",
925 // only root should be allowed
933 // only the user or root can do that
941 // only the user or root can do that
952 // the user or root can do that or any user with write access
960 // the user or root can do that or any user with write access
976 // the user or root can do that or any user with write access
1213 // from the newDirectory to either the root node or the old
1219 ino_t root = volume->RootNode()->ID(); local
1224 else if (parent == root || paren
[all...]
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp823 "; root: %" B_PRIdINO "; flags: %#" B_PRIx32 "; block_size: %" B_PRIdOFF
827 "; fsh_name: \"%s\")\n", result, info->dev, info->root, info->flags,
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp121 info->root = volume->RootNode()->ID();
/haiku/src/tools/fs_shell/
H A Dfssh.cpp96 // mount root FS
484 // a root subdir -- in those cases we can just fall through (we should
485 // actually never be here in case of the root dir, but anyway) -- or
805 printf("root inode: %" FSSH_B_PRIdINO "\n", info.root);
1354 command_ioctl, "ioctl", "ioctl() on root, for FS debugging only",
H A Dvfs.cpp108 reference to vnode is held (note that for the root mount covers_vnode
452 // case the root node may still be NULL
887 /** \brief Resolves a mount point vnode to the volume root vnode it is covered
891 * by the root of a volume. If it is the function obtains a reference to the
892 * volume root node and returns it.
895 * \return The volume root vnode the vnode cover is covered by, if it is
918 /** \brief Resolves a mount point vnode to the volume root vnode it is covered
922 * checks, whether the node is covered by the root of a volume. If it is the
923 * function returns the mount and node ID of the volume root node. Otherwise
966 /** \brief Resolves a volume root vnod
[all...]
/haiku/src/system/kernel/vm/
H A Dvm.cpp3407 VMCache* root = cache; local
3409 // find the root cache (the transitive source)
3410 while (root->source != NULL)
3411 root = root->source;
3413 dump_cache_tree_recursively(root, 0, cache);
3571 kprintf("%" B_PRIu32 " caches (%" B_PRIu32 " root caches), sorted by %s "
H A DVMAnonymousCache.cpp1715 vfs_entry_ref_to_path(info.dev, info.root, ".", true, path.LockBuffer(),
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1129 platform = topology[i].data.root.platform;
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1362 // We need to put the reference to our root node ourselves
1418 info->root = ns->rootid;

Completed in 212 milliseconds

123456