Searched refs:totalcnt (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2061 int totalcnt, i, *ipt, cnt, seccnt, secidx, fh_max_cnt; in makefh_ol() local 2078 totalcnt = seccnt - sec_index + 1; in makefh_ol() 2079 cnt = totalcnt > fh_max_cnt ? fh_max_cnt : totalcnt; in makefh_ol() 2092 *(c + 1) = totalcnt > fh_max_cnt; in makefh_ol() 2163 int totalcnt, cnt, *ipt, i, seccnt, fh_max_cnt, secidx; in makefh3_ol() local 2181 totalcnt = seccnt - sec_index + 1; in makefh3_ol() 2182 cnt = totalcnt > fh_max_cnt ? fh_max_cnt : totalcnt; in makefh3_ol() 2196 *c = totalcnt > fh_max_cnt; in makefh3_ol()
|