Home
last modified time | relevance | path

Searched refs:EXT_RECORDED_ALLOCATED (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/udf/
H A Ddirectory.c181 else if (err == 0 || etype != (EXT_RECORDED_ALLOCATED >> 30)) { in udf_fiiter_advance_blk()
271 if (err <= 0 || etype != (EXT_RECORDED_ALLOCATED >> 30)) { in udf_fiiter_init()
484 if (err <= 0 || etype != (EXT_RECORDED_ALLOCATED >> 30)) { in udf_fiiter_append_blk()
H A Dtruncate.c48 if (etype == (EXT_RECORDED_ALLOCATED >> 30)) in extent_trunc()
H A Dpartition.c289 if (err <= 0 || etype != (EXT_RECORDED_ALLOCATED >> 30)) in udf_try_read_meta()
H A Decma_167.h763 #define EXT_RECORDED_ALLOCATED 0x00000000 macro
H A Dinode.c430 if (ret > 0 && etype == (EXT_RECORDED_ALLOCATED >> 30)) { in udf_map_block()
805 if (!isBeyondEOF && etype == (EXT_RECORDED_ALLOCATED >> 30)) { in inode_getblk()
807 elen = EXT_RECORDED_ALLOCATED | in inode_getblk()
997 laarr[curr].extLength = EXT_RECORDED_ALLOCATED | in udf_split_extents()
H A Dballoc.c477 elen = EXT_RECORDED_ALLOCATED | in udf_table_free_blocks()