Searched refs:allowBlockDevices (Results 1 – 3 of 3) sorted by relevance
108 void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices);
785 allowBlockDevices = 0, in main() local903 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; continue;… in main()1099 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; argument+… in main()1412 FIO_setAllowBlockDevices(prefs, allowBlockDevices); in main()
336 int allowBlockDevices; member397 ret->allowBlockDevices = 0; in FIO_createPreferences()465 …wBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices) { prefs->allowBlockDevices = allowB… in FIO_setAllowBlockDevices() argument614 int allowBlockDevices = prefs != NULL ? prefs->allowBlockDevices : 0; in FIO_openSrcFile() local630 && !(allowBlockDevices && UTIL_isBlockDevStat(&statbuf)) in FIO_openSrcFile()