Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dxattr.c128 struct ocfs2_xattr_entry *here;
201 struct ocfs2_xattr_entry *xl_entry;
231 static int namevalue_size_xe(struct ocfs2_xattr_entry *xe) in namevalue_size_xe()
561 sizeof(struct ocfs2_xattr_entry); in ocfs2_xattr_entry_real_size()
567 sizeof(struct ocfs2_xattr_entry); in ocfs2_xi_entry_usage()
570 static int ocfs2_xe_entry_usage(struct ocfs2_xattr_entry *xe) in ocfs2_xe_entry_usage()
573 sizeof(struct ocfs2_xattr_entry); in ocfs2_xe_entry_usage()
937 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()
1002 sizeof(struct ocfs2_xattr_entry); in ocfs2_xattr_ibody_list()
1099 struct ocfs2_xattr_entry *entry; in ocfs2_xattr_find_entry()
[all …]
H A Docfs2_fs.h992 struct ocfs2_xattr_entry { struct
1029 struct ocfs2_xattr_entry xh_entries[] __counted_by_le(xh_count);
1099 static inline void ocfs2_xattr_set_local(struct ocfs2_xattr_entry *xe, in ocfs2_xattr_set_local()
1108 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local()
1113 static inline void ocfs2_xattr_set_type(struct ocfs2_xattr_entry *xe, int type) in ocfs2_xattr_set_type()
1118 static inline int ocfs2_xattr_get_type(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_get_type()