OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFS_EXTENTS_PER_BB
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/efs/
efs_extent.h
62
#define
EFS_EXTENTS_PER_BB
(EFS_BB_SIZE / sizeof(struct efs_dextent))
efs_subr.c
504
numextents = ex.ex_length *
EFS_EXTENTS_PER_BB
;
527
bboff = mid /
EFS_EXTENTS_PER_BB
;
528
index = mid %
EFS_EXTENTS_PER_BB
;
598
bboff = exi->exi_innext /
EFS_EXTENTS_PER_BB
;
599
index = exi->exi_innext %
EFS_EXTENTS_PER_BB
;
615
bboff = exi->exi_innext++ /
EFS_EXTENTS_PER_BB
;
Completed in 42 milliseconds
Indexes created Sat Nov 01 05:10:12 GMT 2025