Home
last modified time | relevance | path

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

/linux-4.4.14/fs/udf/
Dinode.c520 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_do_extend_file()
528 EXT_NOT_RECORDED_NOT_ALLOCATED) { in udf_do_extend_file()
554 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_do_extend_file()
567 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_do_extend_file()
639 extent.extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; in udf_extend_file()
714 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in inode_getblk()
760 laarr[0].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED; in inode_getblk()
784 laarr[c].extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | in inode_getblk()
901 (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) { in udf_split_extents()
923 EXT_NOT_RECORDED_NOT_ALLOCATED | in udf_split_extents()
[all …]
Dtruncate.c43 etype = (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30); in extent_trunc()
55 if (etype != (EXT_NOT_RECORDED_NOT_ALLOCATED >> 30)) in extent_trunc()
Decma_167.h745 #define EXT_NOT_RECORDED_NOT_ALLOCATED 0x80000000 macro