Searched refs:un_tail_lof (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c408 inval_range(ul, cb, ul->un_tail_lof, 1);
422 bp->b_blkno = btodb(ul->un_tail_lof);
423 ASSERT(dbtob(bp->b_blkno) == ul->un_tail_lof);
428 * 1. un_tail_lof never addresses >= un_eol_lof
621 rlof = ul->un_tail_lof;
757 ul->un_tail_lof += copy_nb;
765 ul->un_tail_lof += sizeof (sect_trailer_t);
769 if (ul->un_tail_lof == ul->un_eol_lof) {
770 ul->un_tail_lof = ul->un_bol_lof;
916 ul->un_tail_lof
[all...]
H A Dlufs_thread.c58 #define ldl_empty(ul) ((ul)->un_head_lof == (ul)->un_tail_lof)
H A Dlufs_debug.c589 off_t tail = ul->un_tail_lof;
H A Dlufs_map.c1938 while (lof != ul->un_tail_lof) {
/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c588 big->un_tail_lof = small->un_tail_lof;
616 small->un_tail_lof = big->un_tail_lof;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h88 off32_t un_tail_lof; /* byte offset of tail */ member in struct:ml_unit
149 off32_t un_tail_lof; /* byte offset of tail */ member in struct:ml_unit32_od
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h252 #define un_tail_lof un_ondisk.od_tail_lof macro
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c470 ul->un_tail_lof = ul->un_bol_lof;
H A Dtrans_ioctl.c1193 un->un_l_tail = (daddr32_t)btodb(ul->un_tail_lof);

Completed in 65 milliseconds