Searched refs:fh_max_cnt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2319 int totalcnt, i, *ipt, cnt, seccnt, secidx, fh_max_cnt; in makefh_ol() local 2335 fh_max_cnt = (NFS_FHSIZE / sizeof (int)) - 1; in makefh_ol() 2337 cnt = totalcnt > fh_max_cnt ? fh_max_cnt : totalcnt; in makefh_ol() 2350 *(c + 1) = totalcnt > fh_max_cnt; in makefh_ol() 2421 int totalcnt, cnt, *ipt, i, seccnt, fh_max_cnt, secidx; in makefh3_ol() local 2438 fh_max_cnt = (NFS3_FHSIZE / sizeof (int)) - 1; in makefh3_ol() 2440 cnt = totalcnt > fh_max_cnt ? fh_max_cnt : totalcnt; in makefh3_ol() 2454 *c = totalcnt > fh_max_cnt; in makefh3_ol()
|