Searched defs:nsfh (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/nfs/ |
H A D | nfs_srvsubs.c | 119 nfs_namei(struct nameidata *ndp, nfsrvfh_t *nsfh, uint32_t len, struct nfssvc_sock *slp, struct mbu… in nfs_namei() 295 nfsrv_fhtovp(nfsrvfh_t *nsfh, int lockflag, struct vnode **vpp, in nfsrv_fhtovp() 374 nfs_ispublicfh(const nfsrvfh_t *nsfh) in nfs_ispublicfh() 392 nfsrv_composefh(struct vnode *vp, nfsrvfh_t *nsfh, bool v3) in nfsrv_composefh()
|
H A D | nfs_serv.c | 170 nfsrvfh_t nsfh; in nfsrv3_access() local 235 nfsrvfh_t nsfh; in nfsrv_getattr() local 276 nfsrvfh_t nsfh; in nfsrv_setattr() local 403 nfsrvfh_t nsfh; in nfsrv_lookup() local 543 nfsrvfh_t nsfh; in nfsrv_readlink() local 641 nfsrvfh_t nsfh; in nfsrv_read() local 868 nfsrvfh_t nsfh; in nfsrv_write() local 1044 nfsrv_nwdelayhash(struct nfssvc_sock *slp, const nfsrvfh_t *nsfh) in nfsrv_nwdelayhash() 1440 nfsrvfh_t nsfh; in nfsrv_create() local 1681 nfsrvfh_t nsfh; in nfsrv_mknod() local [all …]
|
H A D | nfsm_subs.h | 481 nfsm_srvmtofh(nsfh) global() argument
|
H A D | nfs.h | 512 #define NFSRVFH_SIZE(nsfh) ((nsfh)->nsfh_size) argument 510 NFSRVFH_SIZE(nsfh) global() argument 511 NFSRVFH_DATA(nsfh) global() argument
|
H A D | nfsproto.h | 133 NFSX_SRVFH(nsfh,v3) global() argument
|