Searched refs:_group_ops (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/target/ |
D | target_core_fabric_configfs.c | 36 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument 42 cit->ct_group_ops = _group_ops; \ 48 #define TF_CIT_SETUP_DRV(_name, _item_ops, _group_ops) \ argument 55 cit->ct_group_ops = _group_ops; \
|
D | target_core_configfs.c | 42 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument 48 cit->ct_group_ops = _group_ops; \ 54 #define TB_CIT_SETUP_DRV(_name, _item_ops, _group_ops) \ argument 60 cit->ct_group_ops = _group_ops; \
|