Searched refs:NEW_EXT (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 97 #define NEW_EXT 0x02 macro 290 ALLOC_SPACE | NEW_EXT, alloc_only, in ud_bmap_write() 302 (void) ud_create_ext(ip, ip->i_ext_used, NEW_EXT, in ud_bmap_write() 321 ALLOC_SPACE | NEW_EXT, in ud_bmap_write() 844 ALLOC_SPACE | NEW_EXT, in ud_last_alloc_ext() 887 NEW_EXT, alloc_only, icb_offset, &count); in ud_last_alloc_ext() 917 ALLOC_SPACE | NEW_EXT, alloc_only, icb_offset, &count); in ud_last_alloc_ext() 1117 if ((flags & NEW_EXT) || in ud_create_ext() 1155 flags |= NEW_EXT; in ud_create_ext() 1205 flags |= NEW_EXT; in ud_create_ext() [all …]
|