Searched defs:xfs_attr_leaf_entry (Results 1 – 1 of 1) sorted by relevance
102 struct xfs_attr_leaf_entry { /* sorted on key, not name */ struct103 xfs_dahash_t hashval; /* hash value of name */104 __uint16_t nameidx; /* index into buffer of name/value */105 __uint8_t flags; /* LOCAL/ROOT/SECURE/INCOMPLETE flag */106 __uint8_t pad2; /* unused pad byte */