Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 156) sorted by relevance

1234567

/linux-6.6.21/fs/
Dsync.c184 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
Daio.c201 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/
Dfile.c43 .fsync = generic_file_fsync,
/linux-6.6.21/fs/adfs/
Dfile.c29 .fsync = generic_file_fsync,
/linux-6.6.21/Documentation/admin-guide/device-mapper/
Dlog-writes.rst104 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/
Dglops.h26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
Dglops.c59 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/
Dfile-mmu.c45 .fsync = noop_fsync,
/linux-6.6.21/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dfsl,cpm1-tsa.yaml103 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/
Dfile.c28 .fsync = generic_file_fsync,
/linux-6.6.21/fs/minix/
Dfile.c21 .fsync = generic_file_fsync,
/linux-6.6.21/fs/ext4/
DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
/linux-6.6.21/sound/soc/codecs/
Dcs42l42.c793 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/
Derrseq.rst22 最初的用例是跟踪文件同步系统调用( ``fsync``, ``fdatasync``, ``msync`` 和
/linux-6.6.21/fs/qnx4/
Ddir.c111 .fsync = generic_file_fsync,
/linux-6.6.21/fs/udf/
Ddir.c137 .fsync = generic_file_fsync,
/linux-6.6.21/drivers/media/i2c/
Dmax9286.c581 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/
Dmarvell,armada-370-pinctrl.txt26 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/
Dfile.c424 .fsync = ecryptfs_fsync,
440 .fsync = ecryptfs_fsync,
/linux-6.6.21/fs/nilfs2/
Dfile.c148 .fsync = nilfs_sync_file,
/linux-6.6.21/fs/smb/client/
Dcifsfs.c1521 .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/
Ddir.c26 .fsync = affs_file_fsync,
/linux-6.6.21/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt59 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync.
96 xlnx,flush-fsync = <0x1>;
/linux-6.6.21/fs/orangefs/
Dfile.c474 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync()
583 .fsync = orangefs_fsync,
/linux-6.6.21/fs/jfs/
Dfile.c149 .fsync = jfs_fsync,

1234567