Home
last modified time | relevance | path

Searched refs:OCFS2_EXT_REFCOUNTED (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dmove_extents.c108 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent()
124 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_move_extent()
210 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && *len) { in ocfs2_defrag_extent()
584 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_move_extent()
H A Dextent_map.c790 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap()
851 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_overwrite_io()
H A Drefcounttree.c2358 OCFS2_EXT_REFCOUNTED, 0); in ocfs2_mark_extent_refcounted()
2686 BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_refcount_cal_cow_clusters()
2694 if ((!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) || in ocfs2_refcount_cal_cow_clusters()
3078 replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED; in ocfs2_clear_ext_refcount()
3379 BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_replace_cow()
3504 if (ext_flags & OCFS2_EXT_REFCOUNTED) { in ocfs2_refcount_cow()
3844 if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_attach_refcount_tree()
4570 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_reflink_remap_extent()
4583 ext_flags |= OCFS2_EXT_REFCOUNTED; in ocfs2_reflink_remap_extent()
H A Dfile.c361 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_cow_file_pos()
886 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
909 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
2156 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
H A Docfs2_fs.h272 #define OCFS2_EXT_REFCOUNTED (0x02) /* Extent is reference macro
H A Dxattr.c795 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_remove_xattr_range()
1374 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in __ocfs2_xattr_set_value_outside()
2342 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_lock_xattr_remove_allocators()
5845 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_prepare_refcount_xattr()
5913 if ((ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_xattr_value_attach_refcount()
6402 * propriate OCFS2_EXT_REFCOUNTED flag we just need to in ocfs2_reflink_xattr_header()
H A Daops.c1417 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
H A Dalloc.c5706 if ((flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_remove_btree_range()
5777 if (flags & OCFS2_EXT_REFCOUNTED) in ocfs2_remove_btree_range()
7332 if ((flags & OCFS2_EXT_REFCOUNTED) && trunc_len && !ref_tree) { in ocfs2_commit_truncate()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dmove_extents.c106 replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; in __ocfs2_move_extent()
122 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_move_extent()
208 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && *len) { in ocfs2_defrag_extent()
582 if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_move_extent()
H A Dextent_map.c788 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_fiemap()
849 if (rec.e_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_overwrite_io()
H A Drefcounttree.c2356 OCFS2_EXT_REFCOUNTED, 0); in ocfs2_mark_extent_refcounted()
2684 BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_refcount_cal_cow_clusters()
2692 if ((!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) || in ocfs2_refcount_cal_cow_clusters()
3079 replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED; in ocfs2_clear_ext_refcount()
3350 BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED)); in ocfs2_replace_cow()
3475 if (ext_flags & OCFS2_EXT_REFCOUNTED) { in ocfs2_refcount_cow()
3815 if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_attach_refcount_tree()
4541 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_reflink_remap_extent()
4554 ext_flags |= OCFS2_EXT_REFCOUNTED; in ocfs2_reflink_remap_extent()
H A Dfile.c361 if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) in ocfs2_cow_file_pos()
878 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
901 if (ext_flags & OCFS2_EXT_REFCOUNTED) in ocfs2_zero_extend_get_range()
2150 if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) { in ocfs2_check_range_for_refcount()
H A Docfs2_fs.h270 #define OCFS2_EXT_REFCOUNTED (0x02) /* Extent is reference macro
H A Dxattr.c789 if (ext_flags & OCFS2_EXT_REFCOUNTED) in __ocfs2_remove_xattr_range()
1368 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in __ocfs2_xattr_set_value_outside()
2336 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()
6396 * propriate OCFS2_EXT_REFCOUNTED flag we just need to in ocfs2_reflink_xattr_header()
H A Daops.c1413 BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED); in ocfs2_populate_write_desc()
H A Dalloc.c5704 if ((flags & OCFS2_EXT_REFCOUNTED) && len) { in ocfs2_remove_btree_range()
5775 if (flags & OCFS2_EXT_REFCOUNTED) in ocfs2_remove_btree_range()
7337 if ((flags & OCFS2_EXT_REFCOUNTED) && trunc_len && !ref_tree) { in ocfs2_commit_truncate()

Completed in 80 milliseconds