root 907 lib/tty/key.c Window root, child; root 912 lib/tty/key.c mc_XQueryPointer (x11_display, x11_window, &root, &child, &root_x, root 166 lib/vfs/direntry.c VFS_SUBCLASS (me)->find_entry (me, entry->dir->super->root, linkname, follow - 1, FL_NONE); root 178 lib/vfs/direntry.c vfs_s_find_entry_tree (struct vfs_class *me, struct vfs_s_inode *root, root 189 lib/vfs/direntry.c while (root != NULL) root 205 lib/vfs/direntry.c for (iter = g_queue_peek_head_link (root->subdir); iter != NULL; iter = g_list_next (iter)) root 216 lib/vfs/direntry.c ent = vfs_s_automake (me, root, path, flags); root 230 lib/vfs/direntry.c root = ent->ino; root 240 lib/vfs/direntry.c vfs_s_find_entry_linear (struct vfs_class *me, struct vfs_s_inode *root, root 247 lib/vfs/direntry.c if (root->super->root != root) root 260 lib/vfs/direntry.c ino = vfs_s_find_inode (me, root->super, dirname, follow, flags | FL_DIR); root 268 lib/vfs/direntry.c iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare); root 284 lib/vfs/direntry.c ino = vfs_s_new_inode (me, root->super, vfs_s_default_stat (me, S_IFDIR | 0755)); root 293 lib/vfs/direntry.c vfs_s_insert_entry (me, root, ent); root 295 lib/vfs/direntry.c iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare); root 339 lib/vfs/direntry.c if (super->root != NULL) root 341 lib/vfs/direntry.c vfs_s_free_inode (me, super->root); root 342 lib/vfs/direntry.c super->root = NULL; root 1093 lib/vfs/direntry.c return super->root; root 1095 lib/vfs/direntry.c ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags); root 1213 lib/vfs/direntry.c if (super->root == NULL) root 1231 lib/vfs/direntry.c vfs_s_free_inode (me, super->root); root 1232 lib/vfs/direntry.c super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755)); root 1256 lib/vfs/direntry.c if (ino == ino->super->root) root 63 lib/vfs/xdirentry.h struct vfs_s_inode *root; root 142 lib/vfs/xdirentry.h struct vfs_s_inode * root, root 873 src/filemanager/mountlist.c if (re->dev == fi.dev && re->ino == fi.root) root 5448 src/filemanager/panel.c vfs_path_t *root; root 5450 src/filemanager/panel.c root = vfs_path_from_str (PATH_SEP_STR); root 5451 src/filemanager/panel.c panel_set_cwd (panel, root); root 5453 src/filemanager/panel.c mc_chdir (root); root 5454 src/filemanager/panel.c vfs_path_free (root, TRUE); root 231 src/vfs/cpio/cpio.c struct vfs_s_inode *root; root 272 src/vfs/cpio/cpio.c root = vfs_s_new_inode (me, super, &arch->st); root 273 src/vfs/cpio/cpio.c root->st.st_mode = mode; root 274 src/vfs/cpio/cpio.c root->data_offset = -1; root 275 src/vfs/cpio/cpio.c root->st.st_nlink++; root 276 src/vfs/cpio/cpio.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; root 278 src/vfs/cpio/cpio.c super->root = root; root 379 src/vfs/cpio/cpio.c struct vfs_s_inode *root = super->root; root 449 src/vfs/cpio/cpio.c root = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_MKDIR); root 454 src/vfs/cpio/cpio.c entry = VFS_SUBCLASS (me)->find_entry (me, root, tn, LINK_FOLLOW, FL_NONE); /* In case entry is already there */ root 485 src/vfs/cpio/cpio.c if (root != NULL) root 508 src/vfs/cpio/cpio.c vfs_s_insert_entry (me, root, entry); root 239 src/vfs/extfs/extfs.c dir = dir->super->root; root 434 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, q, FL_MKDIR); root 450 src/vfs/extfs/extfs.c entry = extfs_entry_new (super->me, p, super->root); root 451 src/vfs/extfs/extfs.c entry->dir = super->root; root 452 src/vfs/extfs/extfs.c g_queue_push_tail (super->root->subdir, entry); root 457 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, current_link_name, FL_NONE); root 587 src/vfs/extfs/extfs.c VFS_SUPER (current_archive)->root = root_entry->ino; root 1052 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1056 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKFILE); root 1185 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1264 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1320 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1383 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1422 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1428 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKDIR); root 1464 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1028 src/vfs/ftpfs/ftpfs.c super->root = root 755 src/vfs/sftpfs/sftpfs.c super->root = root 655 src/vfs/shell/shell.c super->root = vfs_s_new_inode (me, super, shell_default_stat (me)); root 225 src/vfs/tar/tar-xheader.c xheader_list_append (GSList **root, const char *kw, const char *value) root 232 src/vfs/tar/tar-xheader.c *root = g_slist_prepend (*root, kp); root 238 src/vfs/tar/tar-xheader.c xheader_list_destroy (GSList **root) root 240 src/vfs/tar/tar-xheader.c g_slist_free_full (*root, keyword_item_free); root 241 src/vfs/tar/tar-xheader.c *root = NULL; root 906 src/vfs/tar/tar.c struct vfs_s_inode *root; root 952 src/vfs/tar/tar.c root = vfs_s_new_inode (me, archive, &arch->st); root 953 src/vfs/tar/tar.c root->st.st_mode = mode; root 954 src/vfs/tar/tar.c root->data_offset = -1; root 955 src/vfs/tar/tar.c root->st.st_nlink++; root 956 src/vfs/tar/tar.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; root 958 src/vfs/tar/tar.c archive->root = root; root 51 tests/lib/vfs/vfs_s_get_path.c struct vfs_s_inode *root; root 56 tests/lib/vfs/vfs_s_get_path.c root = vfs_s_new_inode (vpath_element->class, super, NULL); root 57 tests/lib/vfs/vfs_s_get_path.c super->root = root; root 51 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755)); root 124 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c parsed = ftpfs_parse_long_list (me, super->root, input, &err_count);