Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dxattr.c124 struct ocfs2_xattr_entry *here;
1069 struct ocfs2_xattr_entry *entry; in ocfs2_xattr_find_entry()
4184 struct ocfs2_xattr_entry *xe; in ocfs2_cp_xattr_block_to_bucket()
4389 struct ocfs2_xattr_entry *xe; in ocfs2_defrag_xattr_bucket()
4629 struct ocfs2_xattr_entry *xe; in ocfs2_divide_xattr_bucket()
5355 struct ocfs2_xattr_entry *xe; in ocfs2_xattr_bucket_value_truncate()
5653 struct ocfs2_xattr_entry *xe; in ocfs2_delete_xattr_in_bucket()
5763 struct ocfs2_xattr_entry *xe; in ocfs2_prepare_refcount_xattr()
5938 struct ocfs2_xattr_entry *xe; in ocfs2_xattr_attach_refcount_normal()
6039 struct ocfs2_xattr_entry *xe; in ocfs2_xattr_bucket_value_refcount()
[all …]
H A Docfs2_fs.h987 struct ocfs2_xattr_entry { struct
1023 struct ocfs2_xattr_entry xh_entries[]; /* xattr entry list. */
1093 static inline void ocfs2_xattr_set_local(struct ocfs2_xattr_entry *xe, in ocfs2_xattr_set_local()
1102 static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_is_local()
1107 static inline void ocfs2_xattr_set_type(struct ocfs2_xattr_entry *xe, int type) in ocfs2_xattr_set_type()
1112 static inline int ocfs2_xattr_get_type(struct ocfs2_xattr_entry *xe) in ocfs2_xattr_get_type()