Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c562 obd_fid_fini(sbi->ll_dt_exp->exp_obd); in client_common_fill_super()
569 obd_fid_fini(sbi->ll_md_exp->exp_obd); in client_common_fill_super()
624 obd_fid_fini(sbi->ll_dt_exp->exp_obd); in client_common_put_super()
633 obd_fid_fini(sbi->ll_md_exp->exp_obd); in client_common_put_super()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h913 static inline int obd_fid_fini(struct obd_device *obd) in obd_fid_fini() function
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c603 rc = obd_fid_fini(tgt->ltd_exp->exp_obd); in lmv_disconnect_mdc()