Searched defs:fhlen (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 200 size_t fhlen; in nlm_advlock_internal() local 761 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) in nlm_setlock() 959 int svid, size_t fhlen, void *fh, off_t size) in nlm_clearlock() 1034 int svid, size_t fhlen, void *fh, off_t size) in nlm_getlock() 1221 rpcvers_t vers, size_t fhlen, void *fh, off_t size, in nlm_init_lock()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 216 nfscl_open(vnode_t vp, u_int8_t *nfhp, int fhlen, u_int32_t amode, int usedeleg, in nfscl_open() 352 struct nfsclopen **nopp, u_int8_t *own, u_int8_t *fhp, int fhlen, in nfscl_newopen() 435 int fhlen, struct ucred *cred, NFSPROC_T *p, struct nfscldeleg **dpp) in nfscl_deleg() 505 nfscl_finddeleg(struct nfsclclient *clp, u_int8_t *fhp, int fhlen) in nfscl_finddeleg() 523 nfscl_getstateid(vnode_t vp, u_int8_t *nfhp, int fhlen, u_int32_t mode, in nfscl_getstateid() 716 u_int8_t *nfhp, int fhlen, u_int8_t *openown, u_int8_t *lockown, in nfscl_getopen() 4111 nfscl_localconflict(struct nfsclclient *clp, u_int8_t *fhp, int fhlen, in nfscl_localconflict() 4481 nfsrpc_reopen(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, in nfsrpc_reopen() 4513 nfscl_tryopen(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp, int fhlen, in nfscl_tryopen() 4552 int fhlen, struct nfscllockowner *nlp, int newone, int reclaim, in nfscl_trylock() [all …]
|
H A D | nfs_clrpcops.c | 541 nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, in nfsrpc_openrpc() 989 nfsrpc_openconfirm(vnode_t vp, u_int8_t *nfhp, int fhlen, in nfsrpc_openconfirm() 1329 nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred, in nfsrpc_getattrnovp() 4759 u_int8_t *nfhp, int fhlen, struct nfscllockowner *lp, int newone, in nfsrpc_lock() 5096 uint8_t *fh, int fhlen, struct ucred *cred, NFSPROC_T *p) in nfsrpc_rellockown() 5577 nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode, in nfsrpc_layoutget() 5842 nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, in nfsrpc_layoutcommit() 5891 nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, in nfsrpc_layoutreturn() 5979 nfsrpc_layouterror(struct nfsmount *nmp, uint8_t *fh, int fhlen, uint64_t offset, in nfsrpc_layouterror() 8145 int fhlen, uint8_t *newfhp, int newfhlen, uint32_t mode, in nfsrpc_getopenlayout() [all …]
|
/freebsd/sys/nfs/ |
H A D | nfs_diskless.c | 186 int cnt, fhlen, is_nfsv3; in nfs_setup_diskless() local
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 328 u_int8_t *nfhp, int fhlen, u_int32_t **opcntpp, struct nfsclsession *sep, in nfscl_reqstart()
|