Searched refs:s_spcl (Results 1 – 6 of 6) sorted by relevance
124 struct s_spcl { struct146 } s_spcl; member148 #define spcl u_spcl.s_spcl
47 static struct s_spcl dumpinfo;63 static void metacheck(struct s_spcl *);73 static int checkvol(struct s_spcl *, int);74 static void accthdr(struct s_spcl *);75 static int ishead(struct s_spcl *);76 static int checktype(struct s_spcl *, int);276 endoftapemark.s_spcl.c_magic = cvtflag ? OFS_MAGIC : in setup()278 endoftapemark.s_spcl.c_type = TS_END; in setup()285 endoftapemark.s_spcl.c_date = spcl.c_date; in setup()296 endoftapemark.s_spcl.c_checksum = CHECKSUM - i; in setup()[all …]
278 extern int readhdr(struct s_spcl *);279 extern int gethead(struct s_spcl *);281 extern void findinode(struct s_spcl *);
55 extern int normspcl(struct byteorder_ctx *, struct s_spcl *, int *, int, int);
2174 if (sp->s_spcl.c_type != TS_ADDR) { in dowrite()2175 lastnonaddr = sp->s_spcl.c_type; in dowrite()2177 sp->s_spcl.c_dinode.di_mode; in dowrite()2178 if (sp->s_spcl.c_type != TS_TAPE) in dowrite()2181 chkpt.sl_count = sp->s_spcl.c_count; in dowrite()2260 if (nextspcl->s_spcl.c_type == TS_INODE) { in checkpoint()2263 } else if (nextspcl->s_spcl.c_type == TS_END) { in checkpoint()2267 ino = nextspcl->s_spcl.c_inumber; in checkpoint()2268 type = nextspcl->s_spcl.c_type; in checkpoint()
158 normspcl(struct byteorder_ctx *ctx, struct s_spcl *sp, int *cs, in normspcl()