Lines Matching refs:nbytes
1279 const u8 *oobbuf, int start, int nbytes, in mtd_ooblayout_get_bytes() argument
1293 cnt = min_t(int, nbytes, oobregion.length); in mtd_ooblayout_get_bytes()
1296 nbytes -= cnt; in mtd_ooblayout_get_bytes()
1298 if (!nbytes) in mtd_ooblayout_get_bytes()
1322 u8 *oobbuf, int start, int nbytes, in mtd_ooblayout_set_bytes() argument
1336 cnt = min_t(int, nbytes, oobregion.length); in mtd_ooblayout_set_bytes()
1339 nbytes -= cnt; in mtd_ooblayout_set_bytes()
1341 if (!nbytes) in mtd_ooblayout_set_bytes()
1365 int section = 0, ret, nbytes = 0; in mtd_ooblayout_count_bytes() local
1371 ret = nbytes; in mtd_ooblayout_count_bytes()
1375 nbytes += oobregion.length; in mtd_ooblayout_count_bytes()
1394 const u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_get_eccbytes() argument
1396 return mtd_ooblayout_get_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_get_eccbytes()
1414 u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_set_eccbytes() argument
1416 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_set_eccbytes()
1434 const u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_get_databytes() argument
1436 return mtd_ooblayout_get_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_get_databytes()
1454 u8 *oobbuf, int start, int nbytes) in mtd_ooblayout_set_databytes() argument
1456 return mtd_ooblayout_set_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_set_databytes()