Searched refs:nfsdl_owner (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 278 ohp = &dp->nfsdl_owner; in nfscl_open() 372 LIST_INSERT_HEAD(&dp->nfsdl_owner, nowp, nfsow_list); in nfscl_newopen() 1172 ret = nfscl_getopen(&dp->nfsdl_owner, NULL, np->n_fhp->nfh_fh, in nfscl_getbytelock() 1734 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) { in nfscl_cleandeleg() 1805 owp = LIST_FIRST(&dp->nfsdl_owner); in nfscl_expireclient() 2907 LIST_FOREACH(owp, &dp->nfsdl_owner, nfsow_list) { in nfscl_renewthread() 3121 LIST_FOREACH(owp, &dp->nfsdl_owner, nfsow_list) { in nfscl_dumpstate() 3335 LIST_FOREACH(owp, &dp->nfsdl_owner, nfsow_list) { in nfscl_getclose() 3409 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) { in nfscl_doclose() 4350 LIST_FOREACH(lowp, &dp->nfsdl_owner, nfsow_list) { in nfscl_recalldeleg() [all …]
|
H A D | nfs_clrpcops.c | 635 LIST_INIT(&ndp->nfsdl_owner); in nfsrpc_openrpc() 2712 LIST_INIT(&dp->nfsdl_owner); in nfsrpc_createv4() 8302 LIST_INIT(&ndp->nfsdl_owner); in nfsrpc_openlayoutrpc() 8530 LIST_INIT(&dp->nfsdl_owner); in nfsrpc_createlayout()
|
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 162 struct nfsclownerhead nfsdl_owner; /* locally issued state */ member
|