root 905 lib/tty/key.c Window root, child; root 910 lib/tty/key.c mc_XQueryPointer (x11_display, x11_window, &root, &child, &root_x, &root_y, &win_x, &win_y, 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, const char *a_path, 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, const char *a_path, 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 1090 lib/vfs/direntry.c return super->root; root 1092 lib/vfs/direntry.c ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags); root 1210 lib/vfs/direntry.c if (super->root == NULL) root 1228 lib/vfs/direntry.c vfs_s_free_inode (me, super->root); root 1229 lib/vfs/direntry.c super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755)); root 1253 lib/vfs/direntry.c if (ino == ino->super->root) root 68 lib/vfs/xdirentry.h struct vfs_s_inode *root; root 145 lib/vfs/xdirentry.h struct vfs_s_entry *(*find_entry) (struct vfs_class *me, struct vfs_s_inode *root, root 857 src/filemanager/mountlist.c if (re->dev == fi.dev && re->ino == fi.root) root 5329 src/filemanager/panel.c vfs_path_t *root; root 5331 src/filemanager/panel.c root = vfs_path_from_str (PATH_SEP_STR); root 5332 src/filemanager/panel.c panel_set_cwd (panel, root); root 5334 src/filemanager/panel.c mc_chdir (root); root 5335 src/filemanager/panel.c vfs_path_free (root, TRUE); root 233 src/vfs/cpio/cpio.c struct vfs_s_inode *root; root 274 src/vfs/cpio/cpio.c root = vfs_s_new_inode (me, super, &arch->st); root 275 src/vfs/cpio/cpio.c root->st.st_mode = mode; root 276 src/vfs/cpio/cpio.c root->data_offset = -1; root 277 src/vfs/cpio/cpio.c root->st.st_nlink++; root 278 src/vfs/cpio/cpio.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; root 280 src/vfs/cpio/cpio.c super->root = root; root 381 src/vfs/cpio/cpio.c struct vfs_s_inode *root = super->root; root 450 src/vfs/cpio/cpio.c root = vfs_s_find_inode (me, super, name, LINK_FOLLOW, FL_MKDIR); root 455 src/vfs/cpio/cpio.c entry = VFS_SUBCLASS (me)->find_entry (me, root, tn, LINK_FOLLOW, root 487 src/vfs/cpio/cpio.c if (root != NULL) root 510 src/vfs/cpio/cpio.c vfs_s_insert_entry (me, root, entry); root 244 src/vfs/extfs/extfs.c dir = dir->super->root; root 439 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, q, FL_MKDIR); root 455 src/vfs/extfs/extfs.c entry = extfs_entry_new (super->me, p, super->root); root 456 src/vfs/extfs/extfs.c entry->dir = super->root; root 457 src/vfs/extfs/extfs.c g_queue_push_tail (super->root->subdir, entry); root 462 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, current_link_name, FL_NONE); root 594 src/vfs/extfs/extfs.c VFS_SUPER (current_archive)->root = root_entry->ino; root 1059 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1063 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKFILE); root 1191 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1269 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1325 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1367 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1406 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1412 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKDIR); root 1448 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1026 src/vfs/ftpfs/ftpfs.c super->root = root 755 src/vfs/sftpfs/sftpfs.c super->root = vfs_s_new_inode (vpath_element->class, super, root 653 src/vfs/shell/shell.c super->root = vfs_s_new_inode (me, super, shell_default_stat (me)); root 221 src/vfs/tar/tar-xheader.c xheader_list_append (GSList **root, const char *kw, const char *value) root 228 src/vfs/tar/tar-xheader.c *root = g_slist_prepend (*root, kp); root 234 src/vfs/tar/tar-xheader.c xheader_list_destroy (GSList **root) root 236 src/vfs/tar/tar-xheader.c g_slist_free_full (*root, keyword_item_free); root 237 src/vfs/tar/tar-xheader.c *root = NULL; root 891 src/vfs/tar/tar.c struct vfs_s_inode *root; root 937 src/vfs/tar/tar.c root = vfs_s_new_inode (me, archive, &arch->st); root 938 src/vfs/tar/tar.c root->st.st_mode = mode; root 939 src/vfs/tar/tar.c root->data_offset = -1; root 940 src/vfs/tar/tar.c root->st.st_nlink++; root 941 src/vfs/tar/tar.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; root 943 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 115 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c parsed = ftpfs_parse_long_list (me, super->root, input, &err_count);