Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dxattr.c138 struct ocfs2_xattr_entry *here;
211 struct ocfs2_xattr_entry *xl_entry;
241 static int namevalue_size_xe(struct ocfs2_xattr_entry *xe) in namevalue_size_xe()
571 sizeof(struct ocfs2_xattr_entry); in ocfs2_xattr_entry_real_size()
577 sizeof(struct ocfs2_xattr_entry); in ocfs2_xi_entry_usage()
580 static int ocfs2_xe_entry_usage(struct ocfs2_xattr_entry *xe) in ocfs2_xe_entry_usage()
583 sizeof(struct ocfs2_xattr_entry); in ocfs2_xe_entry_usage()
947 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()
1083 struct ocfs2_xattr_entry *entry; in ocfs2_xattr_find_entry()
1440 (num_entries * sizeof(struct ocfs2_xattr_entry)) - in ocfs2_xa_check_space_helper()
[all …]
Docfs2_fs.h1027 struct ocfs2_xattr_entry { struct
1063 struct ocfs2_xattr_entry xh_entries[0]; /* xattr entry list. */
1133 static inline void ocfs2_xattr_set_local(struct ocfs2_xattr_entry *xe, in ocfs2_xattr_set_local()
1142 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local()
1147 static inline void ocfs2_xattr_set_type(struct ocfs2_xattr_entry *xe, int type) in ocfs2_xattr_set_type()
1152 static inline int ocfs2_xattr_get_type(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_get_type()