Lines Matching refs:where

125 	off64_t where;
128 where = (((off64_t)db->dbm_pagbno) * PBLKSIZ);
129 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
143 off64_t where;
145 where = (((off64_t)db->dbm_dirbno) * DBLKSIZ);
146 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
274 off64_t where;
291 where = (((off64_t)db->dbm_blkno) * PBLKSIZ);
292 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
309 off64_t where;
334 where = (((off64_t)db->dbm_blkno) * PBLKSIZ);
335 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
377 where = (((off64_t)db->dbm_blkno) * PBLKSIZ);
378 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
384 where = (((off64_t)db->dbm_blkno + db->dbm_hmask + 1) * PBLKSIZ);
385 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
497 off64_t where;
509 where = (((off64_t)db->dbm_blkptr) * PBLKSIZ);
510 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
552 off64_t where;
582 where = (((off64_t)db->dbm_blkptr) * PBLKSIZ);
583 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
725 off64_t where;
740 where = (((off64_t)b) * DBLKSIZ);
741 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
760 where = (((off64_t)db->dbm_pagbno) * PBLKSIZ);
761 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
770 where = (((off64_t)my_blkno) * PBLKSIZ);
771 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
786 off64_t where;
798 where = (((off64_t)b) * DBLKSIZ);
799 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
811 off64_t where;
823 where = (((off64_t)b) * DBLKSIZ);
824 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
833 where = (((off64_t)b) * DBLKSIZ);
834 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||