Searched refs:total_off (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c928 off_t total_off; local
939 total_off = snapp->mnts_foffset - snapp->mnts_ieoffset;
942 total_off = 0;
944 while (off > total_off + elemp->mnte_text_size) {
945 total_off += elemp->mnte_text_size;
950 if (off > total_off)
951 ieoffset = off - total_off;

Completed in 60 milliseconds