Searched refs:fid_hash (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h510 struct exp_hash fid_hash; member in struct:exportinfo
576 #define EXP_LINKED(exi) ((exi)->fid_hash.bckt != NULL)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c766 /* hash_name is a text substitution for either fid_hash or path_hash */
790 exp_hash_link(exi, fid_hash, bckt);
973 exi = exi->fid_hash.next;
1169 ex2 = ex2->fid_hash.next) {
1474 for (ex = exi->fid_hash.next; ex != NULL; ex = ex->fid_hash.next) {
1641 exp_hash_unlink(exi, fid_hash);
2453 exi = exi->fid_hash.next) {
2491 exi = exi->fid_hash.next) {
H A Dnfs_auth.c1418 for (exi = exptable[i]; exi; exi = exi->fid_hash.next) {

Completed in 71 milliseconds