/openbmc/linux/fs/f2fs/ |
H A D | recovery.c | 408 bool check_only) in find_fsync_dnodes() argument 445 if (!check_only && in find_fsync_dnodes() 858 int f2fs_recover_fsync_data(struct f2fs_sb_info *sbi, bool check_only) in f2fs_recover_fsync_data() argument 879 err = find_fsync_dnodes(sbi, &inode_list, check_only); in f2fs_recover_fsync_data() 883 if (check_only) { in f2fs_recover_fsync_data() 897 fix_curseg_write_pointer = !check_only || list_empty(&inode_list); in f2fs_recover_fsync_data()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | au1550nd.c | 212 bool check_only) in au1550nd_exec_op() argument 218 if (check_only) in au1550nd_exec_op()
|
H A D | fsl_upm.c | 133 bool check_only) in fun_exec_op() argument 142 if (check_only) in fun_exec_op()
|
H A D | cs553x_nand.c | 194 bool check_only) in cs553x_exec_op() argument 200 if (check_only) in cs553x_exec_op()
|
H A D | gpio.c | 139 bool check_only) in gpio_nand_exec_op() argument 145 if (check_only) in gpio_nand_exec_op()
|
H A D | ams-delta.c | 140 const struct nand_operation *op, bool check_only) in gpio_nand_exec_op() argument 146 if (check_only) in gpio_nand_exec_op()
|
H A D | vf610_nfc.c | 498 bool check_only) in vf610_nfc_exec_op() argument 500 if (!check_only) in vf610_nfc_exec_op() 504 check_only); in vf610_nfc_exec_op()
|
H A D | mxic_nand.c | 389 const struct nand_operation *op, bool check_only) in mxic_nfc_exec_op() argument 396 if (check_only) in mxic_nfc_exec_op()
|
H A D | diskonchip.c | 565 bool check_only) in doc200x_exec_op() argument 570 if (check_only) in doc200x_exec_op() 640 bool check_only) in doc2001plus_exec_op() argument 645 if (check_only) in doc2001plus_exec_op()
|
H A D | davinci_nand.c | 682 bool check_only) in davinci_nand_exec_op() argument 687 if (check_only) in davinci_nand_exec_op()
|
H A D | intel-nand-controller.c | 515 const struct nand_operation *op, bool check_only) in ebu_nand_exec_op() argument 521 if (check_only) in ebu_nand_exec_op()
|
H A D | pl35x-nand-controller.c | 775 bool check_only) in pl35x_nfc_exec_op() argument 777 if (!check_only) in pl35x_nfc_exec_op() 781 op, check_only); in pl35x_nfc_exec_op()
|
H A D | tegra_nand.c | 471 bool check_only) in tegra_nand_exec_op() argument 473 if (!check_only) in tegra_nand_exec_op() 477 check_only); in tegra_nand_exec_op()
|
H A D | rockchip-nand-controller.c | 405 bool check_only) in rk_nfc_exec_op() argument 407 if (!check_only) in rk_nfc_exec_op() 411 check_only); in rk_nfc_exec_op()
|
H A D | arasan-nand-controller.c | 960 bool check_only) in anfc_exec_op() argument 964 if (check_only) in anfc_exec_op() 971 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, check_only); in anfc_exec_op()
|
H A D | renesas-nand-controller.c | 683 const struct nand_operation *op, bool check_only) in rnandc_exec_op() argument 698 if (!check_only) in rnandc_exec_op() 839 if (check_only) in rnandc_exec_op()
|
H A D | fsmc_nand.c | 631 bool check_only) in fsmc_exec_op() argument 639 if (check_only) in fsmc_exec_op()
|
H A D | nand_base.c | 1234 unsigned int len, bool check_only) in nand_lp_exec_cont_read_page_op() argument 1279 if (check_only) { in nand_lp_exec_cont_read_page_op() 2162 bool force_8bit, bool check_only) in nand_read_data_op() argument 2164 if (!len || (!check_only && !buf)) in nand_read_data_op() 2195 if (check_only) { in nand_read_data_op() 2214 if (check_only) in nand_read_data_op() 2498 const struct nand_operation *op, bool check_only) in nand_op_parser_exec_op() argument 2536 if (!check_only) { in nand_op_parser_exec_op()
|
H A D | marvell_nand.c | 2180 bool check_only) in marvell_nfc_exec_op() argument 2184 if (!check_only) in marvell_nfc_exec_op() 2189 op, check_only); in marvell_nfc_exec_op() 2192 op, check_only); in marvell_nfc_exec_op()
|
H A D | sunxi_nand.c | 1898 const struct nand_operation *op, bool check_only) in sunxi_nfc_exec_op() argument 1903 if (!check_only) in sunxi_nfc_exec_op() 1911 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
|
H A D | denali.c | 1149 const struct nand_operation *op, bool check_only) in denali_exec_op() argument 1153 if (check_only) in denali_exec_op()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | platinumfb.c | 93 int check_only); 438 int check_only) in platinum_var_to_par() argument 467 if (check_only) in platinum_var_to_par()
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 1026 const struct nand_operation *op, bool check_only); 1091 bool check_only); 1567 bool force_8bit, bool check_only);
|
/openbmc/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 313 bool check_only) in ingenic_nand_exec_op() argument 321 if (check_only) in ingenic_nand_exec_op()
|
/openbmc/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 206 const struct nand_operation *op, bool check_only); 612 bool check_only) in atmel_smc_nand_exec_op() argument 617 if (check_only) in atmel_smc_nand_exec_op() 702 bool check_only) in atmel_hsmc_nand_exec_op() argument 706 if (check_only) in atmel_hsmc_nand_exec_op() 1546 bool check_only) in atmel_nand_exec_op() argument 1553 return nc->caps->ops->exec_op(nand, op, check_only); in atmel_nand_exec_op()
|