Searched refs:EXT_NOT_RECORDED_NOT_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
47 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30); in extent_trunc()62 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in extent_trunc()194 elen = EXT_NOT_RECORDED_NOT_ALLOCATED | offset; in udf_truncate_extents()200 if (etype == (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in udf_truncate_extents()203 elen = EXT_NOT_RECORDED_NOT_ALLOCATED | (elen + offset); in udf_truncate_extents()210 nelen = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_truncate_extents()227 elen = EXT_NOT_RECORDED_NOT_ALLOCATED | offset; in udf_truncate_extents()
450 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in inode_getblk()496 laarr[c].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in inode_getblk()604 (laarr[*c].extLength >> 30) == (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in udf_split_extents()629 laarr[curr].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_split_extents()643 if ((type >> 30) == (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in udf_split_extents()693 else if ((laarr[i].extLength >> 30) == (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in udf_prealloc_extents()763 if (((laarr[i].extLength >> 30) == (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) || in udf_merge_extents()
768 #define EXT_NOT_RECORDED_NOT_ALLOCATED 0x80000000 macro