Searched defs:s_spcl (Results 1 – 1 of 1) sorted by relevance
65 struct s_spcl { struct66 int32_t c_type; /* record type (see below) */67 int32_t c_date; /* date of this dump */68 int32_t c_ddate; /* date of previous dump */69 int32_t c_volume; /* dump volume number */70 daddr_t c_tapea; /* logical block of this record */71 u_int32_t c_inumber; /* number of inode */72 int32_t c_magic; /* magic number (see above) */73 int32_t c_checksum; /* record checksum */74 struct ufs1_dinode c_dinode; /* ownership and mode of inode */[all …]