Home
last modified time | relevance | path

Searched refs:disconnect_notify (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dconfigfs.h222 void (*disconnect_notify)(struct config_group *group, struct config_item *item); member
/Linux-v5.10/drivers/most/
Dconfigfs.c471 .disconnect_notify = most_common_disconnect,
630 .disconnect_notify = most_sound_disconnect,
/Linux-v5.10/Documentation/filesystems/
Dconfigfs.rst293 void (*disconnect_notify)(struct config_group *group,
331 ct_group_ops->disconnect_notify() method. The method is called after
334 disconnect_notify() is void and cannot fail. Client subsystems should
/Linux-v5.10/fs/configfs/
Ddir.c925 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify()
926 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify()
/Linux-v5.10/drivers/nvme/target/
Dconfigfs.c1326 .disconnect_notify = nvmet_referral_notify,