Searched refs:NFSCLOPENHASH (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/fs/nfs/ |
| H A D | nfsclstate.h | 54 #define NFSCLOPENHASH(c, f, l) \ macro
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 414 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, fhp, fhlen), in nfscl_newopen() 663 oph = NFSCLOPENHASH(clp, nfhp, fhlen); in nfscl_getstateid() 1368 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_relbytelock() 1420 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_releasealllocks() 1522 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_checkwritelocked() 1852 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, op->nfso_fh, in nfscl_expireclient() 1862 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, op->nfso_fh, in nfscl_expireclient() 3374 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_getclose() 3446 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_doclose() 4208 LIST_FOREACH(op, NFSCLOPENHASH(clp, fhp, fhlen), nfso_hash) { in nfscl_localconflict()
|