Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ocfs2/
Docfs2_fs.h234 #define OCFS2_INLINE_XATTR_FL (0x0004) macro
1250 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_max_inline_data_with_xattr()
1276 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_extent_recs_per_inode_with_xattr()
1446 if (di && (di->i_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_max_inline_data_with_xattr()
Dxattr.c975 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_xattr_ibody_list()
1160 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_xattr_ibody_get()
2268 BUG_ON(!(OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_XATTR_FL)); in ocfs2_init_dinode_xa_loc()
2582 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) { in ocfs2_xattr_remove()
2618 oi->ip_dyn_features &= ~(OCFS2_INLINE_XATTR_FL | OCFS2_HAS_XATTR_FL); in ocfs2_xattr_remove()
2680 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) { in ocfs2_xattr_ibody_find()
2690 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) in ocfs2_xattr_ibody_find()
2700 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) { in ocfs2_xattr_ibody_find()
2747 oi->ip_dyn_features |= OCFS2_INLINE_XATTR_FL|OCFS2_HAS_XATTR_FL; in ocfs2_xattr_ibody_init()
2776 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) { in ocfs2_xattr_ibody_set()
[all …]
Drefcounttree.c939 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL && in ocfs2_try_remove_refcount_tree()
Dalloc.c7013 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_zero_dinode_id2_with_xattr()