|
Motr
M0
|
#include <layout.h>

Data Fields | |
| void(* | lio_fini )(struct m0_layout_instance *li) |
| struct m0_layout_enum *(* | lio_to_enum )(const struct m0_layout_instance *li) |
| void(* lio_fini) (struct m0_layout_instance *li) |
Finalises the type specifc layout instance object.
Releases a reference on the layout object that was obtained through the layout instance type specific build method, referred by l->l_ops->lo_instance_build(), for example pdclust_instance_build().
| struct m0_layout_enum*(* lio_to_enum) (const struct m0_layout_instance *li) |