Lines Matching refs:removable
1103 buf[1] = curlun->removable ? 0x80 : 0; in do_inquiry()
1328 } else if (!curlun->removable) { in do_start_stop()
1378 } else if (!common->curlun->removable) { in do_prevent_allow()
2838 return lun->removable ? (S_IWUSR | S_IRUGO) : S_IRUGO; in fsg_lun_dev_is_visible()
2866 if (!cfg->filename && !cfg->removable) { in fsg_common_create_lun()
2880 lun->removable = !!cfg->removable; in fsg_common_create_lun()
2920 lun->removable ? "removable " : "", in fsg_common_create_lun()
3196 CONFIGFS_ATTR(fsg_lun_opts_, removable);
3281 config.removable = true; in fsg_lun_make()
3473 config.removable = true; in fsg_alloc_inst()
3559 lun->removable = !!params->removable[i]; in fsg_config_from_params()