Searched refs:mntinfo4_list (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c3233 /* add mi to np's mntinfo4_list */
3273 /* add mi to np's mntinfo4_list */
3636 * Add mi to sp's mntinfo4_list if it isn't already in the list. Makes
3655 for (tmi = sp->mntinfo4_list;
3668 * mntinfo4_list will be valid.
3677 if (sp->mntinfo4_list)
3678 sp->mntinfo4_list->mi_clientid_prev = mi;
3679 mi->mi_clientid_next = sp->mntinfo4_list;
3681 sp->mntinfo4_list = mi;
3695 for (tmi = sp->mntinfo4_list;
[all...]
H A Dnfs4_recovery.c1853 for (tmi = sp->mntinfo4_list; tmi != NULL; tmi = tmi->mi_clientid_next)
1858 for (i = 0, tmi = sp->mntinfo4_list; tmi != NULL; i++,
H A Dnfs4_client.c3448 mi = sp->mntinfo4_list;
3469 if (mi != sp->mntinfo4_list) {
3566 * XXX need to try every mntinfo4 in sp->mntinfo4_list
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1246 * mntinfo4_list points to the doubly linked list of mntinfo4s that share
1291 mntinfo4_t *mntinfo4_list; member in struct:nfs4_server

Completed in 529 milliseconds