Lines Matching refs:ext_flags
141 unsigned int ext_flags; in ocfs2_get_block() local
160 &ext_flags); in ocfs2_get_block()
189 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_get_block()
522 unsigned int ext_flags; in ocfs2_direct_IO_get_blocks() local
539 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()
548 BUG_ON(create && (ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_direct_IO_get_blocks()
575 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()
590 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_direct_IO_get_blocks()
651 unsigned int ext_flags = 0; in ocfs2_is_overwrite() local
655 &num_clusters, &ext_flags); in ocfs2_is_overwrite()
661 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_is_overwrite()
674 unsigned int ext_flags = 0; in ocfs2_direct_IO_zero_extend() local
681 &ext_flags); in ocfs2_direct_IO_zero_extend()
687 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_zero_extend()
708 unsigned int ext_flags = 0; in ocfs2_direct_IO_extend_no_holes() local
744 &ext_flags); in ocfs2_direct_IO_extend_no_holes()
756 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_extend_no_holes()
797 unsigned int ext_flags = 0; in ocfs2_direct_IO_write() local
904 &num_clusters, &ext_flags); in ocfs2_direct_IO_write()
911 BUG_ON(!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)); in ocfs2_direct_IO_write()
1757 unsigned int ext_flags = 0; in ocfs2_populate_write_desc() local
1773 &num_clusters, &ext_flags); in ocfs2_populate_write_desc()
1780 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
1791 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1819 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()