/linux-6.1.9/fs/f2fs/ |
D | recovery.c | 364 bool check_only) in find_fsync_dnodes() argument 403 if (!check_only && in find_fsync_dnodes() 819 int f2fs_recover_fsync_data(struct f2fs_sb_info *sbi, bool check_only) in f2fs_recover_fsync_data() argument 850 err = find_fsync_dnodes(sbi, &inode_list, check_only); in f2fs_recover_fsync_data() 854 if (check_only) { in f2fs_recover_fsync_data() 868 fix_curseg_write_pointer = !check_only || list_empty(&inode_list); in f2fs_recover_fsync_data()
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | fsl_upm.c | 132 bool check_only) in fun_exec_op() argument 141 if (check_only) in fun_exec_op()
|
D | au1550nd.c | 212 bool check_only) in au1550nd_exec_op() argument 218 if (check_only) in au1550nd_exec_op()
|
D | cs553x_nand.c | 194 bool check_only) in cs553x_exec_op() argument 200 if (check_only) in cs553x_exec_op()
|
D | gpio.c | 139 bool check_only) in gpio_nand_exec_op() argument 145 if (check_only) in gpio_nand_exec_op()
|
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()
|
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()
|
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()
|
D | davinci_nand.c | 683 bool check_only) in davinci_nand_exec_op() argument 688 if (check_only) in davinci_nand_exec_op()
|
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()
|
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()
|
D | pl35x-nand-controller.c | 768 bool check_only) in pl35x_nfc_exec_op() argument 770 if (!check_only) in pl35x_nfc_exec_op() 774 op, check_only); in pl35x_nfc_exec_op()
|
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()
|
D | arasan-nand-controller.c | 948 bool check_only) in anfc_exec_op() argument 952 if (check_only) in anfc_exec_op() 959 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, check_only); in anfc_exec_op()
|
D | rockchip-nand-controller.c | 406 bool check_only) in rk_nfc_exec_op() argument 408 if (!check_only) in rk_nfc_exec_op() 412 check_only); in rk_nfc_exec_op()
|
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()
|
D | fsmc_nand.c | 631 bool check_only) in fsmc_exec_op() argument 639 if (check_only) in fsmc_exec_op()
|
D | marvell_nand.c | 2151 bool check_only) in marvell_nfc_exec_op() argument 2155 if (!check_only) in marvell_nfc_exec_op() 2160 op, check_only); in marvell_nfc_exec_op() 2163 op, check_only); in marvell_nfc_exec_op()
|
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()
|
D | sunxi_nand.c | 1931 const struct nand_operation *op, bool check_only) in sunxi_nfc_exec_op() argument 1936 if (!check_only) in sunxi_nfc_exec_op() 1944 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
|
D | meson_nand.c | 897 const struct nand_operation *op, bool check_only) in meson_nfc_exec_op() argument 906 if (check_only) in meson_nfc_exec_op()
|
/linux-6.1.9/drivers/video/fbdev/ |
D | platinumfb.c | 93 int check_only); 441 int check_only) in platinum_var_to_par() argument 470 if (check_only) in platinum_var_to_par()
|
/linux-6.1.9/include/linux/mtd/ |
D | rawnand.h | 1022 const struct nand_operation *op, bool check_only); 1087 bool check_only); 1541 bool force_8bit, bool check_only);
|
/linux-6.1.9/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_nand_drv.c | 314 bool check_only) in ingenic_nand_exec_op() argument 322 if (check_only) in ingenic_nand_exec_op()
|
/linux-6.1.9/drivers/mtd/nand/raw/atmel/ |
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()
|