Searched refs:lof (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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) argument 355 off_t elof = lof + nb; 360 * discard all bufs that overlap the range (lof, lof + nb) 371 if ((buflof < lof && bufelof <= lof) || 576 within_range(off_t lof, daddr_t blkno, ulong_t bcount) argument 580 return ((lof >= blof) && (lof < (blof + bcount))); 584 find_bp(ml_unit_t *ul, cirbuf_t *cb, off_t lof) argument 608 find_read_lof(ml_unit_t *ul, cirbuf_t *cb, off_t lof) argument 640 get_read_bp(ml_unit_t *ul, off_t lof) argument 1085 logseek(ml_unit_t *ul, off_t lof, size_t nb, off_t *lofp) argument 1117 off_t lof; /* log device offset to read from */ local 1325 ldl_settail(ml_unit_t *ul, off_t lof, size_t nb) argument 1381 ldl_logscan_ident(ml_unit_t *ul, buf_t *bp, off_t lof) argument 1423 ldl_logscan_nbcommit(off_t lof) argument [all...] |
H A D | lufs_debug.c | 270 off_t head, trimroll, lof; local 280 lof = me->me_lof; 282 trimroll = lof; 283 if (lof >= head) { 284 if (trimroll >= head && trimroll <= lof) 285 trimroll = lof; 287 if (trimroll <= lof || trimroll >= head) 288 trimroll = lof; 300 logmap_logscan_commit_debug(off_t lof, mt_map_t *mtm) argument 306 newtrimc = mtm->mtm_trimclof = dbtob(btod(lof)); [all...] |
H A D | lufs_map.c | 1530 off_t lof; local 1548 lof = -1; 1550 lof = me->me_lof; 1554 ldl_sethead(ul, lof, tid); 1555 if (lof == -1) 1563 off_t lof; local 1572 lof = -1; 1577 lof = mtm->mtm_tail_lof; 1581 ldl_settail(ul, lof, nb); 1814 logmap_logscan_add(ml_unit_t *ul, struct delta *dp, off_t lof, size_ argument 1909 off_t lof; local [all...] |
/illumos-gate/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}%
|
Completed in 78 milliseconds