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
541 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()
552 BUG_ON(create && (ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_direct_IO_get_blocks()
584 &contig_blocks, &ext_flags); in ocfs2_direct_IO_get_blocks()
602 if (p_blkno && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_direct_IO_get_blocks()
663 unsigned int ext_flags = 0; in ocfs2_is_overwrite() local
667 &num_clusters, &ext_flags); in ocfs2_is_overwrite()
673 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) in ocfs2_is_overwrite()
686 unsigned int ext_flags = 0; in ocfs2_direct_IO_zero_extend() local
693 &ext_flags); in ocfs2_direct_IO_zero_extend()
699 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_zero_extend()
720 unsigned int ext_flags = 0; in ocfs2_direct_IO_extend_no_holes() local
756 &ext_flags); in ocfs2_direct_IO_extend_no_holes()
768 if (p_cpos && !(ext_flags & OCFS2_EXT_UNWRITTEN)) { in ocfs2_direct_IO_extend_no_holes()
809 unsigned int ext_flags = 0; in ocfs2_direct_IO_write() local
925 &num_clusters, &ext_flags); in ocfs2_direct_IO_write()
932 BUG_ON(!p_cpos || (ext_flags & OCFS2_EXT_UNWRITTEN)); in ocfs2_direct_IO_write()
1791 unsigned int ext_flags = 0; in ocfs2_populate_write_desc() local
1807 &num_clusters, &ext_flags); in ocfs2_populate_write_desc()
1814 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
1825 if (ext_flags & OCFS2_EXT_UNWRITTEN) in ocfs2_populate_write_desc()
1853 if (ext_flags & OCFS2_EXT_UNWRITTEN) { in ocfs2_populate_write_desc()