#include "lib/memory.h"
#include "lib/ub.h"
#include "fop/fop.h"
#include "fop/fom.h"
#include "fop/fom_generic.h"
#include "rpc/rpc_opcodes.h"
#include "rpc/ub/fops.h"
#include "rpc/ub/fops_xc.h"
#include "ut/cs_service.h"
Go to the source code of this file.
◆ m0_rpc_ub_fops_fini()
      
        
          | M0_INTERNAL void m0_rpc_ub_fops_fini | ( | void |  | ) |  | 
      
 
 
◆ m0_rpc_ub_fops_init()
      
        
          | M0_INTERNAL void m0_rpc_ub_fops_init | ( | void |  | ) |  | 
      
 
 
◆ ub_req_fom_create()
  
  | 
        
          | static int ub_req_fom_create | ( | struct m0_fop * | fop, |  
          |  |  | struct m0_fom ** | m, |  
          |  |  | struct m0_reqh * | reqh |  
          |  | ) |  |  |  | static | 
 
 
◆ ub_req_fom_fini()
  
  | 
        
          | static void ub_req_fom_fini | ( | struct m0_fom * | fom | ) |  |  | static | 
 
 
◆ ub_req_fom_home_locality()
  
  | 
        
          | static size_t ub_req_fom_home_locality | ( | const struct m0_fom * | fom | ) |  |  | static | 
 
 
◆ ub_req_fom_tick()
  
  | 
        
          | static int ub_req_fom_tick | ( | struct m0_fom * | fom | ) |  |  | static | 
 
 
◆ m0_rpc_ub_req_fopt
◆ m0_rpc_ub_resp_fopt
◆ ub_req_fom_ops
Initial value:= {
}
static size_t ub_req_fom_home_locality(const struct m0_fom *fom)
static void ub_req_fom_fini(struct m0_fom *fom)
static int ub_req_fom_tick(struct m0_fom *fom)
Definition at line 50 of file fops.c.
 
 
◆ ub_req_fom_type_ops
Initial value:= {
}
static int ub_req_fom_create(struct m0_fop *fop, struct m0_fom **m, struct m0_reqh *reqh)
Definition at line 46 of file fops.c.