Searched refs:sbsize (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/mtd/nand/ |
H A D | mpc5121_nfc.c | 411 uint o, s, sbsize, blksize; mpc5121_nfc_copy_spare() local 429 sbsize = (mtd->oobsize / (mtd->writesize / 512)) & ~1; mpc5121_nfc_copy_spare() 433 s = offset / sbsize; mpc5121_nfc_copy_spare() 441 o = offset - (s * sbsize); mpc5121_nfc_copy_spare() 442 blksize = min(sbsize - o, size); mpc5121_nfc_copy_spare()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_attr_list.c | 76 int sbsize, nsbuf, count, i; xfs_attr_shortform_list() local 134 sbsize = sf->hdr.count * sizeof(*sbuf); xfs_attr_shortform_list() 135 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP | KM_NOFS); xfs_attr_shortform_list()
|
/linux-4.4.14/fs/ufs/ |
H A D | super.c | 201 pr_debug(" sbsize: %u\n", fs32_to_cpu(sb, usb1->fs_sbsize)); ufs_print_super_stuff()
|
Completed in 269 milliseconds