Searched refs:_unpoint (Results 1 – 3 of 3) sorted by relevance
317 return mtd->parent->_unpoint(mtd->parent, from + mtd->offset, len); in part_unpoint()618 if (master->_point && master->_unpoint) { in allocate_partition()620 slave->_unpoint = part_unpoint; in allocate_partition()
925 return mtd->_unpoint(mtd, from, len); in mtd_unpoint()
237 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len); member