Searched refs:mtd_lock (Results 1 – 3 of 3) sorted by relevance
393 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
1451 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in mtd_lock() function1461 EXPORT_SYMBOL_GPL(mtd_lock);
522 err = mtd_lock(subdev, ofs, size); in concat_lock()