| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | xtx.c | 57 .rfree = xt26g0xa_ooblayout_free, 80 .rfree = xt26g01b_ooblayout_free, 109 .rfree = xt26g02b_ooblayout_free, 138 .rfree = xt26g01c_ooblayout_free,
|
| H A D | hyf.c | 59 .rfree = hyf1gq4upacae_ooblayout_free, 88 .rfree = hyf1gq4udacae_ooblayout_free, 117 .rfree = hyf2gq4uaacae_ooblayout_free,
|
| H A D | gigadevice.c | 101 .rfree = gd5fxgq4xa_ooblayout_free, 156 .rfree = gd5fxgqx_variant2_ooblayout_free, 185 .rfree = gd5fxgq4xc_ooblayout_256_free, 209 .rfree = gd5fxgqx_variant3_ooblayout_free,
|
| H A D | fmsh.c | 53 .rfree = fm25s01a_ooblayout_free, 82 .rfree = fm25s01_ooblayout_free,
|
| H A D | dosilicon.c | 65 .rfree = ds35xxga_ooblayout_free, 95 .rfree = ds35xxgb_ooblayout_free,
|
| H A D | winbond.c | 62 .rfree = w25m02gv_ooblayout_free, 106 .rfree = w25n02kv_ooblayout_free,
|
| H A D | silicongo.c | 53 .rfree = sgm7000i_ooblayout_free,
|
| H A D | esmt.c | 59 .rfree = f50lxx41x_ooblayout_free,
|
| H A D | gsto.c | 59 .rfree = gss0xgsak1_ooblayout_free,
|
| H A D | unim.c | 59 .rfree = tx25g01_ooblayout_free,
|
| H A D | etron.c | 56 .rfree = em73c044vcf_oh_ooblayout_free,
|
| H A D | biwin.c | 59 .rfree = bwjx08k_ooblayout_free,
|
| H A D | micron.c | 66 .rfree = mt29f2g01abagd_ooblayout_free,
|
| H A D | xincun.c | 61 .rfree = xcsp2aapk_ooblayout_free,
|
| H A D | jsc.c | 60 .rfree = js28u1gqscahg_ooblayout_free,
|
| H A D | skyhigh.c | 57 .rfree = s35ml04g3_ooblayout_free,
|
| H A D | foresee.c | 53 .rfree = fsxxndxxg_ooblayout_free,
|
| H A D | toshiba.c | 58 .rfree = tc58cxgxsx_ooblayout_free,
|
| H A D | macronix.c | 51 .rfree = mx35lfxge4ab_ooblayout_free,
|
| H A D | core.c | 1107 .rfree = spinand_noecc_ooblayout_free,
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | fix_node.c | 696 static int are_leaves_removable(struct tree_balance *tb, int lfree, int rfree) in are_leaves_removable() argument 748 if (MAX_CHILD_SIZE(S0) + vn->vn_size <= rfree + lfree + ih_size) { in are_leaves_removable() 1273 static inline int can_node_be_removed(int mode, int lfree, int sfree, int rfree, in can_node_be_removed() argument 1285 if (lfree + rfree + sfree < MAX_CHILD_SIZE(Sh) + levbytes in can_node_be_removed() 1336 int lfree, sfree, rfree /* free space in L, S and R */ ; in ip_check_balance() local 1404 rfree = get_rfree(tb, h); in ip_check_balance() 1408 if (can_node_be_removed(vn->vn_mode, lfree, sfree, rfree, tb, h) == in ip_check_balance() 1428 check_right(tb, h, rfree); in ip_check_balance() 1736 int lfree, rfree /* free space in L and R */ ; in dc_check_balance_internal() local 1768 rfree = get_rfree(tb, h); in dc_check_balance_internal() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/reset/ |
| H A D | reset-scmi.c | 72 .rfree = scmi_reset_rfree,
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 137 int (*rfree)(struct mtd_info *mtd, int section, member
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdcore.c | 1185 if (!mtd->ooblayout || !mtd->ooblayout->rfree) in mtd_ooblayout_free() 1188 return mtd->ooblayout->rfree(mtd, section, oobfree); in mtd_ooblayout_free()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | denali.c | 1181 .rfree = denali_ooblayout_free,
|