Lines Matching defs:s_spcl
71 struct s_spcl { struct
72 int32_t c_type; /* record type (see below) */
73 int32_t c_old_date; /* date of this dump */
74 int32_t c_old_ddate; /* date of previous dump */
75 int32_t c_volume; /* dump volume number */
76 int32_t c_old_tapea; /* logical block of this record */
77 uint32_t c_inumber; /* number of inode */
78 int32_t c_magic; /* magic number (see above) */
79 int32_t c_checksum; /* record checksum */
80 union {
103 } __c_ino;
104 int32_t c_count; /* number of valid c_addr entries */
105 char c_addr[TP_NINDIR]; /* 1 => data; 0 => hole in inode */
106 char c_label[LBLSIZE]; /* dump label */
107 int32_t c_level; /* level of this dump */
108 char c_filesys[NAMELEN]; /* name of dumped file system */
109 char c_dev[NAMELEN]; /* name of dumped device */
110 char c_host[NAMELEN]; /* name of dumped host */
111 int32_t c_flags; /* additional information */
112 int32_t c_old_firstrec; /* first record on volume */
113 int64_t c_date; /* date of this dump */
114 int64_t c_ddate; /* date of previous dump */
115 int64_t c_tapea; /* logical block of this record */
116 int64_t c_firstrec; /* first record on volume */
117 int32_t c_spare[24]; /* reserved for future uses */
118 } s_spcl; member