Symbol: OCFS2_EXT_REFCOUNTED
fs/ocfs2/alloc.c
5719
if ((flags & OCFS2_EXT_REFCOUNTED) && len) {
fs/ocfs2/alloc.c
5790
if (flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/alloc.c
7365
if ((flags & OCFS2_EXT_REFCOUNTED) && trunc_len && !ref_tree) {
fs/ocfs2/aops.c
1389
BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED);
fs/ocfs2/extent_map.c
804
if (rec.e_flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/extent_map.c
867
if (rec.e_flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/file.c
2173
if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) {
fs/ocfs2/file.c
364
if (!(ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/file.c
882
if (ext_flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/file.c
905
if (ext_flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/move_extents.c
112
replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED;
fs/ocfs2/move_extents.c
128
if (ext_flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/move_extents.c
214
if ((ext_flags & OCFS2_EXT_REFCOUNTED) && *len) {
fs/ocfs2/move_extents.c
588
if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) {
fs/ocfs2/refcounttree.c
2351
OCFS2_EXT_REFCOUNTED, 0);
fs/ocfs2/refcounttree.c
2679
BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED));
fs/ocfs2/refcounttree.c
2687
if ((!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) ||
fs/ocfs2/refcounttree.c
3071
replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED;
fs/ocfs2/refcounttree.c
3342
BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED));
fs/ocfs2/refcounttree.c
3467
if (ext_flags & OCFS2_EXT_REFCOUNTED) {
fs/ocfs2/refcounttree.c
3807
if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) {
fs/ocfs2/refcounttree.c
4554
if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) {
fs/ocfs2/refcounttree.c
4567
ext_flags |= OCFS2_EXT_REFCOUNTED;
fs/ocfs2/xattr.c
1407
BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED);
fs/ocfs2/xattr.c
2375
if (!(ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/xattr.c
5869
if (!(ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/xattr.c
5937
if ((ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/xattr.c
793
if (ext_flags & OCFS2_EXT_REFCOUNTED)