Home
last modified time | relevance | path

Searched refs:OCFS2_EXT_REFCOUNTED (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Dmove_extents.c117 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent()
143 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_move_extent()
239 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && *len) { in ocfs2_defrag_extent()
585 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_move_extent()
Drefcounttree.c2373 OCFS2_EXT_REFCOUNTED, 0); in ocfs2_mark_extent_refcounted()
2705 BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_refcount_cal_cow_clusters()
2713 if ((!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) || in ocfs2_refcount_cal_cow_clusters()
3092 replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED; in ocfs2_clear_ext_refcount()
3397 BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_replace_cow()
3523 if (ext_flags & OCFS2_EXT_REFCOUNTED) { in ocfs2_refcount_cow()
3861 if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_attach_refcount_tree()
Dfile.c369 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_cow_file_pos()
893 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
916 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
2056 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
Dextent_map.c803 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap()
Docfs2_fs.h286 #define OCFS2_EXT_REFCOUNTED (0x02) /* Extent is reference macro
Daops.c548 BUG_ON(create && (ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_direct_IO_get_blocks()
1780 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
Dxattr.c807 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_remove_xattr_range()
1363 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in __ocfs2_xattr_set_value_outside()
2331 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_lock_xattr_remove_allocators()
5839 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_prepare_refcount_xattr()
5907 if ((ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_xattr_value_attach_refcount()
Dalloc.c5672 if ((flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_remove_btree_range()
5744 if (flags & OCFS2_EXT_REFCOUNTED) in ocfs2_remove_btree_range()
7132 if ((flags & OCFS2_EXT_REFCOUNTED) && trunc_len && !ref_tree) { in ocfs2_commit_truncate()