Searched refs:osd_obj_id (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/scsi/ |
D | osd_initiator.h | 313 struct osd_obj_id obj; 319 struct osd_obj_id *bad_obj_list, int max_obj, 401 const struct osd_obj_id *);/* NI */ 403 const struct osd_obj_id *);/* NI */ 407 const struct osd_obj_id *, osd_id initial_id, 414 const struct osd_obj_id *, enum osd_options_flush_scope_values); 422 void osd_req_create_object(struct osd_request *or, struct osd_obj_id *); 423 void osd_req_remove_object(struct osd_request *or, struct osd_obj_id *); 426 const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len); 428 const struct osd_obj_id *obj, u64 offset, void *buff, u64 len); [all …]
|
D | osd_types.h | 26 struct osd_obj_id { struct 31 static const struct __weak osd_obj_id osd_root_object = {0, 0}; argument
|
D | osd_sec.h | 30 const struct osd_obj_id *obj, bool is_collection, const bool is_v1);
|
D | osd_ore.h | 32 struct osd_obj_id obj;
|
/Linux-v4.19/drivers/scsi/osd/ |
D | osd_initiator.c | 596 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv1_req_encode_common() 621 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv2_req_encode_common() 638 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osd_req_encode_common() 692 struct osd_obj_id par = { in _osd_req_encode_partition() 717 __be16 action, const struct osd_obj_id *obj, osd_id initial_id, in _osd_req_list_objects() 746 struct osd_obj_id par = { in osd_req_list_partition_collections() 760 struct osd_obj_id par = { in osd_req_list_partition_objects() 787 const struct osd_obj_id *obj, osd_id initial_id, in osd_req_list_collection_objects() 798 const struct osd_obj_id *obj, enum osd_options_flush_scope_values op) in osd_req_flush_collection() 811 void osd_req_create_object(struct osd_request *or, struct osd_obj_id *obj) in osd_req_create_object() [all …]
|
/Linux-v4.19/fs/exofs/ |
D | exofs.h | 179 const struct osd_obj_id *obj);
|
D | super.c | 224 void exofs_make_credential(u8 cred_a[OSD_CAP_LEN], const struct osd_obj_id *obj) in exofs_make_credential() 229 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern()
|
D | ore.c | 129 static struct osd_obj_id *_ios_obj(struct ore_io_state *ios, unsigned index) in _ios_obj() 976 struct osd_obj_id *obj = _ios_obj(ios, cur_comp); in _ore_read_mirror()
|