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()
2839 return lun->removable ? (S_IWUSR | S_IRUGO) : S_IRUGO; in fsg_lun_dev_is_visible()
2867 if (!cfg->filename && !cfg->removable) { in fsg_common_create_lun()
2881 lun->removable = !!cfg->removable; in fsg_common_create_lun()
2921 lun->removable ? "removable " : "", in fsg_common_create_lun()
3205 __CONFIGFS_ATTR(removable, S_IRUGO | S_IWUSR,
3297 config.removable = true; in fsg_lun_make()
3496 config.removable = true; in fsg_alloc_inst()
3582 lun->removable = !!params->removable[i]; in fsg_config_from_params()