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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c247 rp = list_head(&sp->s_deleg_list);
248 for (; rp != NULL; rp = list_next(&sp->s_deleg_list, rp)) {
427 rp = list_head(&sp->s_deleg_list);
428 for (; rp != NULL; rp = list_next(&sp->s_deleg_list, rp)) {
1125 while ((rp = list_head(&sp->s_deleg_list)) != NULL) {
1133 list_remove(&sp->s_deleg_list, rp);
1341 list_remove(&np->s_deleg_list, rp);
1770 while ((rp = list_head(&np->s_deleg_list)) != NULL) {
1797 if (list_head(&sp->s_deleg_list) == NULL) {
1817 * Iterate over the servers s_deleg_list an
[all...]
H A Dnfs4_vfsops.c3931 list_create(&np->s_deleg_list, sizeof (rnode4_t),
4244 list_destroy(&sp->s_deleg_list);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1272 * We can then access that nfs4_server_t and its 's_deleg_list' (its list of
1304 list_t s_deleg_list; member in struct:nfs4_server

Completed in 192 milliseconds