Motr
M0
|
#include "lib/buf.h"
#include "lib/buf_xc.h"
#include "lib/cookie.h"
#include "lib/cookie_xc.h"
#include "fop/fom_generic.h"
#include "fop/fop.h"
#include "xcode/xcode_attr.h"
Go to the source code of this file.
Data Structures | |
struct | m0_rm_fop_owner |
struct | m0_rm_fop_loan |
struct | m0_rm_fop_credit |
struct | m0_rm_fop_req |
struct | m0_rm_fop_borrow |
struct | m0_rm_fop_borrow_rep |
struct | m0_rm_fop_revoke |
struct | m0_rm_fop_revoke_rep |
struct | m0_rm_fop_cancel |
Macros | |
#define | __MOTR_RM_FOPS_H__ |
Functions | |
struct m0_rm_fop_owner | M0_XCA_DOMAIN (rpc) |
M0_INTERNAL int | m0_rm_fop_init (void) |
M0_INTERNAL void | m0_rm_fop_fini (void) |
Variables | |
struct m0_cookie | ow_cookie |
struct m0_buf | ow_resource |
struct m0_cookie | lo_cookie |
struct m0_buf | cr_opaque |
struct m0_rm_fop_owner | rrq_owner |
struct m0_rm_fop_credit | rrq_credit |
uint64_t | rrq_policy |
uint64_t | rrq_flags |
struct m0_fid | rrq_orig_owner |
m0_time_t | rrq_orig_time |
uint64_t | rrq_orig_seq |
struct m0_rm_fop_req | bo_base |
struct m0_rm_fop_owner | bo_creditor |
struct m0_uint128 | bo_group_id |
int32_t | br_rc |
struct m0_rm_fop_loan | br_loan |
struct m0_rm_fop_credit | br_credit |
struct m0_buf | br_lvb |
struct m0_cookie | br_creditor_cookie |
struct m0_rm_fop_req | fr_base |
struct m0_rm_fop_loan | fr_loan |
int32_t | rr_rc |
struct m0_cookie | rr_debtor_cookie |
struct m0_rm_fop_loan | fc_loan |
struct m0_cookie | fc_creditor_cookie |
struct m0_fop_type | m0_rm_fop_borrow_fopt |
struct m0_fop_type | m0_rm_fop_borrow_rep_fopt |
struct m0_fop_type | m0_rm_fop_revoke_fopt |
struct m0_fop_type | m0_rm_fop_revoke_rep_fopt |
struct m0_fop_type | m0_rm_fop_cancel_fopt |
struct m0_fop_type | m0_fop_generic_reply_fopt |
struct m0_rm_fop_req bo_base |
struct m0_rm_fop_owner bo_creditor |
struct m0_uint128 bo_group_id |
struct m0_rm_fop_credit br_credit |
struct m0_cookie br_creditor_cookie |
struct m0_rm_fop_loan br_loan |
struct m0_rm_fop_loan fc_loan |
struct m0_rm_fop_req fr_base |
struct m0_rm_fop_loan fr_loan |
struct m0_cookie rr_debtor_cookie |
struct m0_rm_fop_credit rrq_credit |
struct m0_rm_fop_owner rrq_owner |