Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dosd_client.h139 struct ceph_osd_req_op { struct
140 u16 op; /* CEPH_OSD_OP_* */
141 u32 flags; /* CEPH_OSD_OP_FLAG_* */
142 u32 indata_len; /* request */
143 u32 outdata_len; /* reply */
144 s32 rval;
146 union {