Symbol: OCFS2_EXT_REFCOUNTED
fs/ocfs2/alloc.c
5728
if ((flags & OCFS2_EXT_REFCOUNTED) && len) {
fs/ocfs2/alloc.c
5799
if (flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/alloc.c
7374
if ((flags & OCFS2_EXT_REFCOUNTED) && trunc_len && !ref_tree) {
fs/ocfs2/aops.c
1391
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
2178
if (phys_cpos && (extent_flags & OCFS2_EXT_REFCOUNTED)) {
fs/ocfs2/file.c
364
if (!(ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/file.c
887
if (ext_flags & OCFS2_EXT_REFCOUNTED)
fs/ocfs2/file.c
910
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
590
if ((ext_flags & OCFS2_EXT_REFCOUNTED) && len) {
fs/ocfs2/refcounttree.c
2355
OCFS2_EXT_REFCOUNTED, 0);
fs/ocfs2/refcounttree.c
2683
BUG_ON(!(rec->e_flags & OCFS2_EXT_REFCOUNTED));
fs/ocfs2/refcounttree.c
2691
if ((!(rec->e_flags & OCFS2_EXT_REFCOUNTED)) ||
fs/ocfs2/refcounttree.c
3075
replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED;
fs/ocfs2/refcounttree.c
3346
BUG_ON(!(ext_flags & OCFS2_EXT_REFCOUNTED));
fs/ocfs2/refcounttree.c
3471
if (ext_flags & OCFS2_EXT_REFCOUNTED) {
fs/ocfs2/refcounttree.c
3811
if (p_cluster && !(ext_flags & OCFS2_EXT_REFCOUNTED)) {
fs/ocfs2/refcounttree.c
4558
if (!(ext_flags & OCFS2_EXT_REFCOUNTED)) {
fs/ocfs2/refcounttree.c
4571
ext_flags |= OCFS2_EXT_REFCOUNTED;
fs/ocfs2/xattr.c
1418
BUG_ON(ext_flags & OCFS2_EXT_REFCOUNTED);
fs/ocfs2/xattr.c
2386
if (!(ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/xattr.c
5882
if (!(ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/xattr.c
5950
if ((ext_flags & OCFS2_EXT_REFCOUNTED))
fs/ocfs2/xattr.c
793
if (ext_flags & OCFS2_EXT_REFCOUNTED)