Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c225 struct obd_client_handle **och_p; in ll_md_real_close() local
231 och_p = &lli->lli_mds_write_och; in ll_md_real_close()
234 och_p = &lli->lli_mds_exec_och; in ll_md_real_close()
238 och_p = &lli->lli_mds_read_och; in ll_md_real_close()
250 och = *och_p; in ll_md_real_close()
251 *och_p = NULL; in ll_md_real_close()
534 struct obd_client_handle **och_p = NULL; in ll_file_open() local
600 och_p = &lli->lli_mds_write_och; in ll_file_open()
603 och_p = &lli->lli_mds_exec_och; in ll_file_open()
606 och_p = &lli->lli_mds_read_och; in ll_file_open()
[all …]