Searched defs:obddev (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lib.c261 int client_obd_setup(struct obd_device *obddev, struct lustre_cfg *lcfg) argument
263 struct client_obd *cli = &obddev->u.cli;
267 char *name = obddev->obd_type->typ_name;
405 if (osc_on_mdt(obddev->obd_name))
417 &obddev->obd_ldlm_client);
419 imp = class_new_import(obddev);
424 imp->imp_client = &obddev->obd_ldlm_client;
444 name, obddev->obd_name,
452 obddev->obd_namespace = ldlm_namespace_new(obddev, obdde
477 client_obd_cleanup(struct obd_device *obddev) argument
[all...]
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_locks.c279 struct obd_device *obddev = class_exp2obd(exp); local
336 max(lmmsize, obddev->u.cli.cl_default_mds_easize));
418 struct obd_device *obddev = class_exp2obd(exp); local
445 obddev->u.cli.cl_default_mds_easize);
447 obddev->u.cli.cl_default_mds_cookiesize);
457 struct obd_device *obddev = class_exp2obd(exp); local
486 if (obddev->u.cli.cl_default_mds_easize > 0)
487 easize = obddev->u.cli.cl_default_mds_easize;
489 easize = obddev->u.cli.cl_max_mds_easize;
796 struct obd_device *obddev local
1221 struct obd_device *obddev; local
1268 struct obd_device *obddev = class_exp2obd(exp); local
[all...]
/drivers/staging/lustre/lustre/ptlrpc/
H A Dlproc_ptlrpc.c1108 void ptlrpc_lprocfs_register_obd(struct obd_device *obddev) argument
1110 ptlrpc_lprocfs_register(obddev->obd_proc_entry, NULL, "stats",
1111 &obddev->obd_svc_procroot,
1112 &obddev->obd_svc_stats);
/drivers/staging/lustre/lustre/include/
H A Dlprocfs_status.h549 extern int lprocfs_alloc_obd_stats(struct obd_device *obddev,
551 extern int lprocfs_alloc_md_stats(struct obd_device *obddev,
556 extern void lprocfs_free_obd_stats(struct obd_device *obddev);
557 extern void lprocfs_free_md_stats(struct obd_device *obddev);
857 static inline int lprocfs_alloc_obd_stats(struct obd_device *obddev, argument
860 static inline int lprocfs_alloc_md_stats(struct obd_device *obddev, argument
863 static inline void lprocfs_free_obd_stats(struct obd_device *obddev) argument
865 static inline void lprocfs_free_md_stats(struct obd_device *obddev) argument
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c703 struct obd_device *obddev = class_exp2obd(exp); local
704 struct lmv_obd *lmv = &obddev->u.lmv;
910 struct obd_device *obddev = class_exp2obd(exp); local
911 struct lmv_obd *lmv = &obddev->u.lmv;
1143 mdc_obd->obd_force = obddev->obd_force;
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c1404 struct obd_device *obddev = class_exp2obd(exp); local
1405 struct lov_obd *lov = &obddev->u.lov;
1562 osc_obd->obd_force = obddev->obd_force;
1961 struct obd_device *obddev = class_exp2obd(exp); local
1962 struct lov_obd *lov = &obddev->u.lov;
1968 obd_getref(obddev);
2058 obd_putref(obddev);
2066 struct obd_device *obddev = class_exp2obd(exp); local
2067 struct lov_obd *lov = &obddev->u.lov;
2083 obd_getref(obddev);
[all...]
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c97 struct obd_device *obddev,
99 static int echo_client_cleanup(struct obd_device *obddev);
1988 struct obd_device *obddev, struct lustre_cfg *lcfg)
1990 struct echo_client_obd *ec = &obddev->u.echo_client;
2049 static int echo_client_cleanup(struct obd_device *obddev) argument
2051 struct echo_client_obd *ec = &obddev->u.echo_client;
2054 if (!list_empty(&obddev->obd_exports)) {
1987 echo_client_setup(const struct lu_env *env, struct obd_device *obddev, struct lustre_cfg *lcfg) argument

Completed in 1010 milliseconds