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 164 lib/vfs/direntry.c VFS_SUBCLASS (me)->find_entry (me, entry->dir->super->root, linkname, follow - 1, FL_NONE); root 176 lib/vfs/direntry.c vfs_s_find_entry_tree (struct vfs_class *me, struct vfs_s_inode *root, root 187 lib/vfs/direntry.c while (root != NULL) root 203 lib/vfs/direntry.c for (iter = g_queue_peek_head_link (root->subdir); iter != NULL; iter = g_list_next (iter)) root 214 lib/vfs/direntry.c ent = vfs_s_automake (me, root, path, flags); root 228 lib/vfs/direntry.c root = ent->ino; root 238 lib/vfs/direntry.c vfs_s_find_entry_linear (struct vfs_class *me, struct vfs_s_inode *root, root 245 lib/vfs/direntry.c if (root->super->root != root) root 258 lib/vfs/direntry.c ino = vfs_s_find_inode (me, root->super, dirname, follow, flags | FL_DIR); root 266 lib/vfs/direntry.c iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare); root 282 lib/vfs/direntry.c ino = vfs_s_new_inode (me, root->super, vfs_s_default_stat (me, S_IFDIR | 0755)); root 291 lib/vfs/direntry.c vfs_s_insert_entry (me, root, ent); root 293 lib/vfs/direntry.c iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare); root 337 lib/vfs/direntry.c if (super->root != NULL) root 339 lib/vfs/direntry.c vfs_s_free_inode (me, super->root); root 340 lib/vfs/direntry.c super->root = NULL; root 1099 lib/vfs/direntry.c return super->root; root 1101 lib/vfs/direntry.c ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags); root 1219 lib/vfs/direntry.c if (super->root == NULL) root 1237 lib/vfs/direntry.c vfs_s_free_inode (me, super->root); root 1238 lib/vfs/direntry.c super->root = vfs_s_new_inode (me, super, vfs_s_default_stat (me, S_IFDIR | 0755)); root 1262 lib/vfs/direntry.c if (ino == ino->super->root) root 63 lib/vfs/xdirentry.h struct vfs_s_inode *root; root 140 lib/vfs/xdirentry.h struct vfs_s_inode * root, root 870 src/filemanager/mountlist.c if (re->dev == fi.dev && re->ino == fi.root) root 566 src/filemanager/panelize.c vfs_path_t *root; root 568 src/filemanager/panelize.c root = vfs_path_from_str (PATH_SEP_STR); root 569 src/filemanager/panelize.c panel_set_cwd (panel, root); root 571 src/filemanager/panelize.c mc_chdir (root); root 572 src/filemanager/panelize.c vfs_path_free (root, TRUE); root 232 src/vfs/cpio/cpio.c struct vfs_s_inode *root; root 273 src/vfs/cpio/cpio.c root = vfs_s_new_inode (me, super, &arch->st); root 274 src/vfs/cpio/cpio.c root->st.st_mode = mode; root 275 src/vfs/cpio/cpio.c root->data_offset = -1; root 276 src/vfs/cpio/cpio.c root->st.st_nlink++; root 277 src/vfs/cpio/cpio.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; root 279 src/vfs/cpio/cpio.c super->root = root; root 380 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, FL_NONE); /* In case entry is already there */ root 493 src/vfs/cpio/cpio.c if (root != NULL) root 516 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 593 src/vfs/extfs/extfs.c VFS_SUPER (current_archive)->root = root_entry->ino; root 1021 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1025 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKFILE); root 1154 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1226 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1282 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1348 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1390 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 1396 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_MKDIR); root 1432 src/vfs/extfs/extfs.c entry = extfs_find_entry (VFS_SUPER (archive)->root, q, FL_NONE); root 656 src/vfs/fish/fish.c super->root = vfs_s_new_inode (me, super, fish_default_stat (me)); root 1029 src/vfs/ftpfs/ftpfs.c super->root = root 761 src/vfs/sftpfs/sftpfs.c super->root = root 345 src/vfs/tar/tar.c struct vfs_s_inode *root; root 392 src/vfs/tar/tar.c root = vfs_s_new_inode (me, archive, &arch->st); root 393 src/vfs/tar/tar.c root->st.st_mode = mode; root 394 src/vfs/tar/tar.c root->data_offset = -1; root 395 src/vfs/tar/tar.c root->st.st_nlink++; root 396 src/vfs/tar/tar.c root->st.st_dev = VFS_SUBCLASS (me)->rdev++; root 398 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);