nofua             786 drivers/usb/gadget/function/f_mass_storage.c 		if (!curlun->nofua && (common->cmnd[1] & 0x08)) { /* FUA */
nofua            2555 drivers/usb/gadget/function/f_mass_storage.c static DEVICE_ATTR_RW(nofua);
nofua            3109 drivers/usb/gadget/function/f_mass_storage.c CONFIGFS_ATTR(fsg_lun_opts_, nofua);
nofua              13 drivers/usb/gadget/function/f_mass_storage.h 	bool		nofua[FSG_MAX_LUNS];
nofua              41 drivers/usb/gadget/function/f_mass_storage.h 	_FSG_MODULE_PARAM_ARRAY(prefix, params, nofua, bool,		\
nofua              92 drivers/usb/gadget/function/f_mass_storage.h 	char nofua;
nofua             326 drivers/usb/gadget/function/storage_common.c 	return sprintf(buf, "%u\n", curlun->nofua);
nofua             417 drivers/usb/gadget/function/storage_common.c 	bool		nofua;
nofua             420 drivers/usb/gadget/function/storage_common.c 	ret = strtobool(buf, &nofua);
nofua             425 drivers/usb/gadget/function/storage_common.c 	if (!nofua && curlun->nofua)
nofua             428 drivers/usb/gadget/function/storage_common.c 	curlun->nofua = nofua;
nofua             110 drivers/usb/gadget/function/storage_common.h 	unsigned int	nofua:1;