Searched defs:hs_direntry (Results 1 – 1 of 1) sorted by relevance
40 struct hs_direntry { struct41 uint_t ext_lbn; /* LBN of start of extent */42 uint_t ext_size; /* no. of data bytes in extent */43 struct timeval cdate; /* creation date */44 struct timeval mdate; /* last modification date */45 struct timeval adate; /* last access date */46 enum vtype type; /* file type */47 mode_t mode; /* mode and type of file (UNIX) */48 uint_t nlink; /* no. of links to file */49 uid_t uid; /* owner's user id */[all …]