Home
last modified time | relevance | path

Searched refs:fh_path_index (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c122 if (name == NULL && session->ns_fh.fh_path_index == 0) in ndmpd_api_file_history_path_v2()
131 (ndmp_syncfh && session->ns_fh.fh_path_index != 0) || in ndmpd_api_file_history_path_v2()
132 session->ns_fh.fh_path_index == N_PATH_ENTRIES || in ndmpd_api_file_history_path_v2()
138 "sending %ld entries", session->ns_fh.fh_path_index); in ndmpd_api_file_history_path_v2()
141 request.paths.paths_len = session->ns_fh.fh_path_index; in ndmpd_api_file_history_path_v2()
149 session->ns_fh.fh_path_index = 0; in ndmpd_api_file_history_path_v2()
167 entry = &session->ns_fh.fh_path_entries[session->ns_fh.fh_path_index]; in ndmpd_api_file_history_path_v2()
182 session->ns_fh.fh_path_index++; in ndmpd_api_file_history_path_v2()
1116 session->ns_fh.fh_path_index = 0; in ndmpd_file_history_init()
1184 session->ns_fh.fh_path_index = 0; in ndmpd_file_history_cleanup_v2()
H A Dndmpd.h394 ulong_t fh_path_index; member