Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c90 h->h_ops = ops; in class_handle_hash()
156 h->h_ops->hop_addref(h); in class_handle2object()
173 if (h->h_ops->hop_free != NULL) in class_handle_free_cb()
174 h->h_ops->hop_free(ptr, h->h_size); in class_handle_free_cb()
222 h->h_cookie, h, h->h_ops); in cleanup_all_handles()
/drivers/staging/lustre/lustre/include/
Dlustre_handles.h72 struct portals_handle_ops *h_ops; member