Searched refs:UDF_MAP_CREATE (Results 1 – 1 of 1) sorted by relevance
392 #define UDF_MAP_CREATE 0x01 /* Mapping can allocate new blocks */ macro414 if (!(map->iflags & UDF_MAP_CREATE)) { in udf_map_block()475 int flags = create ? UDF_MAP_CREATE : 0; in udf_get_block()1239 .iflags = UDF_MAP_NOPREALLOC | (create ? UDF_MAP_CREATE : 0), in udf_bread()