Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dmpc5121_nfc.c398 uint o, s, sbsize, blksize; in mpc5121_nfc_copy_spare() local
416 sbsize = (mtd->oobsize / (mtd->writesize / 512)) & ~1; in mpc5121_nfc_copy_spare()
420 s = offset / sbsize; in mpc5121_nfc_copy_spare()
428 o = offset - (s * sbsize); in mpc5121_nfc_copy_spare()
429 blksize = min(sbsize - o, size); in mpc5121_nfc_copy_spare()
/linux/fs/xfs/
H A Dxfs_attr_list.c62 int sbsize, nsbuf, count, i; in xfs_attr_shortform_list() local
116 sbsize = sf->count * sizeof(*sbuf); in xfs_attr_shortform_list()
117 sbp = sbuf = kmalloc(sbsize, in xfs_attr_shortform_list()