Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c594 obd_fid_fini(sbi->ll_dt_exp->exp_obd); in client_common_fill_super()
601 obd_fid_fini(sbi->ll_md_exp->exp_obd); in client_common_fill_super()
684 obd_fid_fini(sbi->ll_dt_exp->exp_obd); in client_common_put_super()
693 obd_fid_fini(sbi->ll_md_exp->exp_obd); in client_common_put_super()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1010 static inline int obd_fid_fini(struct obd_device *obd) in obd_fid_fini() function
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c634 rc = obd_fid_fini(tgt->ltd_exp->exp_obd); in lmv_disconnect_mdc()