Searched refs:nextspcl (Results 1 – 1 of 1) sorted by relevance
2258 union u_spcl *nextspcl = (union u_spcl *)bp->b_data; in checkpoint() local2260 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()