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

/linux-4.4.14/drivers/usb/gadget/function/
H A Dstorage_common.c332 return sprintf(buf, "%u\n", curlun->nofua); fsg_show_nofua()
417 bool nofua; fsg_store_nofua() local
420 ret = strtobool(buf, &nofua); fsg_store_nofua()
425 if (!nofua && curlun->nofua) fsg_store_nofua()
428 curlun->nofua = nofua; fsg_store_nofua()
H A Df_mass_storage.h12 bool nofua[FSG_MAX_LUNS]; member in struct:fsg_module_parameters
40 _FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool, \
102 char nofua; member in struct:fsg_lun_config
H A Dstorage_common.h103 unsigned int nofua:1; member in struct:fsg_lun
H A Df_mass_storage.c75 * ->nofua Flag specifying that FUA flag in SCSI WRITE(10,12)
810 if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */ do_write()
2632 static DEVICE_ATTR_RW(nofua);
3226 CONFIGFS_ATTR(fsg_lun_opts_, nofua);

Completed in 161 milliseconds