Searched defs:configfs_item_operations (Results 1 – 1 of 1) sorted by relevance
208 struct configfs_item_operations { struct209 void (*release)(struct config_item *);210 int (*allow_link)(struct config_item *src, struct config_item *target);211 void (*drop_link)(struct config_item *src, struct config_item *target);
Completed in 3 milliseconds