Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h1033 __u8 xe_type; /* the low 7 bits indicate the name prefix member
1137 xe->xe_type |= OCFS2_XATTR_ENTRY_LOCAL; in ocfs2_xattr_set_local()
1139 xe->xe_type &= ~OCFS2_XATTR_ENTRY_LOCAL; in ocfs2_xattr_set_local()
1144 return xe->xe_type & OCFS2_XATTR_ENTRY_LOCAL; in ocfs2_xattr_is_local()
1149 xe->xe_type |= type & OCFS2_XATTR_TYPE_MASK; in ocfs2_xattr_set_type()
1154 return xe->xe_type & OCFS2_XATTR_TYPE_MASK; in ocfs2_xattr_get_type()