Searched refs:ocfs2_xattr_is_local (Results 1 – 2 of 2) sorted by relevance
236 ocfs2_xattr_is_local(xe)); in namevalue_size_xe()964 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()1180 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_ibody_get()1255 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_block_get()1530 BUG_ON(ocfs2_xattr_is_local(loc->xl_entry)); in ocfs2_xa_fill_value_buf()1896 if (ocfs2_xattr_is_local(loc->xl_entry)) in ocfs2_xa_value_clusters()2019 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_remove()2068 int xe_local = ocfs2_xattr_is_local(loc->xl_entry); in ocfs2_xa_reuse_entry()2143 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_prepare_entry()2376 if (ocfs2_xattr_is_local(entry)) in ocfs2_remove_value_outside()[all …]
1101 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local() function