Home
last modified time | relevance | path

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

/Linux-v6.1/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
40 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_sync_file_range()
54 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fsync_prep()
70 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fsync()
86 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fallocate_prep()
99 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fallocate()
/Linux-v6.1/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()
311 gpiomtd->io_sync = devm_ioremap_resource(dev, res); in gpio_nand_probe()
312 if (IS_ERR(gpiomtd->io_sync)) in gpio_nand_probe()
313 return PTR_ERR(gpiomtd->io_sync); in gpio_nand_probe()