Searched defs:xfs_attr_leaf_name_local (Results 1 – 2 of 2) sorted by relevance
108 struct xfs_attr_leaf_name_local { struct109 __uint16_t valuelen; /* number of bytes in value */110 __uint8_t namelen; /* length of name bytes */111 __uint8_t nameval[1]; /* name/value bytes */
307 xfs_attr_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name_local() function