Lines Matching defs:s_spcl
77 struct s_spcl { struct
78 int32_t c_type; /* record type (see below) */
79 int32_t c_old_date; /* date of this dump */
80 int32_t c_old_ddate; /* date of previous dump */
81 int32_t c_volume; /* dump volume number */
82 int32_t c_old_tapea; /* logical block of this record */
83 dump_ino_t c_inumber; /* number of inode */
84 int32_t c_magic; /* magic number (see above) */
85 int32_t c_checksum; /* record checksum */
90 u_int16_t c_mode; /* file mode */
91 int16_t c_spare1[3]; /* old nlink, ids */
92 u_int64_t c_size; /* file byte count */
93 int32_t c_old_atime; /* old last access time, seconds */
94 int32_t c_atimensec; /* last access time, nanoseconds */
95 int32_t c_old_mtime; /* old last modified time, secs */
96 int32_t c_mtimensec; /* last modified time, nanosecs */
97 int32_t c_spare2[2]; /* old ctime */
98 int32_t c_rdev; /* for devices, device number */
99 int32_t c_birthtimensec; /* creation time, nanosecs */
100 int64_t c_birthtime; /* creation time, seconds */
101 int64_t c_atime; /* last access time, seconds */
102 int64_t c_mtime; /* last modified time, seconds */
103 int32_t c_extsize; /* external attribute size */
104 int32_t c_spare4[6]; /* old block pointers */
105 u_int32_t c_file_flags; /* status flags (chflags) */
106 int32_t c_spare5[2]; /* old blocks, generation number */
107 u_int32_t c_uid; /* file owner */
108 u_int32_t c_gid; /* file group */
109 int32_t c_spare6[2]; /* previously unused spares */
113 int32_t c_count; /* number of valid c_addr entries */
114 char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */
115 char c_label[LBLSIZE]; /* dump label */
116 int32_t c_level; /* level of this dump */
117 char c_filesys[NAMELEN]; /* name of dumped file system */
118 char c_dev[NAMELEN]; /* name of dumped device */
119 char c_host[NAMELEN]; /* name of dumped host */
120 int32_t c_flags; /* additional information */
121 int32_t c_old_firstrec; /* first record on volume */
122 int64_t c_date; /* date of this dump */
123 int64_t c_ddate; /* date of previous dump */
124 int64_t c_tapea; /* logical block of this record */
125 int64_t c_firstrec; /* first record on volume */
126 int32_t c_spare[24]; /* reserved for future uses */
127 } s_spcl; member