ent 182 lib/vfs/direntry.c struct vfs_s_entry *ent = NULL; ent 199 lib/vfs/direntry.c return ent; ent 207 lib/vfs/direntry.c ent = VFS_ENTRY (iter->data); ent 208 lib/vfs/direntry.c if (strlen (ent->name) == pseg && strncmp (ent->name, path, pseg) == 0) ent 213 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter->data) : NULL; ent 215 lib/vfs/direntry.c if (ent == NULL && (flags & (FL_MKFILE | FL_MKDIR)) != 0) ent 216 lib/vfs/direntry.c ent = vfs_s_automake (me, root, path, flags); ent 217 lib/vfs/direntry.c if (ent == NULL) ent 226 lib/vfs/direntry.c ent = vfs_s_resolve_symlink (me, ent, ent 228 lib/vfs/direntry.c if (ent == NULL) ent 230 lib/vfs/direntry.c root = ent->ino; ent 243 lib/vfs/direntry.c struct vfs_s_entry *ent = NULL; ent 261 lib/vfs/direntry.c ent = vfs_s_find_entry_tree (me, ino, name, follow, flags); ent 265 lib/vfs/direntry.c return ent; ent 269 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter->data) : NULL; ent 271 lib/vfs/direntry.c if (ent != NULL && !VFS_SUBCLASS (me)->dir_uptodate (me, ent->ino)) ent 276 lib/vfs/direntry.c vfs_s_free_entry (me, ent); ent 277 lib/vfs/direntry.c ent = NULL; ent 280 lib/vfs/direntry.c if (ent == NULL) ent 285 lib/vfs/direntry.c ent = vfs_s_new_entry (me, path, ino); ent 288 lib/vfs/direntry.c vfs_s_free_entry (me, ent); ent 293 lib/vfs/direntry.c vfs_s_insert_entry (me, root, ent); ent 296 lib/vfs/direntry.c ent = iter != NULL ? VFS_ENTRY (iter->data) : NULL; ent 298 lib/vfs/direntry.c if (ent == NULL) ent 302 lib/vfs/direntry.c if (vfs_s_resolve_symlink (me, ent, follow) == NULL) ent 309 lib/vfs/direntry.c return ent; ent 952 lib/vfs/direntry.c entry->ino->ent = entry; ent 961 lib/vfs/direntry.c vfs_s_free_entry (struct vfs_class *me, struct vfs_s_entry *ent) ent 963 lib/vfs/direntry.c if (ent->dir != NULL) ent 964 lib/vfs/direntry.c g_queue_remove (ent->dir->subdir, ent); ent 966 lib/vfs/direntry.c MC_PTR_FREE (ent->name); ent 968 lib/vfs/direntry.c if (ent->ino != NULL) ent 970 lib/vfs/direntry.c ent->ino->ent = NULL; ent 971 lib/vfs/direntry.c vfs_s_free_inode (me, ent->ino); ent 974 lib/vfs/direntry.c g_free (ent); ent 980 lib/vfs/direntry.c vfs_s_insert_entry (struct vfs_class *me, struct vfs_s_inode *dir, struct vfs_s_entry *ent) ent 984 lib/vfs/direntry.c ent->dir = dir; ent 986 lib/vfs/direntry.c ent->ino->st.st_nlink++; ent 987 lib/vfs/direntry.c g_queue_push_tail (dir->subdir, ent); ent 1090 lib/vfs/direntry.c struct vfs_s_entry *ent; ent 1095 lib/vfs/direntry.c ent = VFS_SUBCLASS (me)->find_entry (me, super->root, path, follow, flags); ent 1096 lib/vfs/direntry.c return (ent != NULL ? ent->ino : NULL); ent 1241 lib/vfs/direntry.c if (ino->ent == NULL) ent 1249 lib/vfs/direntry.c path = g_strdup (ino->ent->name); ent 1255 lib/vfs/direntry.c ino = ino->ent->dir; ent 1259 lib/vfs/direntry.c newpath = g_strconcat (ino->ent->name, PATH_SEP_STR, path, (char *) NULL); ent 1267 lib/vfs/direntry.c if (ino->ent->dir == NULL || ino->ent->dir->ent == NULL) ent 1268 lib/vfs/direntry.c return g_strdup (ino->ent->name); ent 1270 lib/vfs/direntry.c return g_strconcat (ino->ent->dir->ent->name, PATH_SEP_STR, ino->ent->name, (char *) NULL); ent 1316 lib/vfs/direntry.c struct vfs_s_entry *ent; ent 1330 lib/vfs/direntry.c ent = vfs_s_generate_entry (me, name, dir, 0755); ent 1331 lib/vfs/direntry.c ino = ent->ino; ent 1332 lib/vfs/direntry.c vfs_s_insert_entry (me, dir, ent); ent 1439 lib/vfs/direntry.c handle = vfs_mkstemps (&tmp_vpath, me->name, ino->ent->name); ent 1464 lib/vfs/direntry.c vfs_s_print_stats (me->name, _("Getting file"), ino->ent->name, total, stat_size); ent 89 lib/vfs/xdirentry.h struct vfs_s_entry *ent; /* Our entry in the parent directory - ent 165 lib/vfs/xdirentry.h void vfs_s_free_entry (struct vfs_class *me, struct vfs_s_entry *ent); ent 166 lib/vfs/xdirentry.h void vfs_s_insert_entry (struct vfs_class *me, struct vfs_s_inode *dir, struct vfs_s_entry *ent); ent 243 src/vfs/extfs/extfs.c pent = dir->ent; ent 257 src/vfs/extfs/extfs.c pent = pent->dir != NULL ? pent->dir->ent : NULL; ent 490 src/vfs/extfs/extfs.c inode->ent = entry; ent 586 src/vfs/extfs/extfs.c root_entry->ino->ent = root_entry; ent 830 src/vfs/extfs/extfs.c for (e = entry; e->dir != NULL; e = e->dir->ent) ent 833 src/vfs/extfs/extfs.c if (e->dir->ent->dir != NULL) ent 1142 src/vfs/extfs/extfs.c (" copyin ", EXTFS_SUPER (VFS_FILE_HANDLER_SUPER (fh)), file->ino->ent, ent 2338 src/vfs/ftpfs/ftpfs.c handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name); ent 133 src/vfs/sftpfs/sftpfs.c struct vfs_s_entry *ent; ent 143 src/vfs/sftpfs/sftpfs.c ent = vfs_s_generate_entry (me, name, dir, 0755); ent 145 src/vfs/sftpfs/sftpfs.c path_inode = ent->ino; ent 146 src/vfs/sftpfs/sftpfs.c vfs_s_insert_entry (me, dir, ent); ent 753 src/vfs/shell/shell.c shell_parse_ls (char *buffer, struct vfs_s_entry *ent) ent 755 src/vfs/shell/shell.c #define ST ent->ino->st ent 804 src/vfs/shell/shell.c ent->name = g_strndup (filename, filename_bound - filename); ent 805 src/vfs/shell/shell.c temp = ent->name; ent 806 src/vfs/shell/shell.c ent->name = str_shell_unescape (ent->name); ent 809 src/vfs/shell/shell.c ent->ino->linkname = g_strndup (linkname, linkname_bound - linkname); ent 810 src/vfs/shell/shell.c temp = ent->ino->linkname; ent 811 src/vfs/shell/shell.c ent->ino->linkname = str_shell_unescape (ent->ino->linkname); ent 829 src/vfs/shell/shell.c ent->name = g_strndup (filename, filename_bound - filename); ent 830 src/vfs/shell/shell.c temp = ent->name; ent 831 src/vfs/shell/shell.c ent->name = str_shell_unescape (ent->name); ent 910 src/vfs/shell/shell.c struct vfs_s_entry *ent = NULL; ent 931 src/vfs/shell/shell.c ent = vfs_s_generate_entry (me, NULL, dir, 0); ent 942 src/vfs/shell/shell.c vfs_s_free_entry (me, ent); ent 956 src/vfs/shell/shell.c shell_parse_ls (buffer, ent); ent 957 src/vfs/shell/shell.c else if (ent->name != NULL) ent 959 src/vfs/shell/shell.c vfs_s_insert_entry (me, dir, ent); ent 960 src/vfs/shell/shell.c ent = vfs_s_generate_entry (me, NULL, dir, 0); ent 964 src/vfs/shell/shell.c vfs_s_free_entry (me, ent); ent 1656 src/vfs/shell/shell.c tmp_handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name); ent 361 tests/lib/vfs/vfs_parse_ls_lga.c ent[ent_index] = vfs_s_generate_entry (vfs_test_ops1, NULL, vfs_root_inode, 0);\ ent 363 tests/lib/vfs/vfs_parse_ls_lga.c &ent[ent_index]->ino->st, &ent[ent_index]->name, &ent[ent_index]->ino->linkname, &filepos))\ ent 368 tests/lib/vfs/vfs_parse_ls_lga.c vfs_s_store_filename_leading_spaces (ent[ent_index], filepos);\ ent 369 tests/lib/vfs/vfs_parse_ls_lga.c vfs_s_insert_entry (vfs_test_ops1, vfs_root_inode, ent[ent_index]);\ ent 380 tests/lib/vfs/vfs_parse_ls_lga.c struct vfs_s_entry *ent[4]; ent 394 tests/lib/vfs/vfs_parse_ls_lga.c mctest_assert_str_eq (ent[0]->name, "build_root1"); ent 395 tests/lib/vfs/vfs_parse_ls_lga.c mctest_assert_str_eq (ent[0]->name, "build_root1"); ent 396 tests/lib/vfs/vfs_parse_ls_lga.c mctest_assert_str_eq (ent[1]->name, " build_root2"); ent 397 tests/lib/vfs/vfs_parse_ls_lga.c mctest_assert_str_eq (ent[3]->name, " build_root 0");