Home
last modified time | relevance | path

Searched refs:NFSOPBIT_MAXWORDS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs.h560 #define NFSOPBIT_MAXWORDS 3 macro
563 uint32_t bits[NFSOPBIT_MAXWORDS];
H A Dnfs_commonsubs.c1247 if (cnt > NFSOPBIT_MAXWORDS) in nfsrv_getopbits()
1248 outcnt = NFSOPBIT_MAXWORDS; in nfsrv_getopbits()
3214 for (cnt = NFSOPBIT_MAXWORDS; cnt > 0; cnt--) in nfsrv_putopbit()