Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Ddt_object.h588 struct dt_it_ops { struct
594 struct dt_it *(*init)(const struct lu_env *env,
598 void (*fini)(const struct lu_env *env,
600 int (*get)(const struct lu_env *env,
603 void (*put)(const struct lu_env *env,
605 int (*next)(const struct lu_env *env,
607 struct dt_key *(*key)(const struct lu_env *env,
609 int (*key_size)(const struct lu_env *env,
611 int (*rec)(const struct lu_env *env,
615 __u64 (*store)(const struct lu_env *env,
[all …]