Searched refs:NFSRV_MAXFH (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/fs/nfs/common/
H A Dnfsdport.h118 #define NFSRV_MAXFH (sizeof (fhandle_t)) macro
H A Dnfs.h695 * File handle structure for server. The NFSRV_MAXFH constant is
701 u_int8_t nfsrvfh_data[NFSRV_MAXFH];
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdsubs.c1452 if (len < NFSRV_MINFH || len > NFSRV_MAXFH) {
1474 * NFSRV_MAXFH bytes.
1477 copylen = NFSRV_MAXFH;

Completed in 229 milliseconds