OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sectshift
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rumpblk.c
142
static int
sectshift
= DEV_BSHIFT;
variable in typeref:typename:int
152
lp->d_secsize = 1 <<
sectshift
;
153
lp->d_nsectors = size >>
sectshift
;
171
lp->d_partitions[part].p_size = size >>
sectshift
;
211
sectshift
= tmp;
216
sectshift
, 1<<
sectshift
);
497
if (bp->b_bcount % (1<<
sectshift
) != 0) {
517
* calculation does not need
sectshift
.
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025