Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dtruncate.c40 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in extent_trunc()
148 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_discard_prealloc()
Dinode.c841 if ((laarr[c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30)) in inode_getblk()
915 if ((laarr[*c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30) || in udf_split_extents()
934 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_split_extents()
961 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) in udf_split_extents()
985 (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_prealloc_extents()
1034 EXT_NOT_RECORDED_ALLOCATED | in udf_prealloc_extents()
1102 (EXT_NOT_RECORDED_ALLOCATED >> 30)) && in udf_merge_extents()
1137 (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_merge_extents()
Decma_167.h744 #define EXT_NOT_RECORDED_ALLOCATED 0x40000000 macro