Home
last modified time | relevance | path

Searched refs:sbsize (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Dmpc5121_nfc.c411 uint o, s, sbsize, blksize; in mpc5121_nfc_copy_spare() local
429 sbsize = (mtd->oobsize / (mtd->writesize / 512)) & ~1; in mpc5121_nfc_copy_spare()
433 s = offset / sbsize; in mpc5121_nfc_copy_spare()
441 o = offset - (s * sbsize); in mpc5121_nfc_copy_spare()
442 blksize = min(sbsize - o, size); in mpc5121_nfc_copy_spare()
/linux-4.1.27/fs/xfs/
Dxfs_attr_list.c76 int sbsize, nsbuf, count, i; in xfs_attr_shortform_list() local
134 sbsize = sf->hdr.count * sizeof(*sbuf); in xfs_attr_shortform_list()
135 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP | KM_NOFS); in xfs_attr_shortform_list()