Searched refs:osd_req_op_init (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/ceph/ |
| H A D | osd_client.c | 733 EXPORT_SYMBOL(osd_req_op_init); 740 struct ceph_osd_req_op *op = osd_req_op_init(osd_req, which, in osd_req_op_extent_init() 810 op = osd_req_op_init(osd_req, which, CEPH_OSD_OP_CALL, 0); in osd_req_op_cls_init() 848 struct ceph_osd_req_op *op = osd_req_op_init(osd_req, which, in osd_req_op_xattr_init() 893 op = osd_req_op_init(req, which, CEPH_OSD_OP_WATCH, 0); in osd_req_op_watch_init() 908 op = osd_req_op_init(req, which, CEPH_OSD_OP_NOTIFY, 0); in osd_req_op_notify_init() 926 op = osd_req_op_init(osd_req, which, CEPH_OSD_OP_SETALLOCHINT, 0); in osd_req_op_alloc_hint_init() 1090 osd_req_op_init(req, which, opcode, 0); in ceph_osdc_new_request() 4845 op = osd_req_op_init(req, which, CEPH_OSD_OP_NOTIFY_ACK, 0); in osd_req_op_notify_ack_init() 5071 osd_req_op_init(req, 0, CEPH_OSD_OP_LIST_WATCHERS, 0); in ceph_osdc_list_watchers() [all …]
|
| /linux-6.15/include/linux/ceph/ |
| H A D | osd_client.h | 466 struct ceph_osd_req_op *osd_req_op_init(struct ceph_osd_request *osd_req,
|
| /linux-6.15/fs/ceph/ |
| H A D | addr.c | 2419 osd_req_op_init(rd_req, 0, CEPH_OSD_OP_STAT, 0); in __ceph_pool_perm_get() 2437 osd_req_op_init(wr_req, 0, CEPH_OSD_OP_CREATE, CEPH_OSD_OP_FLAG_EXCL); in __ceph_pool_perm_get()
|
| H A D | file.c | 2033 osd_req_op_init(req, 0, CEPH_OSD_OP_ASSERT_VER, 0); in ceph_sync_write() 2036 osd_req_op_init(req, 0, CEPH_OSD_OP_CREATE, in ceph_sync_write()
|
| /linux-6.15/drivers/block/ |
| H A D | rbd.c | 2197 osd_req_op_init(osd_req, which, CEPH_OSD_OP_STAT, 0); in rbd_osd_setup_stat() 2276 osd_req_op_init(osd_req, which, CEPH_OSD_OP_DELETE, 0); in __rbd_osd_setup_discard_ops() 2336 osd_req_op_init(osd_req, which++, in __rbd_osd_setup_zeroout_ops() 2341 osd_req_op_init(osd_req, which++, in __rbd_osd_setup_zeroout_ops()
|