Home
last modified time | relevance | path

Searched defs:ceph_osd_req_op (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Dosd_client.h87 struct ceph_osd_req_op { struct
88 u16 op; /* CEPH_OSD_OP_* */
89 u32 flags; /* CEPH_OSD_OP_FLAG_* */
90 u32 indata_len; /* request */
91 u32 outdata_len; /* reply */
92 s32 rval;
94 union {