Home
last modified time | relevance | path

Searched refs:OCFS2_INLINE_XATTR_FL (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h249 #define OCFS2_INLINE_XATTR_FL (0x0004) macro
1291 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_max_inline_data_with_xattr()
1317 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_extent_recs_per_inode_with_xattr()
1487 if (di && (di->i_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_max_inline_data_with_xattr()
Dxattr.c989 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_xattr_ibody_list()
1174 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_xattr_ibody_get()
2282 BUG_ON(!(OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_XATTR_FL)); in ocfs2_init_dinode_xa_loc()
2596 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) { in ocfs2_xattr_remove()
2632 oi->ip_dyn_features &= ~(OCFS2_INLINE_XATTR_FL | OCFS2_HAS_XATTR_FL); in ocfs2_xattr_remove()
2694 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) { in ocfs2_xattr_ibody_find()
2704 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) in ocfs2_xattr_ibody_find()
2714 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) { in ocfs2_xattr_ibody_find()
2761 oi->ip_dyn_features |= OCFS2_INLINE_XATTR_FL|OCFS2_HAS_XATTR_FL; in ocfs2_xattr_ibody_init()
2790 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) { in ocfs2_xattr_ibody_set()
[all …]
Drefcounttree.c947 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL && in ocfs2_try_remove_refcount_tree()
Dalloc.c7009 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_zero_dinode_id2_with_xattr()