Searched refs:allowBlockDevices (Results 1 – 4 of 4) sorted by relevance
70 int allowBlockDevices; member
98 void FIO_setAllowBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices);
848 allowBlockDevices = 0, in main() local969 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; continue;… in main()1211 …O_overwriteMode(prefs); forceStdin=1; forceStdout=1; followLinks=1; allowBlockDevices=1; argument+… in main()1569 FIO_setAllowBlockDevices(prefs, allowBlockDevices); in main()
308 ret->allowBlockDevices = 0; in FIO_createPreferences()378 …wBlockDevices(FIO_prefs_t* const prefs, int allowBlockDevices) { prefs->allowBlockDevices = allowB… in FIO_setAllowBlockDevices() argument545 int allowBlockDevices = prefs != NULL ? prefs->allowBlockDevices : 0; in FIO_openSrcFile() local562 && !(allowBlockDevices && UTIL_isBlockDevStat(statbuf)) in FIO_openSrcFile()