|
Motr
M0
|
#include <client_internal.h>

Data Fields | |
| struct m0_op_common | oo_oc |
| uint64_t | oo_magic |
| struct m0_sm_group * | oo_sm_grp |
| struct m0_ast_rc | oo_ar |
| struct m0_fid | oo_fid |
| struct m0_fid | oo_pfid |
| struct m0_buf | oo_name |
| struct m0_fid | oo_pver |
| struct m0_layout_instance * | oo_layout_instance |
| struct m0_fop * | oo_mds_fop |
Generic operation on a client object.
Definition at line 249 of file client_internal.h.
| struct m0_ast_rc oo_ar |
Definition at line 254 of file client_internal.h.
| struct m0_fid oo_fid |
Definition at line 256 of file client_internal.h.
| struct m0_layout_instance* oo_layout_instance |
Definition at line 262 of file client_internal.h.
| uint64_t oo_magic |
Definition at line 251 of file client_internal.h.
| struct m0_fop* oo_mds_fop |
Definition at line 265 of file client_internal.h.
| struct m0_buf oo_name |
Definition at line 259 of file client_internal.h.
| struct m0_op_common oo_oc |
Definition at line 250 of file client_internal.h.
| struct m0_fid oo_pfid |
Definition at line 258 of file client_internal.h.
| struct m0_fid oo_pver |
Definition at line 261 of file client_internal.h.
| struct m0_sm_group* oo_sm_grp |
Definition at line 253 of file client_internal.h.