Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clstate.c271 ohp = &dp->nfsdl_owner; in nfscl_open()
371 LIST_INSERT_HEAD(&dp->nfsdl_owner, nowp, nfsow_list); in nfscl_newopen()
1073 ret = nfscl_getopen(&dp->nfsdl_owner, np->n_fhp->nfh_fh, in nfscl_getbytelock()
1596 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) { in nfscl_cleandeleg()
1666 owp = LIST_FIRST(&dp->nfsdl_owner); in nfscl_expireclient()
2678 LIST_FOREACH(owp, &dp->nfsdl_owner, nfsow_list) { in nfscl_renewthread()
2880 LIST_FOREACH(owp, &dp->nfsdl_owner, nfsow_list) { in nfscl_dumpstate()
3095 LIST_FOREACH(owp, &dp->nfsdl_owner, nfsow_list) { in nfscl_getclose()
3166 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) { in nfscl_doclose()
3943 LIST_FOREACH(lowp, &dp->nfsdl_owner, nfsow_list) { in nfscl_recalldeleg()
[all …]
Dnfs_clrpcops.c456 LIST_INIT(&ndp->nfsdl_owner); in nfsrpc_openrpc()
2090 LIST_INIT(&dp->nfsdl_owner); in nfsrpc_createv4()
/freebsd-10-stable/sys/fs/nfs/
Dnfsclstate.h147 struct nfsclownerhead nfsdl_owner; /* locally issued state */ member