Searched refs:lwb (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c83 #define LWB_EMPTY(lwb) ((BP_GET_LSIZE(&lwb->lwb_blk) - \
84 sizeof (zil_chain_t)) == (lwb->lwb_sz - lwb->lwb_nused))
432 lwb_t *lwb; local
434 lwb = kmem_cache_alloc(zil_lwb_cache, KM_SLEEP);
435 lwb->lwb_zilog = zilog;
436 lwb->lwb_blk = *bp;
437 lwb->lwb_buf = zio_buf_alloc(BP_GET_LSIZE(bp));
438 lwb
463 lwb_t *lwb = NULL; local
536 lwb_t *lwb; local
783 lwb_t *lwb = zio->io_private; local
821 zil_lwb_write_init(zilog_t *zilog, lwb_t *lwb) argument
869 zil_lwb_write_start(zilog_t *zilog, lwb_t *lwb) argument
980 zil_lwb_commit(zilog_t *zilog, itx_t *itx, lwb_t *lwb) argument
1396 lwb_t *lwb; local
1533 lwb_t *lwb; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.dol.c341 int subscr = 0, lwb = 1, upb = 0; local
497 lwb = i;
499 upb = lwb, np = S_AST /* "*" */;
516 if (i < lwb)
517 upb = lwb - 1;
521 if (lwb == 0) {
531 lwb = 1, upb = 0;
533 lwb = upb = subscr;
537 tchar *cp = putn(upb - lwb + 1);
555 dolnxt = &vp->vec[lwb
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h40 typedef struct lwb { struct
48 uint64_t lwb_max_txg; /* highest txg in this lwb */
126 taskq_t *zl_clean_taskq; /* runs lwb and itx clean tasks */

Completed in 110 milliseconds