Home
last modified time | relevance | path

Searched refs:io_sync (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/io_uring/
Dsync.c17 struct io_sync { struct
27 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_sfr_prep() argument
42 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_sync_file_range()
55 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fsync_prep()
72 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fsync()
87 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fallocate_prep()
101 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fallocate()
/linux-6.6.21/drivers/mtd/nand/raw/
Dgpio.c33 void __iomem *io_sync; member
61 if (gpiomtd->io_sync) { in gpio_nand_dosync()
67 tmp = readl(gpiomtd->io_sync); in gpio_nand_dosync()
309 gpiomtd->io_sync = devm_ioremap_resource(dev, res); in gpio_nand_probe()
310 if (IS_ERR(gpiomtd->io_sync)) in gpio_nand_probe()
311 return PTR_ERR(gpiomtd->io_sync); in gpio_nand_probe()