Home
last modified time | relevance | path

Searched defs:dt_device_operations (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h118 struct dt_device_operations { struct
122 int (*dt_statfs)(const struct lu_env *env,
127 struct thandle *(*dt_trans_create)(const struct lu_env *env,
132 int (*dt_trans_start)(const struct lu_env *env,
137 int (*dt_trans_stop)(const struct lu_env *env,
142 int (*dt_trans_cb_add)(struct thandle *th,
147 int (*dt_root_get)(const struct lu_env *env,
152 void (*dt_conf_get)(const struct lu_env *env,
158 int (*dt_sync)(const struct lu_env *env, struct dt_device *dev);
159 int (*dt_ro)(const struct lu_env *env, struct dt_device *dev);
[all …]