Searched refs:EXT_NOT_RECORDED_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
36 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in extent_trunc()160 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_discard_prealloc()
883 if ((laarr[c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30)) in inode_getblk()952 if ((laarr[*c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30) || in udf_split_extents()971 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_split_extents()998 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) in udf_split_extents()1022 (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_prealloc_extents()1071 EXT_NOT_RECORDED_ALLOCATED | in udf_prealloc_extents()1139 (EXT_NOT_RECORDED_ALLOCATED >> 30)) && in udf_merge_extents()1174 (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_merge_extents()
764 #define EXT_NOT_RECORDED_ALLOCATED 0x40000000 macro