Searched refs:_is_locked (Results 1 – 3 of 3) sorted by relevance
479 return mtd->parent->_is_locked(mtd->parent, ofs + mtd->offset, len); in part_is_locked()657 if (master->_is_locked) in allocate_partition()658 slave->_is_locked = part_is_locked; in allocate_partition()
1596 if (!mtd->_is_locked) in mtd_is_locked()1602 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