Searched refs:nfso_fhlen (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 387 if (op->nfso_fhlen == fhlen && in nfscl_newopen() 396 nop->nfso_fhlen = fhlen; in nfscl_newopen() 657 if (op->nfso_fhlen == fhlen && in nfscl_getstateid() 740 if (op->nfso_fhlen == fhlen && in nfscl_getopen() 755 if (op->nfso_fhlen == fhlen && in nfscl_getopen() 1351 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_relbytelock() 1352 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) { in nfscl_relbytelock() 1403 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_releasealllocks() 1404 !NFSBCMP(op->nfso_fh, np->n_fhp->nfh_fh, op->nfso_fhlen)) { in nfscl_releasealllocks() 1505 if (op->nfso_fhlen == np->n_fhp->nfh_len && in nfscl_checkwritelocked() [all …]
|
H A D | nfs_clrpcops.c | 909 lp->nfsl_open->nfso_fhlen, tcred, p); in nfsrpc_doclose() 955 op->nfso_fhlen, NULL, NULL, 0, 0, cred); in nfsrpc_closerpc() 4721 lp->nfsl_open->nfso_fhlen, NULL, NULL, 0, 0, cred); in nfsrpc_locku()
|
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 202 u_int16_t nfso_fhlen; member
|