Searched refs:ocfs2_xattr_is_local (Results 1 – 2 of 2) sorted by relevance
232 ocfs2_xattr_is_local(xe)); in namevalue_size_xe()960 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()1185 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_ibody_get()1260 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_block_get()1535 BUG_ON(ocfs2_xattr_is_local(loc->xl_entry)); in ocfs2_xa_fill_value_buf()1901 if (ocfs2_xattr_is_local(loc->xl_entry)) in ocfs2_xa_value_clusters()2024 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_remove()2072 int xe_local = ocfs2_xattr_is_local(loc->xl_entry); in ocfs2_xa_reuse_entry()2147 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_prepare_entry()2380 if (ocfs2_xattr_is_local(entry)) in ocfs2_remove_value_outside()[all …]
1102 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local() function