Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h250 #define OCFS2_INLINE_XATTR_FL (0x0004) macro
1292 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_max_inline_data_with_xattr()
1318 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_extent_recs_per_inode_with_xattr()
1488 if (di && (di->i_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_max_inline_data_with_xattr()
Dxattr.c971 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_xattr_ibody_list()
1156 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) in ocfs2_xattr_ibody_get()
2263 BUG_ON(!(OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_XATTR_FL)); in ocfs2_init_dinode_xa_loc()
2577 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) { in ocfs2_xattr_remove()
2613 oi->ip_dyn_features &= ~(OCFS2_INLINE_XATTR_FL | OCFS2_HAS_XATTR_FL); in ocfs2_xattr_remove()
2675 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) { in ocfs2_xattr_ibody_find()
2685 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) in ocfs2_xattr_ibody_find()
2695 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL) { in ocfs2_xattr_ibody_find()
2742 oi->ip_dyn_features |= OCFS2_INLINE_XATTR_FL|OCFS2_HAS_XATTR_FL; in ocfs2_xattr_ibody_init()
2771 if (!(oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL)) { in ocfs2_xattr_ibody_set()
[all …]
Drefcounttree.c949 if (oi->ip_dyn_features & OCFS2_INLINE_XATTR_FL && in ocfs2_try_remove_refcount_tree()
Dalloc.c6794 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL) in ocfs2_zero_dinode_id2_with_xattr()