Lines Matching refs:stp

733 ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *cbp, char *path, struct stat64 *stp,  in ndmpd_fhpath_v3_cb()  argument
775 fh_cookie, p, stp, off)) < 0) in ndmpd_fhpath_v3_cb()
790 ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp) in ndmpd_fhdir_v3_cb() argument
830 if (stp->st_ino == nlp->nlp_bkdirino) in ndmpd_fhdir_v3_cb()
833 pino = stp->st_ino; in ndmpd_fhdir_v3_cb()
842 !dbm_getone(nlp->nlp_bkmap, (u_longlong_t)stp->st_ino)) { in ndmpd_fhdir_v3_cb()
940 struct stat64 *stp, u_longlong_t off) in ndmpd_fhnode_v3_cb() argument
959 } else if (!stp) { in ndmpd_fhnode_v3_cb()
978 if (stp->st_ino == nlp->nlp_bkdirino) { in ndmpd_fhnode_v3_cb()
981 "bkroot %d -> %d", stp->st_ino, ROOT_INODE); in ndmpd_fhnode_v3_cb()
983 ino = stp->st_ino; in ndmpd_fhnode_v3_cb()
989 fh_cookie, ino, stp, off)) < 0) in ndmpd_fhnode_v3_cb()
1333 struct stat64 *stp, u_longlong_t off) in ndmpd_file_history_path() argument
1347 } else if (!stp) { in ndmpd_file_history_path()
1364 fh_cookie, path, stp, 0)) < 0) in ndmpd_file_history_path()
1379 struct stat64 *stp) in ndmpd_file_history_dir() argument
1400 } else if (!stp) { in ndmpd_file_history_dir()
1422 if (stp->st_ino == nlp->nlp_bkdirino) in ndmpd_file_history_dir()
1425 pino = stp->st_ino; in ndmpd_file_history_dir()
1434 !dbm_getone(nlp->nlp_bkmap, (u_longlong_t)stp->st_ino)) { in ndmpd_file_history_dir()
1525 struct stat64 *stp, u_longlong_t off) in ndmpd_file_history_node() argument
1544 } else if (!stp) { in ndmpd_file_history_node()
1560 if (stp->st_ino == nlp->nlp_bkdirino) { in ndmpd_file_history_node()
1563 "bkroot %d -> %d", stp->st_ino, ROOT_INODE); in ndmpd_file_history_node()
1565 ino = stp->st_ino; in ndmpd_file_history_node()
1572 fh_cookie, ino, stp, 0)) < 0) in ndmpd_file_history_node()
1588 ndmpd_path_restored(lbr_fhlog_call_backs_t *cbp, char *name, struct stat64 *stp, in ndmpd_path_restored() argument