Searched refs:nofua (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | storage_common.c | 329 return sprintf(buf, "%u\n", curlun->nofua); in fsg_show_nofua() 420 bool nofua; in fsg_store_nofua() local 423 ret = kstrtobool(buf, &nofua); in fsg_store_nofua() 428 if (!nofua && curlun->nofua) in fsg_store_nofua() 431 curlun->nofua = nofua; in fsg_store_nofua()
|
| H A D | f_mass_storage.h | 13 bool nofua[FSG_MAX_LUNS]; member 41 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \ 92 char nofua; member
|
| H A D | f_mass_storage.c | 780 if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */ in do_write() 2689 static DEVICE_ATTR_RW(nofua); 3245 CONFIGFS_ATTR(fsg_lun_opts_, nofua);
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-_UDC_-gadget | 12 What: /sys/devices/platform/_UDC_/gadget/gadget-lunX/nofua
|
| H A D | configfs-usb-gadget-mass-storage | 33 nofua Flag specifying that FUA flag
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | writecache.rst | 48 nofua 54 with nofua. The user should test it
|
| /linux/Documentation/usb/ |
| H A D | mass-storage.rst | 105 - nofua=b[,b...] 179 - nofua 181 Reflects the state of nofua flag for given logical unit. It can
|
| /linux/drivers/ata/ |
| H A D | libata-core.c | 2769 goto nofua; in ata_dev_config_fua() 2773 goto nofua; in ata_dev_config_devslp() 2777 goto nofua; in ata_dev_config_devslp() 2783 nofua: in ata_dev_config_devslp() 4055 [__ATA_QUIRK_NO_FUA] = "nofua", in ata_dev_print_quirks()
|