Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Daops.c189 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block()
602 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_direct_IO_get_blocks()
673 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_is_overwrite()
699 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_zero_extend()
768 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_extend_no_holes()
932 BUG_ON(!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)); in ocfs2_direct_IO_write()
1825 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1853 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
Dextent_map.c803 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap()
888 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
Dfile.c895 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_zero_extend_get_range()
918 if (!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_zero_extend_get_range()
1399 if (phys_cpos == 0 || (extent_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_check_range_for_holes()
Docfs2_fs.h284 #define OCFS2_EXT_UNWRITTEN (0x01) /* Extent is allocated but macro
Dalloc.c4773 flags = OCFS2_EXT_UNWRITTEN; in ocfs2_add_clusters_in_btree()
5252 0, OCFS2_EXT_UNWRITTEN); in ocfs2_mark_extent_written()
6777 if (phys == 0 || ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_zero_range_for_truncate()
Drefcounttree.c3127 if (!(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_replace_clusters()