HomeSort by: relevance | last modified time | path
    Searched defs:blockcnt (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ufs_bmap.c 78 int64_t blockcnt; local in function:ufs_getlbns
95 * is done, blockcnt indicates the number of data blocks possible
101 for (lbc = 0, i = UFS_NIADDR;; i--, bn -= blockcnt) {
106 blockcnt = (int64_t)1 << lbc;
108 if (bn < blockcnt)
131 blockcnt = (int64_t)1 << lbc;
  /src/sys/ufs/lfs/
ulfs_bmap.c 357 int64_t blockcnt; local in function:ulfs_getlbns
373 * is done, blockcnt indicates the number of data blocks possible
379 for (lbc = 0, i = ULFS_NIADDR;; i--, bn -= blockcnt) {
384 blockcnt = (int64_t)1 << lbc;
386 if (bn < blockcnt)
  /src/sys/ufs/ufs/
ufs_bmap.c 340 int64_t blockcnt; local in function:ufs_getlbns
355 * is done, blockcnt indicates the number of data blocks possible
361 for (lbc = 0, i = UFS_NIADDR;; i--, bn -= blockcnt) {
366 blockcnt = (int64_t)1 << lbc;
368 if (bn < blockcnt)
  /src/sbin/fsck_lfs/
lfs.c 231 int64_t blockcnt; local in function:ulfs_getlbns
250 * done, blockcnt indicates the number of data blocks possible at the
255 for (lbc = 0, i = ULFS_NIADDR;; i--, bn -= blockcnt) {
260 blockcnt = (int64_t) 1 << lbc;
262 if (bn < blockcnt)
283 /*blockcnt = (int64_t) 1 << lbc;*/
  /src/sys/dev/ic/
mfi.c 1423 uint32_t blockcnt)
1447 io->mif_header.mfh_data_len= blockcnt;
1585 uint32_t blockcnt; local in function:mfi_scsipi_request
1650 blockcnt = _4btol(rw16->length);
1651 if (sc->sc_iop->mio_ld_io(ccb, xs, blockno, blockcnt)) {
1660 blockcnt = _4btol(rw12->length);
1661 if (sc->sc_iop->mio_ld_io(ccb, xs, blockno, blockcnt)) {
1670 blockcnt = _2btol(rwb->length);
1671 if (sc->sc_iop->mio_ld_io(ccb, xs, blockno, blockcnt)) {
1680 blockcnt = rw->length ? rw->length : 0x100
    [all...]

Completed in 15 milliseconds