Home
last modified time | relevance | path

Searched refs:ocfs2_xattr_is_local (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/
Dxattr.c238 ocfs2_xattr_is_local(xe)); in namevalue_size_xe()
966 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1182 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_ibody_get()
1257 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_block_get()
1532 BUG_ON(ocfs2_xattr_is_local(loc->xl_entry)); in ocfs2_xa_fill_value_buf()
1898 if (ocfs2_xattr_is_local(loc->xl_entry)) in ocfs2_xa_value_clusters()
2021 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_remove()
2070 int xe_local = ocfs2_xattr_is_local(loc->xl_entry); in ocfs2_xa_reuse_entry()
2145 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_prepare_entry()
2378 if (ocfs2_xattr_is_local(entry)) in ocfs2_remove_value_outside()
[all …]
Docfs2_fs.h1103 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local() function