OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptrperblk_shift
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsdb/
fsdb.c
957
const int
ptrperblk_shift
= sblock->fs_bshift - 2;
local in function:print_indirblks32
958
const int ptrperblk = 1 <<
ptrperblk_shift
;
963
*blknum += (uint64_t)ptrperblk << (
ptrperblk_shift
* ind_level);
986
const int
ptrperblk_shift
= sblock->fs_bshift - 3;
local in function:print_indirblks64
987
const int ptrperblk = 1 <<
ptrperblk_shift
;
992
*blknum += (uint64_t)ptrperblk << (
ptrperblk_shift
* ind_level);
fsdb.c
957
const int
ptrperblk_shift
= sblock->fs_bshift - 2;
local in function:print_indirblks32
958
const int ptrperblk = 1 <<
ptrperblk_shift
;
963
*blknum += (uint64_t)ptrperblk << (
ptrperblk_shift
* ind_level);
986
const int
ptrperblk_shift
= sblock->fs_bshift - 3;
local in function:print_indirblks64
987
const int ptrperblk = 1 <<
ptrperblk_shift
;
992
*blknum += (uint64_t)ptrperblk << (
ptrperblk_shift
* ind_level);
Completed in 24 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025