OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockcnt
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/makefs/ffs/
ufs_bmap.c
78
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;
/src/sys/ufs/lfs/
ulfs_bmap.c
357
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
)
/src/sys/ufs/ufs/
ufs_bmap.c
343
int64_t
blockcnt
;
local
358
* is done,
blockcnt
indicates the number of data blocks possible
364
for (lbc = 0, i = UFS_NIADDR;; i--, bn -=
blockcnt
) {
369
blockcnt
= (int64_t)1 << lbc;
371
if (bn <
blockcnt
)
/src/sys/dev/ic/
mfi.c
1423
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
= rw->length ? rw->length : 0x100
[
all
...]
/src/sbin/fsck_lfs/
lfs.c
231
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 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026