Searched refs:nfsc_owner (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/fs/nfsclient/ |
| D | nfs_clstate.c | 250 ohp = &clp->nfsc_owner; in nfscl_open() 330 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list); in nfscl_newopen() 527 error = nfscl_getopen(&clp->nfsc_owner, nfhp, fhlen, own, own, in nfscl_getstateid() 545 owp = LIST_FIRST(&clp->nfsc_owner); in nfscl_getstateid() 748 LIST_INIT(&clp->nfsc_owner); in nfscl_getcl() 985 ret = nfscl_getopen(&clp->nfsc_owner, in nfscl_getbytelock() 1002 error = nfscl_getopen(&clp->nfsc_owner, in nfscl_getbytelock() 1160 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) { in nfscl_relbytelock() 1216 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) { in nfscl_releasealllocks() 1314 LIST_FOREACH(owp, &clp->nfsc_owner, nfsow_list) { in nfscl_checkwritelocked() [all …]
|
| /freebsd-9-stable/sys/fs/nfs/ |
| D | nfsclstate.h | 49 struct nfsclownerhead nfsc_owner; member
|