Home
last modified time | relevance | path

Searched defs:xe (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dtiocl.h17 unsigned short xe; /* X end */ member
/linux-4.19.296/fs/ocfs2/
Dxattr.c241 static int namevalue_size_xe(struct ocfs2_xattr_entry *xe) in namevalue_size_xe()
580 static int ocfs2_xe_entry_usage(struct ocfs2_xattr_entry *xe) in ocfs2_xe_entry_usage()
3056 struct ocfs2_xattr_entry *xe = NULL; in ocfs2_calc_xattr_set_need() local
3767 struct ocfs2_xattr_entry *xe = NULL; in ocfs2_find_xe_in_bucket() local
3831 struct ocfs2_xattr_entry *xe = NULL; in ocfs2_xattr_bucket_find() local
4199 struct ocfs2_xattr_entry *xe; in ocfs2_cp_xattr_block_to_bucket() local
4404 struct ocfs2_xattr_entry *xe; in ocfs2_defrag_xattr_bucket() local
4644 struct ocfs2_xattr_entry *xe; in ocfs2_divide_xattr_bucket() local
5370 struct ocfs2_xattr_entry *xe; in ocfs2_xattr_bucket_value_truncate() local
5668 struct ocfs2_xattr_entry *xe; in ocfs2_delete_xattr_in_bucket() local
[all …]
Docfs2_fs.h1133 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()
/linux-4.19.296/fs/f2fs/
Dxattr.c305 const char *name, struct f2fs_xattr_entry **xe, in lookup_all_xattrs()