Searched defs:pattr_s (Results 1 – 1 of 1) sorted by relevance
69 struct pattr_s { struct70 pattr_t *pat_next; /* pointer to next attribute in bucket */71 pattr_t *pat_prev; /* pointer to previous attribute in bucket */73 uint_t pat_magic; /* set to PATTR_MAGIC */75 kmutex_t *pat_lock; /* pointer to per-bucket lock */76 multidata_t *pat_mmd; /* back pointer to Multidata */77 uint_t pat_buflen; /* length of this structure + attribute */78 uint_t pat_type; /* type of encapsulated attribute */79 uint_t pat_flags; /* misc. flags */