Motr  M0
m0_client_layout_ops Struct Reference

#include <client_internal.h>

Collaboration diagram for m0_client_layout_ops:
Collaboration graph

Data Fields

int(* lo_alloc )(struct m0_client_layout **)
 
int(* lo_get )(struct m0_client_layout *)
 
void(* lo_put )(struct m0_client_layout *)
 
int(* lo_io_build )(struct m0_io_args *io_args, struct m0_op **op)
 

Detailed Description

Definition at line 459 of file client_internal.h.

Field Documentation

◆ lo_alloc

int(* lo_alloc) (struct m0_client_layout **)

Definition at line 460 of file client_internal.h.

◆ lo_get

int(* lo_get) (struct m0_client_layout *)

Definition at line 461 of file client_internal.h.

◆ lo_io_build

int(* lo_io_build) (struct m0_io_args *io_args, struct m0_op **op)

Function to construct IO for an object.

Definition at line 464 of file client_internal.h.

◆ lo_put

void(* lo_put) (struct m0_client_layout *)

Definition at line 462 of file client_internal.h.


The documentation for this struct was generated from the following file: