Lines Matching defs:stp
733 ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *cbp, char *path, struct stat64 *stp,
775 fh_cookie, p, stp, off)) < 0)
790 ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp)
830 if (stp->st_ino == nlp->nlp_bkdirino)
833 pino = stp->st_ino;
842 !dbm_getone(nlp->nlp_bkmap, (u_longlong_t)stp->st_ino)) {
940 struct stat64 *stp, u_longlong_t off)
959 } else if (!stp) {
961 NDMP_LOG(LOG_DEBUG, "stp is NULL");
978 if (stp->st_ino == nlp->nlp_bkdirino) {
981 "bkroot %d -> %d", stp->st_ino, ROOT_INODE);
983 ino = stp->st_ino;
989 fh_cookie, ino, stp, off)) < 0)
1333 struct stat64 *stp, u_longlong_t off)
1347 } else if (!stp) {
1349 NDMP_LOG(LOG_DEBUG, "stp is NULL");
1364 fh_cookie, path, stp, 0)) < 0)
1379 struct stat64 *stp)
1400 } else if (!stp) {
1402 NDMP_LOG(LOG_DEBUG, "stp is NULL");
1422 if (stp->st_ino == nlp->nlp_bkdirino)
1425 pino = stp->st_ino;
1434 !dbm_getone(nlp->nlp_bkmap, (u_longlong_t)stp->st_ino)) {
1525 struct stat64 *stp, u_longlong_t off)
1544 } else if (!stp) {
1546 NDMP_LOG(LOG_DEBUG, "stp is NULL");
1560 if (stp->st_ino == nlp->nlp_bkdirino) {
1563 "bkroot %d -> %d", stp->st_ino, ROOT_INODE);
1565 ino = stp->st_ino;
1572 fh_cookie, ino, stp, 0)) < 0)
1588 ndmpd_path_restored(lbr_fhlog_call_backs_t *cbp, char *name, struct stat64 *stp,