Searched defs:fh_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c108 * fh_info (input) - data stream position of file data used during
117 struct stat64 *file_stat, u_longlong_t fh_info)
181 entry->fstat.fh_info = long_long_to_quad((u_longlong_t)fh_info);
288 * fh_info (input) - data stream position of file data used during
297 struct stat64 *file_stat, u_longlong_t fh_info)
357 entry->fstat.fh_info = long_long_to_quad(fh_info);
382 * fh_info (input) - data stream position of file data used during
391 struct stat64 *file_stat, u_longlong_t fh_info)
116 ndmpd_api_file_history_path_v2(void *cookie, char *name, struct stat64 *file_stat, u_longlong_t fh_info) argument
296 ndmpd_api_file_history_node_v2(void *cookie, ulong_t node, struct stat64 *file_stat, u_longlong_t fh_info) argument
390 ndmpd_api_file_history_file_v3(void *cookie, char *name, struct stat64 *file_stat, u_longlong_t fh_info) argument
629 ndmpd_api_file_history_node_v3(void *cookie, ulong_t node, struct stat64 *file_stat, u_longlong_t fh_info) argument
[all...]
H A Dndmpd_tar3.c958 * Gets the DIRECT environment variable that shows if the fh_info should
974 * We should send the fh_info to the DMA, unless it is specified
975 * in the request that we should not send fh_info.
989 * back the fh_info, for some clients do not use get_backup_attrs.
2806 * The fh_info's sent from the client are multiples
2809 * All our fh_info's are at the RECORDSIZE boundary. If there
2810 * is any fh_info that is less than RECORDSIZE (this covers 0
3290 * fh_info (input) - index from the beginning of the backup stream
3299 ndmpd_module_params_t *params, u_longlong_t fh_info, u_longlong_t len)
3305 ret = (*params->mp_seek_func)(session, fh_info, le
3298 ndmpd_dar_locate_window_v3(ndmpd_session_t *session, ndmpd_module_params_t *params, u_longlong_t fh_info, u_longlong_t len) argument
[all...]

Completed in 455 milliseconds