Searched defs:dt_object_operations (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | dt_object.h | 283 struct dt_object_operations { struct 284 void (*do_read_lock)(const struct lu_env *env, 286 void (*do_write_lock)(const struct lu_env *env, 288 void (*do_read_unlock)(const struct lu_env *env, 290 void (*do_write_unlock)(const struct lu_env *env, 292 int (*do_write_locked)(const struct lu_env *env, 309 int (*do_attr_get)(const struct lu_env *env, 317 int (*do_declare_attr_set)(const struct lu_env *env, 321 int (*do_attr_set)(const struct lu_env *env, 331 int (*do_xattr_get)(const struct lu_env *env, struct dt_object *dt, [all …]
|