OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
315
ex->ex_flags |=
EXF_NOCOALESCE
;
373
if (((ex->ex_flags &
EXF_NOCOALESCE
) == 0) &&
395
* If
EXF_NOCOALESCE
is set, coalescing is disallowed.
397
if (ex->ex_flags &
EXF_NOCOALESCE
)
1060
const bool coalesce = (ex->ex_flags &
EXF_NOCOALESCE
) == 0;
1087
* Cases 2, 3, and 4 require that the
EXF_NOCOALESCE
flag
1116
* The following cases all require that
EXF_NOCOALESCE
Completed in 19 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026