Home
last modified time | relevance | path

Searched defs:hash_ent (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A D_crle.h74 struct hash_ent { struct
75 Hash_ent *e_next; /* next hash item */
76 Word e_hash; /* hash value (or inode no.) */
77 Addr e_key; /* name (or inode no.) */
78 int e_off; /* offset of file in dirname */
79 Half e_id; /* directory identifier */
80 Half e_flags; /* entry specific flags */
81 Word e_cnt; /* no. of files in directory */
82 Hash_ent *e_dir; /* files directory */
83 Hash_ent *e_path; /* files full path entry */
[all …]