Home
last modified time | relevance | path

Searched refs:UDF_BLK_NEW (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/fs/udf/
Dinode.c399 #define UDF_BLK_NEW 0x02 /* Block was freshly allocated */ macro
463 if (map.oflags & UDF_BLK_NEW) in __udf_get_block()
908 map->oflags = UDF_BLK_NEW | UDF_BLK_MAPPED; in inode_getblk()
1225 if (map.oflags & UDF_BLK_NEW) { in udf_bread()