Searched refs:hmof (Results 1 – 1 of 1) sorted by relevance
| /titanic_44/usr/src/uts/common/fs/ufs/ |
| H A D | lufs_top.c | 694 offset_t hmof; in top_log() local 708 for (hmof = vamof - (va - buf), nb1 = nb; bufsz; in top_log() 709 bufsz -= hnb, hmof += hnb, buf += hnb, nb1 -= hnb) { in top_log() 710 hnb = MAPBLOCKSIZE - (hmof & MAPBLOCKOFF); in top_log() 714 MAX(hmof, vamof), MIN(hnb, nb1)); in top_log() 716 logmap_add_buf(ul, va, hmof, me, buf, hnb); in top_log()
|