pent 229 src/vfs/extfs/extfs.c struct vfs_s_entry *pent, *pdir; pent 243 src/vfs/extfs/extfs.c pent = dir->ent; pent 247 src/vfs/extfs/extfs.c while ((pent != NULL) && (c != '\0') && (*p != '\0')) pent 257 src/vfs/extfs/extfs.c pent = pent->dir != NULL ? pent->dir->ent : NULL; pent 262 src/vfs/extfs/extfs.c pent = extfs_resolve_symlinks_int (pent, list); pent 263 src/vfs/extfs/extfs.c if (pent == NULL) pent 269 src/vfs/extfs/extfs.c if (!S_ISDIR (pent->ino->st.st_mode)) pent 276 src/vfs/extfs/extfs.c pdir = pent; pent 277 src/vfs/extfs/extfs.c pl = g_queue_find_custom (pent->ino->subdir, p, vfs_s_entry_compare); pent 278 src/vfs/extfs/extfs.c pent = pl != NULL ? VFS_ENTRY (pl->data) : NULL; pent 279 src/vfs/extfs/extfs.c if (pent != NULL && q + 1 > name_end) pent 283 src/vfs/extfs/extfs.c notadir = !S_ISDIR (pent->ino->st.st_mode); pent 284 src/vfs/extfs/extfs.c return pent; pent 288 src/vfs/extfs/extfs.c if (pent == NULL && (flags & FL_MKDIR) != 0) pent 289 src/vfs/extfs/extfs.c pent = extfs_generate_entry (super, p, pdir->ino, S_IFDIR | 0777); pent 290 src/vfs/extfs/extfs.c if (pent == NULL && (flags & FL_MKFILE) != 0) pent 291 src/vfs/extfs/extfs.c pent = extfs_generate_entry (super, p, pdir->ino, S_IFREG | 0666); pent 299 src/vfs/extfs/extfs.c if (pent == NULL) pent 301 src/vfs/extfs/extfs.c return pent; pent 410 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL; pent 434 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, q, FL_MKDIR); pent 435 src/vfs/extfs/extfs.c if (pent == NULL) pent 442 src/vfs/extfs/extfs.c if (pent != NULL) pent 444 src/vfs/extfs/extfs.c entry = extfs_entry_new (super->me, p, pent->ino); pent 445 src/vfs/extfs/extfs.c entry->dir = pent->ino; pent 446 src/vfs/extfs/extfs.c g_queue_push_tail (pent->ino->subdir, entry); pent 457 src/vfs/extfs/extfs.c pent = extfs_find_entry (super->root, current_link_name, FL_NONE); pent 458 src/vfs/extfs/extfs.c if (pent == NULL) pent 464 src/vfs/extfs/extfs.c pent->ino->st.st_nlink++; pent 465 src/vfs/extfs/extfs.c entry->ino = pent->ino; pent 845 src/vfs/extfs/extfs.c struct vfs_s_entry *pent = NULL; pent 860 src/vfs/extfs/extfs.c pent = extfs_find_entry_int (entry->dir, entry->ino->linkname, looping, FL_NONE); pent 863 src/vfs/extfs/extfs.c if (pent == NULL) pent 867 src/vfs/extfs/extfs.c return pent;