OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDF_MAX_MAPPINGS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/udf/
udf.h
128
#define
UDF_MAX_MAPPINGS
(MAXPHYS/DEV_BSIZE) /* 128 */
udf_vfsops.c
694
ump->la_lmapping = malloc(sizeof(uint64_t) *
UDF_MAX_MAPPINGS
,
696
ump->la_pmapping = malloc(sizeof(uint64_t) *
UDF_MAX_MAPPINGS
,
udf_subr.c
6667
KASSERT(buf->b_bcount / sector_size <=
UDF_MAX_MAPPINGS
);
6668
KASSERT(MAXPHYS / sector_size <=
UDF_MAX_MAPPINGS
);
6670
if (sectors >
UDF_MAX_MAPPINGS
) {
6677
mapping = malloc(sizeof(*mapping) *
UDF_MAX_MAPPINGS
, M_TEMP, M_WAITOK);
6795
KASSERT(buf->b_bcount / lb_size <=
UDF_MAX_MAPPINGS
);
6796
KASSERT(MAXPHYS / lb_size <=
UDF_MAX_MAPPINGS
);
6798
if (num_lb >
UDF_MAX_MAPPINGS
) {
6805
mapping = malloc(sizeof(*mapping) *
UDF_MAX_MAPPINGS
, M_TEMP, M_WAITOK);
Completed in 17 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025