Home
last modified time | relevance | path

Searched refs:osc_extent (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c50 static int osc_extent_wait(const struct lu_env *env, struct osc_extent *ext,
73 static inline char *ext_flags(struct osc_extent *ext, char *flags) in ext_flags()
106 struct osc_extent *__ext = (extent); \
141 static inline struct osc_extent *rb_extent(struct rb_node *n) in rb_extent()
146 return container_of(n, struct osc_extent, oe_node); in rb_extent()
149 static inline struct osc_extent *next_extent(struct osc_extent *ext) in next_extent()
158 static inline struct osc_extent *prev_extent(struct osc_extent *ext) in prev_extent()
167 static inline struct osc_extent *first_extent(struct osc_object *obj) in first_extent()
173 static int osc_extent_sanity_check0(struct osc_extent *ext, in osc_extent_sanity_check0()
313 struct osc_extent *ext) in osc_extent_is_overlapped()
[all …]
Dosc_cl_internal.h61 struct osc_extent;
73 struct osc_extent *oi_active;
76 struct osc_extent *oi_trunc;
610 struct osc_extent { struct
678 int osc_extent_finish(const struct lu_env *env, struct osc_extent *ext, argument
680 void osc_extent_release(const struct lu_env *env, struct osc_extent *ext);
Dosc_dev.c89 .ckd_size = sizeof(struct osc_extent)
Dosc_request.c1719 struct osc_extent *ext; in brw_interpret()
1720 struct osc_extent *tmp; in brw_interpret()
1821 struct osc_extent *ext; in osc_build_rpc()
2011 ext = list_entry(ext_list->next, struct osc_extent, in osc_build_rpc()