Searched defs:lwb (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zil_impl.h | 102 typedef struct lwb { struct 103 zilog_t *lwb_zilog; /* back pointer to log struct */ argument 104 blkptr_t lwb_blk; /* on disk address of this log blk */ argument 105 boolean_t lwb_slim; /* log block has slim format */ argument 106 boolean_t lwb_slog; /* lwb_blk is on SLOG device */ argument 107 int lwb_error; /* log block allocation error */ argument 108 int lwb_nmax; /* max bytes in the buffer */ argument 109 int lwb_nused; /* # used bytes in buffer */ argument 110 int lwb_nfilled; /* # filled bytes in buffer */ argument 111 int lwb_sz; /* size of block and buffer */ argument [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zil.c | 818 lwb_t *lwb; in zil_alloc_lwb() local 861 zil_free_lwb(zilog_t *zilog, lwb_t *lwb) in zil_free_lwb() 979 lwb_t *lwb = NULL; in zil_create() local 1080 lwb_t *lwb; in zil_destroy() local 1336 zil_commit_waiter_link_lwb(zil_commit_waiter_t *zcw, lwb_t *lwb) in zil_commit_waiter_link_lwb() 1371 zil_lwb_add_block(lwb_t *lwb, const blkptr_t *bp) in zil_lwb_add_block() 1398 zil_lwb_flush_defer(lwb_t *lwb, lwb_t *nlwb) in zil_lwb_flush_defer() 1434 zil_lwb_add_txg(lwb_t *lwb, uint64_t txg) in zil_lwb_add_txg() 1455 lwb_t *lwb = zio->io_private; in zil_lwb_flush_vdevs_done() local 1545 lwb_t *lwb = list_head(&zilog->zl_lwb_list); in zil_lwb_flush_wait_all() local [all …]
|
H A D | zfs_vnops.c | 1097 struct lwb *lwb, zio_t *zio) in zfs_get_data()
|
H A D | zvol.c | 668 struct lwb *lwb, zio_t *zio) in zvol_get_data()
|
/freebsd/contrib/tcsh/ |
H A D | sh.dol.c | 378 int subscr = 0, lwb = 1, upb = 0; in Dgetdol() local
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 2488 struct lwb *lwb, zio_t *zio) in ztest_get_data()
|