Searched refs:dbe_indices (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c440 l = &entry->dbe_indices[idx->dbi_tblidx];
450 DEQUEUE_IDX(bp, &entry->dbe_indices[idx->dbi_tblidx]);
491 entry->dbe_indices[i].next = entry->dbe_indices[i].prev = NULL;
492 entry->dbe_indices[i].entry = entry;
500 INVALIDATE_ADDR(entry->dbe_indices[i].entry);
503 entry->dbe_data = (rfs4_entry_t)&entry->dbe_indices[table->dbt_maxcnt];
658 ENQUEUE(bp->dbk_head, &entry->dbe_indices[idx->dbi_tblidx]);
659 VALIDATE_ADDR(entry->dbe_indices[idx->dbi_tblidx].entry);
667 l = &entry->dbe_indices[i
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h71 rfs4_link_t dbe_indices[1]; /* Array of indices for entry */ member in struct:rfs4_dbe

Completed in 60 milliseconds