Lines Matching refs:f_lb_opts
234 struct f_lb_opts *opts; in lb_free_func()
236 opts = container_of(f->fi, struct f_lb_opts, func_inst); in lb_free_func()
387 struct f_lb_opts *lb_opts; in loopback_alloc()
393 lb_opts = container_of(fi, struct f_lb_opts, func_inst); in loopback_alloc()
415 static inline struct f_lb_opts *to_f_lb_opts(struct config_item *item) in to_f_lb_opts()
417 return container_of(to_config_group(item), struct f_lb_opts, in to_f_lb_opts()
421 CONFIGFS_ATTR_STRUCT(f_lb_opts);
422 CONFIGFS_ATTR_OPS(f_lb_opts);
426 struct f_lb_opts *lb_opts = to_f_lb_opts(item); in lb_attr_release()
437 static ssize_t f_lb_opts_qlen_show(struct f_lb_opts *opts, char *page) in f_lb_opts_qlen_show()
448 static ssize_t f_lb_opts_qlen_store(struct f_lb_opts *opts, in f_lb_opts_qlen_store()
476 static ssize_t f_lb_opts_bulk_buflen_show(struct f_lb_opts *opts, char *page) in f_lb_opts_bulk_buflen_show()
487 static ssize_t f_lb_opts_bulk_buflen_store(struct f_lb_opts *opts, in f_lb_opts_bulk_buflen_store()
529 struct f_lb_opts *lb_opts; in lb_free_instance()
531 lb_opts = container_of(fi, struct f_lb_opts, func_inst); in lb_free_instance()
537 struct f_lb_opts *lb_opts; in loopback_alloc_instance()