Searched defs:fh_max_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2062 int totalcnt, i, *ipt, cnt, seccnt, secidx, fh_max_cnt; local
2078 fh_max_cnt = (NFS_FHSIZE / sizeof (int)) - 1;
2080 cnt = totalcnt > fh_max_cnt ? fh_max_cnt : totalcnt;
2093 *(c + 1) = totalcnt > fh_max_cnt;
2164 int totalcnt, cnt, *ipt, i, seccnt, fh_max_cnt, secidx; local
2181 fh_max_cnt = (NFS3_FHSIZE / sizeof (int)) - 1;
2183 cnt = totalcnt > fh_max_cnt ? fh_max_cnt : totalcnt;
2197 *c = totalcnt > fh_max_cnt;
[all...]

Completed in 48 milliseconds