Searched defs:jffs2_xattr_datum (Results 1 – 1 of 1) sorted by relevance
23 struct jffs2_xattr_datum struct25 void *always_null;26 struct jffs2_raw_node_ref *node;27 uint8_t class;28 uint8_t flags;29 uint16_t xprefix; /* see JFFS2_XATTR_PREFIX_* */31 struct list_head xindex; /* chained from c->xattrindex[n] */32 atomic_t refcnt; /* # of xattr_ref refers this */33 uint32_t xid;34 uint32_t version;[all …]