Home
last modified time | relevance | path

Searched refs:nofua (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_mass_storage.h13 bool nofua[FSG_MAX_LUNS]; member
41 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \
92 char nofua; member
H A Dstorage_common.c328 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 Dstorage_common.h110 unsigned int nofua:1; member
H A Df_mass_storage.c76 * ->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 Df_mass_storage.h13 bool nofua[FSG_MAX_LUNS]; member
41 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \
92 char nofua; member
H A Dstorage_common.c329 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 Dstorage_common.h110 unsigned int nofua:1; member
H A Df_mass_storage.c46 * ->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 Dlibata-core.c2683 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