aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/exportfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/exportfs.h')
0 files changed, 0 insertions, 0 deletions
struct device *); void transport_configure_device(struct device *); void transport_destroy_device(struct device *); static inline void transport_register_device(struct device *dev) { transport_setup_device(dev); transport_add_device(dev); } static inline void transport_unregister_device(struct device *dev) { transport_remove_device(dev); transport_destroy_device(dev); } static inline int transport_container_register(struct transport_container *tc) { return attribute_container_register(&tc->ac); } static inline void transport_container_unregister(struct transport_container *tc) {