Home
last modified time | relevance | path

Searched refs:nofua (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/gadget/function/
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 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.h110 unsigned int nofua:1; member
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-_UDC_-gadget12 What: /sys/devices/platform/_UDC_/gadget/gadget-lunX/nofua
H A Dconfigfs-usb-gadget-mass-storage33 nofua Flag specifying that FUA flag
/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst48 nofua
54 with nofua. The user should test it
/linux/Documentation/usb/
H A Dmass-storage.rst105 - nofua=b[,b...]
179 - nofua
181 Reflects the state of nofua flag for given logical unit. It can
/linux/drivers/ata/
H A Dlibata-core.c2673 goto nofua; in ata_dev_config_fua()
2677 goto nofua; in ata_dev_config_fua()
2681 goto nofua; in ata_dev_config_fua()
2687 nofua: in ata_dev_config_fua()