Searched refs:can_write (Results 1 – 6 of 6) sorted by relevance
293 can_write(device_t nandbus) in can_write() function543 if (!can_write(nandbus)) in generic_program_page()583 if (!can_write(nandbus)) in generic_program_page_intlv()624 if (!can_write(nandbus)) in generic_program_oob()683 if (!can_write(nandbus)) in generic_erase_block()717 if (!can_write(nandbus)) in generic_erase_block_intlv()882 if (!can_write(nandbus)) in small_program_page()926 if (!can_write(nandbus)) in small_program_oob()1156 if (!can_write(nandbus))1199 if (!can_write(nandbus))[all …]
114 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
733 bool can_write = wbp != NULL && in cam_iosched_has_io() local738 …printf("can write %d: pending_writes %d max_writes %d\n", can_write, isc->write_stats.pending, isc… in cam_iosched_has_io()742 return can_read || can_write; in cam_iosched_has_io()
483 inline bool can_write(const Twine &Path) { in can_write() function
1997 void can_write(int tx) { in can_write() function2623 can_write(wifd);
742 if (!llvm::sys::fs::can_write(OutputPath)) { in createOutputFile()