Searched refs:inos (Results 1 – 3 of 3) sorted by relevance
226 int i, inos = cb_p->cb_no_of_inos; in cb_suspend() local228 cb_p->cb_imr_save = kmem_alloc(inos * sizeof (uint64_t), KM_SLEEP); in cb_suspend()237 for (i = 0; i < inos; i++) { in cb_suspend()
249 int i, inos = pcb_p->pcb_no_of_inos; in pcmu_cb_suspend() local251 pcb_p->pcb_imr_save = kmem_alloc(inos * sizeof (uint64_t), KM_SLEEP); in pcmu_cb_suspend()260 for (i = 0; i < inos; i++) { in pcmu_cb_suspend()
45 static ino_t inos[TP_NINOS]; /* starting inodes on each tape */ variable643 bcopy((char *)inos, (char *)spcl.c_inos, sizeof (inos)); in spclrec()1641 inos[tapeno] = chkpt.sl_inos; in otape()