Motr  M0
m0_rm_fop_borrow_rep Struct Reference

#include <rm_fops.h>

Collaboration diagram for m0_rm_fop_borrow_rep:
Collaboration graph

Data Fields

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
 

Detailed Description

Definition at line 109 of file rm_fops.h.

Field Documentation

◆ br_credit

struct m0_rm_fop_credit br_credit

Definition at line 112 of file rm_fops.h.

◆ br_creditor_cookie

struct m0_cookie br_creditor_cookie

Whenever a borrow request is made with creditor cookie NULL, A new owner is created on creditor side and this creditor is assigned a new cookie. Next time borrower wants to make a new request for resource, this cookie will be used.

Definition at line 120 of file rm_fops.h.

◆ br_loan

struct m0_rm_fop_loan br_loan

Definition at line 111 of file rm_fops.h.

◆ br_lvb

struct m0_buf br_lvb

Definition at line 113 of file rm_fops.h.

◆ br_rc

int32_t br_rc

Definition at line 110 of file rm_fops.h.


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