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

/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c270 ohp = &clp->nfsc_owner;
350 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list);
550 error = nfscl_getopen(&clp->nfsc_owner, nfhp, fhlen, own, own,
569 owp = LIST_FIRST(&clp->nfsc_owner);
771 LIST_INIT(&clp->nfsc_owner);
1014 ret = nfscl_getopen(&clp->nfsc_owner,
1031 error = nfscl_getopen(&clp->nfsc_owner,
1189 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) {
1245 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) {
1343 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_lis
[all...]
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsclstate.h96 struct nfsclownerhead nfsc_owner; member in struct:nfsclclient

Completed in 120 milliseconds