Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dxattr.c246 ocfs2_xattr_is_local(xe)); in namevalue_size_xe()
974 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1190 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_ibody_get()
1265 if (ocfs2_xattr_is_local(xs->here)) { in ocfs2_xattr_block_get()
1540 BUG_ON(ocfs2_xattr_is_local(loc->xl_entry)); in ocfs2_xa_fill_value_buf()
1906 if (ocfs2_xattr_is_local(loc->xl_entry)) in ocfs2_xa_value_clusters()
2029 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_remove()
2078 int xe_local = ocfs2_xattr_is_local(loc->xl_entry); in ocfs2_xa_reuse_entry()
2153 if (!ocfs2_xattr_is_local(loc->xl_entry)) { in ocfs2_xa_prepare_entry()
2386 if (ocfs2_xattr_is_local(entry)) in ocfs2_remove_value_outside()
[all …]
Docfs2_fs.h1142 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local() function