Searched refs:lof (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 352 inval_range(ml_unit_t *ul, cirbuf_t *cb, off_t lof, off_t nb) in inval_range() argument 355 off_t elof = lof + nb; in inval_range() 371 if ((buflof < lof && bufelof <= lof) || in inval_range() 576 within_range(off_t lof, daddr_t blkno, ulong_t bcount) in within_range() argument 580 return ((lof >= blof) && (lof < (blof + bcount))); in within_range() 584 find_bp(ml_unit_t *ul, cirbuf_t *cb, off_t lof) in find_bp() argument 595 within_range(lof, bp->b_blkno, bp->b_bcount)) { in find_bp() 608 find_read_lof(ml_unit_t *ul, cirbuf_t *cb, off_t lof) in find_read_lof() argument 631 if (lof <= rlof) in find_read_lof() 640 get_read_bp(ml_unit_t *ul, off_t lof) in get_read_bp() argument [all …]
|
H A D | lufs_debug.c | 270 off_t head, trimroll, lof; in logmap_logscan_debug() local 280 lof = me->me_lof; in logmap_logscan_debug() 282 trimroll = lof; in logmap_logscan_debug() 283 if (lof >= head) { in logmap_logscan_debug() 284 if (trimroll >= head && trimroll <= lof) in logmap_logscan_debug() 285 trimroll = lof; in logmap_logscan_debug() 287 if (trimroll <= lof || trimroll >= head) in logmap_logscan_debug() 288 trimroll = lof; in logmap_logscan_debug() 300 logmap_logscan_commit_debug(off_t lof, mt_map_t *mtm) in logmap_logscan_commit_debug() argument 306 newtrimc = mtm->mtm_trimclof = dbtob(btod(lof)); in logmap_logscan_commit_debug()
|
H A D | lufs_map.c | 1530 off_t lof; in logmap_sethead() local 1548 lof = -1; in logmap_sethead() 1550 lof = me->me_lof; in logmap_sethead() 1554 ldl_sethead(ul, lof, tid); in logmap_sethead() 1555 if (lof == -1) in logmap_sethead() 1563 off_t lof; in logmap_settail() local 1572 lof = -1; in logmap_settail() 1577 lof = mtm->mtm_tail_lof; in logmap_settail() 1581 ldl_settail(ul, lof, nb); in logmap_settail() 1814 logmap_logscan_add(ml_unit_t *ul, struct delta *dp, off_t lof, size_t *nbp) in logmap_logscan_add() argument [all …]
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 5897 % 4) NAME-lof - the text as it should appear in a @listoffloats. 6563 % Write the text that goes in the lof to the aux file as 6564 % \floatlabel-lof. Besides \floatident, we include the short 6580 \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident 6675 % aux file. We strip off the -title and look up \XRLABEL-lof, which 6683 % Can't fully expand XR#1-lof because it can contain anything. Just 6687 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
|