Home
last modified time | relevance | path

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

/fs/ocfs2/
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()
Daops.c202 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block()
1448 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1477 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
Docfs2_fs.h283 #define OCFS2_EXT_UNWRITTEN (0x01) /* Extent is allocated but macro
Dfile.c888 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_zero_extend_get_range()
911 if (!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_zero_extend_get_range()
Dalloc.c4785 flags = OCFS2_EXT_UNWRITTEN; in ocfs2_add_clusters_in_btree()
5264 0, OCFS2_EXT_UNWRITTEN); in ocfs2_mark_extent_written()
6811 if (phys == 0 || ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_zero_range_for_truncate()
Drefcounttree.c3133 if (!(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_replace_clusters()