Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dextent_map.c786 if (rec.e_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_fiemap()
915 is_data = (rec.e_flags & OCFS2_EXT_UNWRITTEN) ? 0 : 1; in ocfs2_seek_data_hole_offset()
A Daops.c186 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block()
1424 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1453 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()
A Docfs2_fs.h268 #define OCFS2_EXT_UNWRITTEN (0x01) /* Extent is allocated but macro
A Dfile.c879 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_zero_extend_get_range()
902 if (!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_zero_extend_get_range()
A Dalloc.c4791 flags = OCFS2_EXT_UNWRITTEN; in ocfs2_add_clusters_in_btree()
5263 0, OCFS2_EXT_UNWRITTEN); in ocfs2_mark_extent_written()
6978 if (phys == 0 || ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_zero_range_for_truncate()
A Drefcounttree.c3127 if (!(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_replace_clusters()

Completed in 37 milliseconds