Lines Matching refs:dent
386 Hash_ent *rent, Hash_ent *dent, Hash_obj *obj) in _enterfile() argument
413 fent->e_dir = dent; in _enterfile()
414 fent->e_id = dent->e_id; in _enterfile()
420 dent->e_cnt++; in _enterfile()
450 Hash_ent *dent) in enternoexistfile() argument
472 if (_enterfile(crle, path, 0, rent, 0, dent, obj) == 0) in enternoexistfile()
490 if ((ent = get_hash(crle->c_strtbl, (Addr)file, dent->e_id, in enternoexistfile()
495 if (_enterfile(crle, file, off, ent, rent, dent, obj) == 0) in enternoexistfile()
653 Hash_ent *dent, struct stat *status, int error) in inspect_file() argument
679 if ((ent = enterfile(crle, path, file, flags, dent, in inspect_file()
783 if ((ent = enterfile(crle, path, file, flags, dent, status)) == NULL) { in inspect_file()