_group_ops         42 drivers/target/target_core_configfs.c #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs)		\
_group_ops         48 drivers/target/target_core_configfs.c 	cit->ct_group_ops = _group_ops;					\
_group_ops         54 drivers/target/target_core_configfs.c #define TB_CIT_SETUP_DRV(_name, _item_ops, _group_ops)			\
_group_ops         60 drivers/target/target_core_configfs.c 	cit->ct_group_ops = _group_ops;					\
_group_ops         36 drivers/target/target_core_fabric_configfs.c #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs)		\
_group_ops         42 drivers/target/target_core_fabric_configfs.c 	cit->ct_group_ops = _group_ops;					\
_group_ops         48 drivers/target/target_core_fabric_configfs.c #define TF_CIT_SETUP_DRV(_name, _item_ops, _group_ops)		\
_group_ops         55 drivers/target/target_core_fabric_configfs.c 	cit->ct_group_ops = _group_ops;					\