Lines Matching defs:entry
57 rfs4_dbe_t *entry;
61 kmutex_t dbe_lock[1]; /* Exclusive lock for entry */
64 unsigned dbe_invalid:1; /* invalid/"freed" entry */
71 rfs4_link_t dbe_indices[1]; /* Array of indices for entry */
80 uint32_t dbi_tblidx; /* which indice in entry */
86 bool_t (*dbi_compare)(rfs4_entry_t, void *); /* Key match entry? */
97 id_space_t *dbt_id_space; /* space for unique entry ids */
100 uint32_t dbt_usize; /* User entry size */
111 /* Given entry and data construct entry */
113 void (*dbt_destroy)(rfs4_entry_t); /* Destroy entry */
114 bool_t (*dbt_expiry)(rfs4_entry_t); /* Has this entry expired */
157 #define INVALID_LINK(l) (INVALID_ADDR(l->entry))
162 VALIDATE_ADDR((l)->entry); \
168 INVALIDATE_ADDR((l)->entry); \