Searched refs:ocfs2_xattr_is_local (Results 1 – 2 of 2) sorted by relevance
1028 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_ibody_get()1098 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_block_get()1525 if (ocfs2_xattr_is_local(xs->here)) in ocfs2_xattr_set_entry()1560 if (ocfs2_xattr_is_local(xs->here) && size == size_l) { in ocfs2_xattr_set_entry()1567 } else if (!ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_set_entry()1727 if (!ocfs2_xattr_is_local(entry)) { in ocfs2_remove_value_outside()2299 if (!ocfs2_xattr_is_local(xe)) in ocfs2_calc_xattr_set_need()2319 if (!ocfs2_xattr_is_local(xe)) in ocfs2_calc_xattr_set_need()2332 if (!ocfs2_xattr_is_local(xe)) { in ocfs2_calc_xattr_set_need()2361 if ((ocfs2_xattr_is_local(xe) && value_size >= xi->value_len) || in ocfs2_calc_xattr_set_need()[all …]
929 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local() function