Searched defs:ufs1_dinode (Results 1 – 1 of 1) sorted by relevance
82 struct ufs1_dinode { struct83 uint16_t di_mode; /* 0: IFMT, permissions; see below. */84 int16_t di_nlink; /* 2: File link count. */85 uint16_t di_oldids[2]; /* 4: Ffs: old user and group ids. */86 uint64_t di_size; /* 8: File byte count. */87 int32_t di_atime; /* 16: Last access time. */88 int32_t di_atimensec; /* 20: Last access time. */89 int32_t di_mtime; /* 24: Last modified time. */90 int32_t di_mtimensec; /* 28: Last modified time. */91 int32_t di_ctime; /* 32: Last inode change time. */[all …]