OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXF_NOCOALESCE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
extent.h
75
#define
EXF_NOCOALESCE
__BIT(1) /* coalescing of regions not allowed */
/src/sys/kern/
subr_extent.c
311
ex->ex_flags |=
EXF_NOCOALESCE
;
369
if (((ex->ex_flags &
EXF_NOCOALESCE
) == 0) &&
391
* If
EXF_NOCOALESCE
is set, coalescing is disallowed.
393
if (ex->ex_flags &
EXF_NOCOALESCE
)
1056
const bool coalesce = (ex->ex_flags &
EXF_NOCOALESCE
) == 0;
1083
* Cases 2, 3, and 4 require that the
EXF_NOCOALESCE
flag
1112
* The following cases all require that
EXF_NOCOALESCE
Completed in 14 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025