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 | 412 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, fhp, fhlen), in nfscl_newopen() 655 oph = NFSCLOPENHASH(clp, nfhp, fhlen); in nfscl_getstateid() 1349 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_relbytelock() 1401 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_releasealllocks() 1503 LIST_FOREACH(op, NFSCLOPENHASH(clp, np->n_fhp->nfh_fh, in nfscl_checkwritelocked() 1833 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, op->nfso_fh, in nfscl_expireclient() 1843 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, op->nfso_fh, in nfscl_expireclient() 3355 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_getclose() 3427 LIST_FOREACH(op, NFSCLOPENHASH(clp, nfhp->nfh_fh, nfhp->nfh_len), in nfscl_doclose() 4193 LIST_FOREACH(op, NFSCLOPENHASH(clp, fhp, fhlen), nfso_hash) { in nfscl_localconflict()
|