Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/udf/
H A Dtruncate.c40 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in extent_trunc()
149 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_discard_prealloc()
H A Dinode.c514 EXT_NOT_RECORDED_ALLOCATED) { in udf_do_extend_file()
810 EXT_NOT_RECORDED_ALLOCATED) { in inode_getblk()
851 if ((laarr[c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30)) in inode_getblk()
924 if ((laarr[*c].extLength >> 30) == (EXT_NOT_RECORDED_ALLOCATED >> 30) || in udf_split_extents()
943 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_split_extents()
970 if (etype == (EXT_NOT_RECORDED_ALLOCATED >> 30)) in udf_split_extents()
994 (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_prealloc_extents()
1043 EXT_NOT_RECORDED_ALLOCATED | in udf_prealloc_extents()
1126 (EXT_NOT_RECORDED_ALLOCATED >> 30)) && in udf_merge_extents()
1161 (EXT_NOT_RECORDED_ALLOCATED >> 30)) { in udf_merge_extents()
H A Decma_167.h764 #define EXT_NOT_RECORDED_ALLOCATED 0x40000000 macro