Searched refs:nofua (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
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 | storage_common.c | 328 return sprintf(buf, "%u\n", curlun->nofua); in fsg_show_nofua() 419 bool nofua; in fsg_store_nofua() local 422 ret = strtobool(buf, &nofua); in fsg_store_nofua() 427 if (!nofua && curlun->nofua) in fsg_store_nofua() 430 curlun->nofua = nofua; in fsg_store_nofua()
|
H A D | storage_common.h | 110 unsigned int nofua:1; member
|
H A D | f_mass_storage.c | 76 * ->nofua Flag specifying that FUA flag in SCSI WRITE(10,12) 803 if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */ in do_write() 2571 static DEVICE_ATTR_RW(nofua); 3125 CONFIGFS_ATTR(fsg_lun_opts_, nofua);
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
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 | 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 | storage_common.h | 110 unsigned int nofua:1; member
|
H A D | f_mass_storage.c | 46 * ->nofua Flag specifying that FUA flag in SCSI WRITE(10,12) 779 if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */ in do_write() 2681 static DEVICE_ATTR_RW(nofua); 3238 CONFIGFS_ATTR(fsg_lun_opts_, nofua);
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-core.c | 2683 goto nofua; in ata_dev_config_fua() 2687 goto nofua; in ata_dev_config_fua() 2691 goto nofua; in ata_dev_config_fua() 2697 nofua: in ata_dev_config_fua()
|
Completed in 18 milliseconds