Home
last modified time | relevance | path

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

/fs/udf/
Dtruncate.c44 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30); in extent_trunc()
56 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in extent_trunc()
298 EXT_NOT_RECORDED_NOT_ALLOCATED; in udf_truncate_extents()
Dinode.c395 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_extend_file()
403 EXT_NOT_RECORDED_NOT_ALLOCATED) { in udf_extend_file()
429 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_extend_file()
441 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_extend_file()
528 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in inode_getblk()
576 laarr[0].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; in inode_getblk()
602 laarr[c].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in inode_getblk()
710 (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) { in udf_split_extents()
732 EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_split_extents()
746 if (etype == (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in udf_split_extents()
[all …]
Decma_167.h745 #define EXT_NOT_RECORDED_NOT_ALLOCATED 0x80000000 macro