Searched refs:osd_obj_id (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/scsi/ |
D | osd_initiator.h | 317 struct osd_obj_id obj; 323 struct osd_obj_id *bad_obj_list, int max_obj, 405 const struct osd_obj_id *);/* NI */ 407 const struct osd_obj_id *);/* NI */ 411 const struct osd_obj_id *, osd_id initial_id, 418 const struct osd_obj_id *, enum osd_options_flush_scope_values); 426 void osd_req_create_object(struct osd_request *or, struct osd_obj_id *); 427 void osd_req_remove_object(struct osd_request *or, struct osd_obj_id *); 430 const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len); 432 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-4.4.14/drivers/scsi/osd/ |
D | osd_initiator.c | 592 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv1_req_encode_common() 617 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osdv2_req_encode_common() 634 __be16 act, const struct osd_obj_id *obj, u64 offset, u64 len) in _osd_req_encode_common() 688 struct osd_obj_id par = { in _osd_req_encode_partition() 713 __be16 action, const struct osd_obj_id *obj, osd_id initial_id, in _osd_req_list_objects() 742 struct osd_obj_id par = { in osd_req_list_partition_collections() 756 struct osd_obj_id par = { in osd_req_list_partition_objects() 783 const struct osd_obj_id *obj, osd_id initial_id, in osd_req_list_collection_objects() 794 const struct osd_obj_id *obj, enum osd_options_flush_scope_values op) in osd_req_flush_collection() 807 void osd_req_create_object(struct osd_request *or, struct osd_obj_id *obj) in osd_req_create_object() [all …]
|
/linux-4.4.14/fs/exofs/ |
D | exofs.h | 180 const struct osd_obj_id *obj);
|
D | super.c | 220 void exofs_make_credential(u8 cred_a[OSD_CAP_LEN], const struct osd_obj_id *obj) in exofs_make_credential() 225 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() 962 struct osd_obj_id *obj = _ios_obj(ios, cur_comp); in _ore_read_mirror()
|
/linux-4.4.14/drivers/block/ |
D | osdblk.c | 115 struct osd_obj_id obj; /* OSD partition, obj id */ 137 const struct osd_obj_id *obj) in osdblk_make_credential()
|