Searched refs:to_fsg_lun_opts (Results 1 – 1 of 1) sorted by relevance
3122 static inline struct fsg_lun_opts *to_fsg_lun_opts(struct config_item *item) in to_fsg_lun_opts() function3137 lun_opts = to_fsg_lun_opts(item); in fsg_lun_attr_release()3147 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_file_show()3156 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_file_store()3166 return fsg_show_ro(to_fsg_lun_opts(item)->lun, page); in fsg_lun_opts_ro_show()3172 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_ro_store()3183 return fsg_show_removable(to_fsg_lun_opts(item)->lun, page); in fsg_lun_opts_removable_show()3189 return fsg_store_removable(to_fsg_lun_opts(item)->lun, page, len); in fsg_lun_opts_removable_store()3196 return fsg_show_cdrom(to_fsg_lun_opts(item)->lun, page); in fsg_lun_opts_cdrom_show()3202 struct fsg_lun_opts *opts = to_fsg_lun_opts(item); in fsg_lun_opts_cdrom_store()[all …]