Searched defs:ml_unit_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h140 * ml_unit_t and the ondisk structure is called ml_odunit_t. The ondisk
233 } ml_unit_t; typedef in typeref:struct:ml_unit
236 * Macros to allow access to the ondisk elements via the ml_unit_t incore
392 ml_unit_t *mtm_ul; /* log unit for this map */
556 extern void ldl_strategy(ml_unit_t *, buf_t *);
557 extern void ldl_round_commit(ml_unit_t *);
558 extern void ldl_push_commit(ml_unit_t *);
559 extern int ldl_need_commit(ml_unit_t *);
560 extern int ldl_has_space(ml_unit_t *, mapentry_t *);
561 extern void ldl_write(ml_unit_t *, caddr_
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h120 } ml_unit_t; typedef in typeref:struct:ml_unit
180 #define ML_UNIT_ONDSZ ((size_t)((caddr_t)&((ml_unit_t *)0)->un_spare[15] +\
807 extern int md_ldl_need_commit(ml_unit_t *);
808 extern int md_ldl_has_space(ml_unit_t *, mapentry_t *);
811 extern void md_ldl_waito(ml_unit_t *);
812 extern int md_ldl_read(ml_unit_t *, caddr_t, offset_t, off_t,
814 extern void md_ldl_sethead(ml_unit_t *, off_t, uint_t,
816 extern void md_ldl_settail(ml_unit_t *, off_t, off_t,
818 extern void ldl_setpwvalid(ml_unit_t *);
819 extern int ldl_build_incore(ml_unit_t *, in
[all...]

Completed in 66 milliseconds