Searched refs:_is_locked (Results 1 – 3 of 3) sorted by relevance
471 return mtd->parent->_is_locked(mtd->parent, ofs + mtd->offset, len); in part_is_locked()649 if (master->_is_locked) in allocate_partition()650 slave->_is_locked = part_is_locked; in allocate_partition()
1625 if (!mtd->_is_locked) in mtd_is_locked()1631 return mtd->_is_locked(mtd, ofs, len); in mtd_is_locked()
272 int (*_is_locked) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
Completed in 10 milliseconds