Home
last modified time | relevance | path

Searched refs:nfsc_owner (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c283 ohp = &clp->nfsc_owner; in nfscl_open()
378 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list); in nfscl_newopen()
915 LIST_INIT(&clp->nfsc_owner); in nfscl_getcl()
1782 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) { in nfscl_cleanclient()
1815 LIST_FOREACH(towp, &clp->nfsc_owner, nfsow_list) { in nfscl_expireclient()
1845 LIST_INSERT_HEAD(&clp->nfsc_owner, owp, nfsow_list); in nfscl_expireclient()
1870 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) { in nfscl_expireclient()
1906 owp = LIST_FIRST(&clp->nfsc_owner); in nfscl_cleanup_common()
1947 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) { in nfscl_cleanupkext()
2221 owp = LIST_FIRST(&clp->nfsc_owner); in nfscl_recover()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsclstate.h108 struct nfsclownerhead nfsc_owner; member