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