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

/drivers/staging/lustre/lustre/lov/
H A Dlov_object.c514 static const struct lov_layout_operations lov_dispatch[] = { variable in typeref:struct:lov_layout_operations
559 LASSERT(0 <= __llt && __llt < ARRAY_SIZE(lov_dispatch)); \
560 lov_dispatch[__llt].op(__VA_ARGS__); \
591 typeof(lov_dispatch[0].op(__VA_ARGS__)) __result; \
614 LASSERT(0 <= __llt && __llt < ARRAY_SIZE(lov_dispatch)); \
615 lov_dispatch[__llt].op(__VA_ARGS__); \
663 LASSERT(0 <= lov->lo_type && lov->lo_type < ARRAY_SIZE(lov_dispatch));
667 LASSERT(0 <= llt && llt < ARRAY_SIZE(lov_dispatch));
680 old_ops = &lov_dispatch[lov->lo_type];
681 new_ops = &lov_dispatch[ll
[all...]

Completed in 55 milliseconds