pent 234 src/vfs/extfs/extfs.c struct vfs_s_entry *pent, *pdir; pent 248 src/vfs/extfs/extfs.c pent = dir->ent; pent 256 src/vfs/extfs/extfs.c while ((pent != NULL) && (c != '\0') && (*p != '\0')) pent 266 src/vfs/extfs/extfs.c pent = pent->dir != NULL ? pent->dir->ent : NULL; pent 271 src/vfs/extfs/extfs.c pent = extfs_resolve_symlinks_int (pent, list); pent 272 src/vfs/extfs/extfs.c if (pent == NULL) pent 278 src/vfs/extfs/extfs.c if (!S_ISDIR (pent->ino->st.st_mode)) pent 285 src/vfs/extfs/extfs.c pdir = pent; pent 286 src/vfs/extfs/extfs.c pl = g_queue_find_custom (pent->ino->subdir, p, vfs_s_entry_compare); pent 287 src/vfs/extfs/extfs.c pent = pl != NULL ? VFS_ENTRY (pl->data) : NULL; pent 288 src/vfs/extfs/extfs.c if (pent != NULL && q + 1 > name_end) pent 291 src/vfs/extfs/extfs.c notadir = !S_ISDIR (pent->ino->st.st_mode); pent 293 src/vfs/extfs/extfs.c return pent; pent 297 src/vfs/extfs/extfs.c if (pent == NULL && (flags & FL_MKDIR) != 0) pent 298 src/vfs/extfs/extfs.c pent = extfs_generate_entry (super, p, pdir->ino, S_IFDIR | 0777); pent 299 src/vfs/extfs/extfs.c if (pent == NULL && (flags & FL_MKFILE) != 0) pent 300 src/vfs/extfs/extfs.c pent = extfs_generate_entry (super, p, pdir->ino, S_IFREG | 0666); pent 311 src/vfs/extfs/extfs.c if (pent == NULL) pent 314 src/vfs/extfs/extfs.c return pent; pent 423 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL; pent 447 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, q, FL_MKDIR); pent 448 src/vfs/extfs/extfs.c if (pent == NULL) pent 455 src/vfs/extfs/extfs.c if (pent != NULL) pent 457 src/vfs/extfs/extfs.c entry = extfs_entry_new (super->me, p, pent->ino); pent 458 src/vfs/extfs/extfs.c entry->dir = pent->ino; pent 459 src/vfs/extfs/extfs.c g_queue_push_tail (pent->ino->subdir, entry); pent 470 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, current_link_name, FL_NONE); pent 471 src/vfs/extfs/extfs.c if (pent == NULL) pent 477 src/vfs/extfs/extfs.c pent->ino->st.st_nlink++; pent 478 src/vfs/extfs/extfs.c entry->ino = pent->ino; pent 867 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL; pent 882 src/vfs/extfs/extfs.c pent = extfs_find_entry_int (entry->dir, entry->ino->linkname, looping, FL_NONE); pent 885 src/vfs/extfs/extfs.c if (pent == NULL) pent 889 src/vfs/extfs/extfs.c return pent;