Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dconfigfs.h236 void (*disconnect_notify)(struct config_group *group, struct config_item *item); member
/linux-3.4.99/Documentation/filesystems/configfs/
Dconfigfs.txt241 void (*disconnect_notify)(struct config_group *group,
277 ct_group_ops->disconnect_notify() method. The method is called after
280 disconnect_notify() is void and cannot fail. Client subsystems should
/linux-3.4.99/fs/configfs/
Ddir.c924 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify()
925 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify()