Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2319 int totalcnt, i, *ipt, cnt, seccnt, secidx, fh_max_cnt; in makefh_ol() local
2336 totalcnt = seccnt - sec_index + 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
2439 totalcnt = seccnt - sec_index + 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()