Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h38 struct hs_direntry { struct
39 uint_t ext_lbn; /* LBN of start of extent */
41 struct timeval cdate; /* creation date */
43 struct timeval adate; /* last access date */
44 enum vtype type; /* file type */
46 uint_t nlink; /* no. of links to file */
47 uid_t uid; /* owner's user id */
48 gid_t gid; /* owner's group id */
50 dev_t r_dev; /* major/minor device numbers */
53 uchar_t intlf_sz; /* intleaving size */
[all …]