Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c91 h->h_ops = ops; in class_handle_hash()
169 h->h_ops->hop_addref(h); in class_handle2object()
186 if (h->h_ops->hop_free != NULL) in class_handle_free_cb()
187 h->h_ops->hop_free(ptr, h->h_size); in class_handle_free_cb()
234 h->h_cookie, h, h->h_ops); in cleanup_all_handles()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_handles.h73 struct portals_handle_ops *h_ops; member