Lines Matching refs:estp

256 	struct stat64 *pstp, *estp;  in mark_cb()  local
308 estp = enp->tn_st; in mark_cb()
311 if (estp->st_ino > bl) { in mark_cb()
313 (uint_t)estp->st_ino); in mark_cb()
316 if (estp->st_ino != efhp->fh_fid) { in mark_cb()
317 NDMP_LOG(LOG_DEBUG, "Entry ino mismatch %u %u", estp->st_ino, in mark_cb()
325 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino); in mark_cb()
333 } else if (estp->st_mtime > ddate) { in mark_cb()
334 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino); in mark_cb()
339 (uint_t)estp->st_ino, (uint_t)estp->st_mtime, in mark_cb()
345 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino); in mark_cb()
350 (uint_t)estp->st_ino, (uint_t)estp->st_mtime, in mark_cb()
355 } else if (estp->st_ctime > ddate) { in mark_cb()
357 (void) dbm_setone(bmd, (u_longlong_t)estp->st_ino); in mark_cb()
364 (uint_t)estp->st_ino, in mark_cb()
365 (uint_t)estp->st_ctime, (uint_t)ddate); in mark_cb()
369 (uint_t)estp->st_ino, in mark_cb()
370 (uint_t)estp->st_ctime, (uint_t)ddate); in mark_cb()
375 } else if (S_ISDIR(estp->st_mode) && in mark_cb()
376 dbm_getone(bmd, (u_longlong_t)estp->st_ino)) { in mark_cb()
380 (uint_t)pstp->st_ino, (uint_t)estp->st_ino); in mark_cb()
740 struct stat64 *pstp, *estp; in marklbrv3_cb() local
787 estp = enp->tn_st; in marklbrv3_cb()
790 if (estp->st_ino > bl) { in marklbrv3_cb()
792 (uint_t)estp->st_ino); in marklbrv3_cb()
795 if (estp->st_ino != efhp->fh_fid) { in marklbrv3_cb()
796 NDMP_LOG(LOG_DEBUG, "Entry ino mismatch %u %u", estp->st_ino, in marklbrv3_cb()
801 if (S_ISDIR(estp->st_mode) && in marklbrv3_cb()
802 dbm_getone(bmd, (u_longlong_t)estp->st_ino)) { in marklbrv3_cb()
806 (uint_t)pstp->st_ino, (uint_t)estp->st_ino); in marklbrv3_cb()