Symbol: ml_unit_t
usr/src/cmd/fs.d/ufs/fsck/setup.c
218
ml_unit_t *ul;
usr/src/cmd/fs.d/ufs/fsck/setup.c
342
ul = (ml_unit_t *)malloc(sizeof (*ul));
usr/src/cmd/fs.d/ufs/mkfs/mkfs.c
4011
ml_unit_t *ul;
usr/src/cmd/fs.d/ufs/mkfs/mkfs.c
4069
ul = (ml_unit_t *)malloc(sizeof (*ul));
usr/src/uts/common/fs/ufs/lufs.c
1276
lufs_read_strategy(ml_unit_t *ul, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs.c
1351
lufs_write_strategy(ml_unit_t *ul, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs.c
1417
lufs_strategy(ml_unit_t *ul, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs.c
212
ml_unit_t *ul;
usr/src/uts/common/fs/ufs/lufs.c
271
ml_unit_t *ul;
usr/src/uts/common/fs/ufs/lufs.c
369
ul = (ml_unit_t *)kmem_zalloc(sizeof (*ul), KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs.c
439
lufs_hd_genid(const ml_unit_t *up)
usr/src/uts/common/fs/ufs/lufs.c
989
ml_unit_t *ul;
usr/src/uts/common/fs/ufs/lufs_debug.c
109
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_debug.c
122
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_debug.c
130
top_begin_debug(ml_unit_t *ul, top_t topid, ulong_t size)
usr/src/uts/common/fs/ufs/lufs_debug.c
153
top_end_debug(ml_unit_t *ul, mt_map_t *mtm, top_t topid, ulong_t size)
usr/src/uts/common/fs/ufs/lufs_debug.c
189
ml_unit_t *ul,
usr/src/uts/common/fs/ufs/lufs_debug.c
237
top_roll_debug(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_debug.c
268
ml_unit_t *ul;
usr/src/uts/common/fs/ufs/lufs_debug.c
333
map_check_ldl_write(ml_unit_t *ul, caddr_t va, offset_t vamof, mapentry_t *me)
usr/src/uts/common/fs/ufs/lufs_debug.c
385
map_get_debug(ml_unit_t *ul, mt_map_t *mtm)
usr/src/uts/common/fs/ufs/lufs_debug.c
583
ldl_sethead_debug(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_debug.c
97
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_log.c
1061
ldl_waito(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
1085
logseek(ml_unit_t *ul, off_t lof, size_t nb, off_t *lofp)
usr/src/uts/common/fs/ufs/lufs_log.c
1107
ml_unit_t *ul, /* Log unit */
usr/src/uts/common/fs/ufs/lufs_log.c
117
ml_unit_t *ul,
usr/src/uts/common/fs/ufs/lufs_log.c
1192
ldl_savestate(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
1229
ldl_sethead(ml_unit_t *ul, off_t data_lof, uint32_t tid)
usr/src/uts/common/fs/ufs/lufs_log.c
1325
ldl_settail(ml_unit_t *ul, off_t lof, size_t nb)
usr/src/uts/common/fs/ufs/lufs_log.c
1381
ldl_logscan_ident(ml_unit_t *ul, buf_t *bp, off_t lof)
usr/src/uts/common/fs/ufs/lufs_log.c
1438
ldl_logscan_read(ml_unit_t *ul, off_t *lofp, size_t nb, caddr_t va)
usr/src/uts/common/fs/ufs/lufs_log.c
1486
ldl_logscan_begin(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
1522
ldl_logscan_end(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
1540
ldl_need_roll(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
1573
ldl_seterror(ml_unit_t *ul, char *why)
usr/src/uts/common/fs/ufs/lufs_log.c
1606
ldl_bufsize(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
162
ldl_strategy(ml_unit_t *ul, buf_t *pb)
usr/src/uts/common/fs/ufs/lufs_log.c
239
writelog(ml_unit_t *ul, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs_log.c
266
readlog(ml_unit_t *ul, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs_log.c
297
push_dirty_bp(ml_unit_t *ul, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs_log.c
352
inval_range(ml_unit_t *ul, cirbuf_t *cb, off_t lof, off_t nb)
usr/src/uts/common/fs/ufs/lufs_log.c
392
get_write_bp(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
50
makebusy(ml_unit_t *ul, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs_log.c
584
find_bp(ml_unit_t *ul, cirbuf_t *cb, off_t lof)
usr/src/uts/common/fs/ufs/lufs_log.c
608
find_read_lof(ml_unit_t *ul, cirbuf_t *cb, off_t lof)
usr/src/uts/common/fs/ufs/lufs_log.c
640
get_read_bp(ml_unit_t *ul, off_t lof)
usr/src/uts/common/fs/ufs/lufs_log.c
688
extend_write_bp(ml_unit_t *ul, cirbuf_t *cb, buf_t *bp)
usr/src/uts/common/fs/ufs/lufs_log.c
739
storebuf(ml_unit_t *ul, buf_t *bp, caddr_t va, size_t nb)
usr/src/uts/common/fs/ufs/lufs_log.c
816
ml_unit_t *ul,
usr/src/uts/common/fs/ufs/lufs_log.c
891
ldl_round_commit(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
944
ldl_push_commit(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
959
ldl_need_commit(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_log.c
965
ldl_has_space(ml_unit_t *ul, mapentry_t *me)
usr/src/uts/common/fs/ufs/lufs_log.c
995
ldl_write(ml_unit_t *ul, caddr_t bufp, offset_t bufmof, struct mapentry *me)
usr/src/uts/common/fs/ufs/lufs_map.c
1061
logmap_wait_space(mt_map_t *mtm, ml_unit_t *ul, mapentry_t *me)
usr/src/uts/common/fs/ufs/lufs_map.c
1083
ml_unit_t *ul,
usr/src/uts/common/fs/ufs/lufs_map.c
1207
ml_unit_t *ul,
usr/src/uts/common/fs/ufs/lufs_map.c
1489
logmap_commit(ml_unit_t *ul, uint32_t tid)
usr/src/uts/common/fs/ufs/lufs_map.c
1528
logmap_sethead(mt_map_t *mtm, ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_map.c
1561
logmap_settail(mt_map_t *mtm, ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_map.c
157
map_get(ml_unit_t *ul, enum maptypes maptype, int nh)
usr/src/uts/common/fs/ufs/lufs_map.c
1590
logmap_roll_dev(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_map.c
1637
logmap_cancel_delta(ml_unit_t *ul, offset_t mof, int32_t nb, int metadata)
usr/src/uts/common/fs/ufs/lufs_map.c
1721
logmap_cancel(ml_unit_t *ul, offset_t mof, off_t nb, int metadata)
usr/src/uts/common/fs/ufs/lufs_map.c
1814
logmap_logscan_add(ml_unit_t *ul, struct delta *dp, off_t lof, size_t *nbp)
usr/src/uts/common/fs/ufs/lufs_map.c
1905
logmap_logscan(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_map.c
405
deltamap_push(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_map.c
461
logmap_start_roll(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_map.c
478
logmap_kill_roll(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_map.c
998
logmap_abort(ml_unit_t *ul, uint32_t tid)
usr/src/uts/common/fs/ufs/lufs_thread.c
127
log_roll_read(ml_unit_t *ul, rollbuf_t *rbs, int nmblk, caddr_t roll_bufs,
usr/src/uts/common/fs/ufs/lufs_thread.c
339
log_roll_write(ml_unit_t *ul, rollbuf_t *rbs, int nbuf)
usr/src/uts/common/fs/ufs/lufs_thread.c
420
trans_roll(ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_top.c
112
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
129
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
155
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
192
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
354
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
453
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
586
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
64
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
643
top_read_roll(rollbuf_t *rbp, ml_unit_t *ul)
usr/src/uts/common/fs/ufs/lufs_top.c
700
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/lufs_top.c
86
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/ufs_filio.c
446
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/ufs_lockfs.c
409
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/ufs_vfsops.c
511
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/fs/ufs/ufs_vnops.c
1814
ml_unit_t *ul = ufsvfsp->vfs_log;
usr/src/uts/common/sys/fs/ufs_log.h
392
ml_unit_t *mtm_ul; /* log unit for this map */
usr/src/uts/common/sys/fs/ufs_log.h
556
extern void ldl_strategy(ml_unit_t *, buf_t *);
usr/src/uts/common/sys/fs/ufs_log.h
557
extern void ldl_round_commit(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
558
extern void ldl_push_commit(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
559
extern int ldl_need_commit(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
560
extern int ldl_has_space(ml_unit_t *, mapentry_t *);
usr/src/uts/common/sys/fs/ufs_log.h
561
extern void ldl_write(ml_unit_t *, caddr_t, offset_t, mapentry_t *);
usr/src/uts/common/sys/fs/ufs_log.h
562
extern void ldl_waito(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
563
extern int ldl_read(ml_unit_t *, caddr_t, offset_t, off_t,
usr/src/uts/common/sys/fs/ufs_log.h
565
extern void ldl_sethead(ml_unit_t *, off_t, uint32_t);
usr/src/uts/common/sys/fs/ufs_log.h
566
extern void ldl_settail(ml_unit_t *, off_t, size_t);
usr/src/uts/common/sys/fs/ufs_log.h
568
extern int ldl_logscan_read(ml_unit_t *, off_t *, size_t, caddr_t);
usr/src/uts/common/sys/fs/ufs_log.h
569
extern void ldl_logscan_begin(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
570
extern void ldl_logscan_end(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
571
extern int ldl_need_roll(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
572
extern void ldl_seterror(ml_unit_t *, char *);
usr/src/uts/common/sys/fs/ufs_log.h
573
extern size_t ldl_bufsize(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
574
extern void ldl_savestate(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
586
extern void lufs_strategy(ml_unit_t *, buf_t *);
usr/src/uts/common/sys/fs/ufs_log.h
587
extern void lufs_read_strategy(ml_unit_t *, buf_t *);
usr/src/uts/common/sys/fs/ufs_log.h
588
extern void lufs_write_strategy(ml_unit_t *, buf_t *);
usr/src/uts/common/sys/fs/ufs_log.h
590
extern uint32_t lufs_hd_genid(const ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
598
extern int top_read_roll(rollbuf_t *, ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
612
extern void deltamap_push(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
617
extern void logmap_start_roll(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
618
extern void logmap_kill_roll(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
630
extern void logmap_make_space(struct mt_map *, ml_unit_t *,
usr/src/uts/common/sys/fs/ufs_log.h
632
extern void logmap_add(ml_unit_t *, char *, offset_t, mapentry_t *);
usr/src/uts/common/sys/fs/ufs_log.h
633
extern void logmap_add_buf(ml_unit_t *, char *, offset_t,
usr/src/uts/common/sys/fs/ufs_log.h
635
extern void logmap_commit(ml_unit_t *, uint32_t);
usr/src/uts/common/sys/fs/ufs_log.h
636
extern void logmap_sethead(mt_map_t *, ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
637
extern void logmap_settail(mt_map_t *, ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
638
extern void logmap_roll_dev(ml_unit_t *ul);
usr/src/uts/common/sys/fs/ufs_log.h
639
extern void logmap_cancel(ml_unit_t *, offset_t, off_t, int);
usr/src/uts/common/sys/fs/ufs_log.h
642
extern void logmap_logscan(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
644
extern mt_map_t *map_get(ml_unit_t *, enum maptypes, int);
usr/src/uts/common/sys/fs/ufs_log.h
650
extern void trans_roll(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
657
extern int map_get_debug(ml_unit_t *, mt_map_t *);
usr/src/uts/common/sys/fs/ufs_log.h
658
extern int top_write_debug(ml_unit_t *, mapentry_t *, offset_t, off_t);
usr/src/uts/common/sys/fs/ufs_log.h
660
extern int ldl_sethead_debug(ml_unit_t *);
usr/src/uts/common/sys/fs/ufs_log.h
663
extern int map_check_ldl_write(ml_unit_t *, caddr_t, offset_t,
usr/src/uts/common/sys/fs/ufs_log.h
667
extern int top_delta_debug(ml_unit_t *, offset_t, off_t, delta_t);
usr/src/uts/common/sys/fs/ufs_log.h
668
extern int top_begin_debug(ml_unit_t *, top_t, ulong_t);
usr/src/uts/common/sys/fs/ufs_log.h
669
extern int top_end_debug(ml_unit_t *, mt_map_t *, top_t, ulong_t);
usr/src/uts/common/sys/fs/ufs_log.h
670
extern int top_roll_debug(ml_unit_t *);