/linux-6.6.21/fs/ |
D | sync.c | 184 if (!file->f_op->fsync) in vfs_fsync_range() 188 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 218 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
D | aio.c | 201 struct fsync_iocb fsync; member 1597 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1598 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1600 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1602 put_cred(iocb->fsync.creds); in aio_fsync_work() 1613 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 1967 return aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 1969 return aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
/linux-6.6.21/fs/ufs/ |
D | file.c | 43 .fsync = generic_file_fsync,
|
/linux-6.6.21/fs/adfs/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/linux-6.6.21/Documentation/admin-guide/device-mapper/ |
D | log-writes.rst | 104 Say you want to test fsync on your file system. You would do something like 113 <some test that does fsync at the end> 114 dmsetup message log 0 mark fsync 119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
|
/linux-6.6.21/fs/gfs2/ |
D | glops.h | 26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
D | glops.c | 59 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() argument 75 if (fsync) in __gfs2_ail_flush() 82 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 141 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 153 __gfs2_ail_flush(gl, fsync, revokes); in gfs2_ail_flush()
|
/linux-6.6.21/fs/ramfs/ |
D | file-mmu.c | 45 .fsync = noop_fsync,
|
/linux-6.6.21/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | fsl,cpm1-tsa.yaml | 103 fsl,fsync-rising-edge: 107 clock. If 'fsync-rising-edge' is not present, pulses are sampled with 193 fsl,fsync-rising-edge;
|
/linux-6.6.21/fs/sysv/ |
D | file.c | 28 .fsync = generic_file_fsync,
|
/linux-6.6.21/fs/minix/ |
D | file.c | 21 .fsync = generic_file_fsync,
|
/linux-6.6.21/fs/ext4/ |
D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/linux-6.6.21/sound/soc/codecs/ |
D | cs42l42.c | 793 u32 fsync = sclk / sample_rate; in cs42l42_asp_config() local 796 if (((fsync * sample_rate) != sclk) || ((fsync % 2) != 0)) { in cs42l42_asp_config() 807 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_asp_config() 812 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_asp_config() 815 fsync = fsync / 2; in cs42l42_asp_config() 819 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_asp_config() 824 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_asp_config()
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | errseq.rst | 22 最初的用例是跟踪文件同步系统调用( ``fsync``, ``fdatasync``, ``msync`` 和
|
/linux-6.6.21/fs/qnx4/ |
D | dir.c | 111 .fsync = generic_file_fsync,
|
/linux-6.6.21/fs/udf/ |
D | dir.c | 137 .fsync = generic_file_fsync,
|
/linux-6.6.21/drivers/media/i2c/ |
D | max9286.c | 581 u32 fsync; in max9286_set_fsync_period() local 599 fsync = div_u64((u64)priv->pixelrate * priv->interval.numerator, in max9286_set_fsync_period() 602 dev_dbg(&priv->client->dev, "fsync period %u (pclk %u)\n", fsync, in max9286_set_fsync_period() 608 max9286_write(priv, 0x06, (fsync >> 0) & 0xff); in max9286_set_fsync_period() 609 max9286_write(priv, 0x07, (fsync >> 8) & 0xff); in max9286_set_fsync_period() 610 max9286_write(priv, 0x08, (fsync >> 16) & 0xff); in max9286_set_fsync_period()
|
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-370-pinctrl.txt | 26 mpp10 10 gpio, ge0(txctl), uart0(cts), tdm(fsync), audio(sdi) 84 mpp57 57 gpio, dev(cs3), uart1(rxd), tdm(fsync), sata0(prsnt),
|
/linux-6.6.21/fs/ecryptfs/ |
D | file.c | 424 .fsync = ecryptfs_fsync, 440 .fsync = ecryptfs_fsync,
|
/linux-6.6.21/fs/nilfs2/ |
D | file.c | 148 .fsync = nilfs_sync_file,
|
/linux-6.6.21/fs/smb/client/ |
D | cifsfs.c | 1521 .fsync = cifs_fsync, 1541 .fsync = cifs_strict_fsync, 1561 .fsync = cifs_fsync, 1579 .fsync = cifs_fsync, 1597 .fsync = cifs_strict_fsync, 1615 .fsync = cifs_fsync, 1636 .fsync = cifs_dir_fsync,
|
/linux-6.6.21/fs/affs/ |
D | dir.c | 26 .fsync = affs_file_fsync,
|
/linux-6.6.21/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 59 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync. 96 xlnx,flush-fsync = <0x1>;
|
/linux-6.6.21/fs/orangefs/ |
D | file.c | 474 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync() 583 .fsync = orangefs_fsync,
|
/linux-6.6.21/fs/jfs/ |
D | file.c | 149 .fsync = jfs_fsync,
|