Home
last modified time | relevance | path

Searched refs:NFSCLOPENHASH (Results 1 – 2 of 2) sorted by relevance

/src/sys/fs/nfs/
H A Dnfsclstate.h54 #define NFSCLOPENHASH(c, f, l) \ macro
/src/sys/fs/nfsclient/
H A Dnfs_clstate.c412 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, fhp, fhlen), in nfscl_newopen()
661 oph = NFSCLOPENHASH(clp, nfhp, fhlen); in nfscl_getstateid()
1355 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_relbytelock()
1407 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_releasealllocks()
1509 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_checkwritelocked()
1839 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, op->nfso_fh, in nfscl_expireclient()
1849 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, op->nfso_fh, in nfscl_expireclient()
3361 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_getclose()
3433 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_doclose()
4195 LIST_FOREACH(op, NFSCLOPENHASH(clp, fhp, fhlen), nfso_hash) { in nfscl_localconflict()