Searched refs:blockcnt (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/makefs/ffs/
H A Dufs_bmap.c78 int64_t blockcnt; local
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;
/netbsd-current/sys/ufs/lfs/
H A Dulfs_bmap.c357 int64_t blockcnt; local
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)
/netbsd-current/sys/ufs/ufs/
H A Dufs_bmap.c340 int64_t blockcnt; local
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)
/netbsd-current/sys/dev/ic/
H A Dmfi.c1423 uint32_t blockcnt)
1447 io->mif_header.mfh_data_len= blockcnt;
1585 uint32_t blockcnt; local
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
1422 mfi_scsi_ld_io(struct mfi_ccb *ccb, struct scsipi_xfer *xs, uint64_t blockno, uint32_t blockcnt) argument
3174 mfi_tbolt_scsi_ld_io(struct mfi_ccb *ccb, struct scsipi_xfer *xs, uint64_t blockno, uint32_t blockcnt) argument
[all...]
/netbsd-current/sbin/fsck_lfs/
H A Dlfs.c231 int64_t blockcnt; local
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;*/

Completed in 97 milliseconds