Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c226 struct obd_client_handle **och_p; in ll_md_real_close() local
232 och_p = &lli->lli_mds_write_och; in ll_md_real_close()
235 och_p = &lli->lli_mds_exec_och; in ll_md_real_close()
239 och_p = &lli->lli_mds_read_och; in ll_md_real_close()
251 och = *och_p; in ll_md_real_close()
252 *och_p = NULL; in ll_md_real_close()
536 struct obd_client_handle **och_p = NULL; in ll_file_open() local
602 och_p = &lli->lli_mds_write_och; in ll_file_open()
605 och_p = &lli->lli_mds_exec_och; in ll_file_open()
608 och_p = &lli->lli_mds_read_och; in ll_file_open()
[all …]