Home
last modified time | relevance | path

Searched refs:rfree (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/
H A Dxtx.c57 .rfree = xt26g0xa_ooblayout_free,
80 .rfree = xt26g01b_ooblayout_free,
109 .rfree = xt26g02b_ooblayout_free,
138 .rfree = xt26g01c_ooblayout_free,
H A Dhyf.c59 .rfree = hyf1gq4upacae_ooblayout_free,
88 .rfree = hyf1gq4udacae_ooblayout_free,
117 .rfree = hyf2gq4uaacae_ooblayout_free,
H A Dgigadevice.c101 .rfree = gd5fxgq4xa_ooblayout_free,
156 .rfree = gd5fxgqx_variant2_ooblayout_free,
185 .rfree = gd5fxgq4xc_ooblayout_256_free,
209 .rfree = gd5fxgqx_variant3_ooblayout_free,
H A Dfmsh.c53 .rfree = fm25s01a_ooblayout_free,
82 .rfree = fm25s01_ooblayout_free,
H A Ddosilicon.c65 .rfree = ds35xxga_ooblayout_free,
95 .rfree = ds35xxgb_ooblayout_free,
H A Dwinbond.c62 .rfree = w25m02gv_ooblayout_free,
106 .rfree = w25n02kv_ooblayout_free,
H A Dsilicongo.c53 .rfree = sgm7000i_ooblayout_free,
H A Desmt.c59 .rfree = f50lxx41x_ooblayout_free,
H A Dgsto.c59 .rfree = gss0xgsak1_ooblayout_free,
H A Dunim.c59 .rfree = tx25g01_ooblayout_free,
H A Detron.c56 .rfree = em73c044vcf_oh_ooblayout_free,
H A Dbiwin.c59 .rfree = bwjx08k_ooblayout_free,
H A Dmicron.c66 .rfree = mt29f2g01abagd_ooblayout_free,
H A Dxincun.c61 .rfree = xcsp2aapk_ooblayout_free,
H A Djsc.c60 .rfree = js28u1gqscahg_ooblayout_free,
H A Dskyhigh.c57 .rfree = s35ml04g3_ooblayout_free,
H A Dforesee.c53 .rfree = fsxxndxxg_ooblayout_free,
H A Dtoshiba.c58 .rfree = tc58cxgxsx_ooblayout_free,
H A Dmacronix.c51 .rfree = mx35lfxge4ab_ooblayout_free,
H A Dcore.c1107 .rfree = spinand_noecc_ooblayout_free,
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dfix_node.c696 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 Dreset-scmi.c72 .rfree = scmi_reset_rfree,
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h137 int (*rfree)(struct mtd_info *mtd, int section, member
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdcore.c1185 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 Ddenali.c1181 .rfree = denali_ooblayout_free,