Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c247 rp = list_head(&sp->s_deleg_list); in cb_getattr()
248 for (; rp != NULL; rp = list_next(&sp->s_deleg_list, rp)) { in cb_getattr()
427 rp = list_head(&sp->s_deleg_list); in cb_recall()
428 for (; rp != NULL; rp = list_next(&sp->s_deleg_list, rp)) { in cb_recall()
1125 while ((rp = list_head(&sp->s_deleg_list)) != NULL) { in nfs4_discard_delegations()
1133 list_remove(&sp->s_deleg_list, rp); in nfs4_discard_delegations()
1341 list_remove(&np->s_deleg_list, rp); in nfs4delegreturn_cleanup_impl()
1772 while ((rp = list_head(&np->s_deleg_list)) != NULL) { in delegreturn_all_thread()
1799 if (list_head(&sp->s_deleg_list) == NULL) { in nfs4_delegreturn_all()
1833 for (rp = list_head(&sp->s_deleg_list); rp != NULL; rp = next) { in nfs4_deleg_discard()
[all …]
H A Dnfs4_vfsops.c3935 list_create(&np->s_deleg_list, sizeof (rnode4_t), in new_nfs4_server()
4248 list_destroy(&sp->s_deleg_list); in destroy_nfs4_server()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1309 list_t s_deleg_list; member