Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Daops.c189 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block()
590 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_direct_IO_get_blocks()
661 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_is_overwrite()
687 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_zero_extend()
756 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_extend_no_holes()
911 BUG_ON(!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)); in ocfs2_direct_IO_write()
1791 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1819 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
Dextent_map.c801 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap()
886 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
Dfile.c891 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_zero_extend_get_range()
914 if (!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_zero_extend_get_range()
1385 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.c4754 flags = OCFS2_EXT_UNWRITTEN; in ocfs2_add_clusters_in_btree()
5232 0, OCFS2_EXT_UNWRITTEN); in ocfs2_mark_extent_written()
6759 if (phys == 0 || ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_zero_range_for_truncate()
Drefcounttree.c3143 if (!(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_replace_clusters()