Searched refs:osd_req_op_init (Results 1 – 4 of 4) sorted by relevance
/linux/net/ceph/ |
H A D | osd_client.c | 741 osd_req_op_init(struct ceph_osd_request *osd_req, unsigned int which, in osd_req_op_init() function 756 EXPORT_SYMBOL(osd_req_op_init); 763 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 + 1, prev_op->op, prev_op->flags); in osd_req_op_extent_dup_last() 833 op = osd_req_op_init(osd_req, which, CEPH_OSD_OP_CALL, 0); in osd_req_op_cls_init() 871 struct ceph_osd_req_op *op = osd_req_op_init(osd_req, which, in osd_req_op_xattr_init() 916 op = osd_req_op_init(req, which, CEPH_OSD_OP_WATCH, 0); in osd_req_op_watch_init() 931 op = osd_req_op_init(req, which, CEPH_OSD_OP_NOTIFY, 0); in osd_req_op_notify_init() 949 op = osd_req_op_init(osd_req, which, CEPH_OSD_OP_SETALLOCHINT, 0); in osd_req_op_alloc_hint_init() 1113 osd_req_op_init(req, which, opcode, 0); in ceph_osdc_new_request() [all …]
|
/linux/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/fs/ceph/ |
H A D | addr.c | 2100 osd_req_op_init(rd_req, 0, CEPH_OSD_OP_STAT, 0); in __ceph_pool_perm_get() 2118 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()
|