Searched refs:fh_path_name_buf (Results 1 – 2 of 2) sorted by relevance
161 if (session->ns_fh.fh_path_name_buf == 0) { in ndmpd_api_file_history_path_v2()162 session->ns_fh.fh_path_name_buf = in ndmpd_api_file_history_path_v2()164 if (session->ns_fh.fh_path_name_buf == 0) in ndmpd_api_file_history_path_v2()171 ns_fh.fh_path_name_buf[session->ns_fh.fh_path_name_buf_index]; in ndmpd_api_file_history_path_v2()1114 session->ns_fh.fh_path_name_buf = 0; in ndmpd_file_history_init()1176 if (session->ns_fh.fh_path_name_buf != 0) { in ndmpd_file_history_cleanup_v2()1177 free(session->ns_fh.fh_path_name_buf); in ndmpd_file_history_cleanup_v2()1178 session->ns_fh.fh_path_name_buf = 0; in ndmpd_file_history_cleanup_v2()
392 char *fh_path_name_buf; member