/linux/fs/ |
H A D | sync.c | 183 if (!file->f_op->fsync) in vfs_fsync_range() 187 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 192 * vfs_fsync - perform a fsync or fdatasync on a file 215 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
/linux/fs/adfs/ |
H A D | file.c | 29 .fsync = generic_file_fsync,
|
/linux/fs/ufs/ |
H A D | file.c | 43 .fsync = generic_file_fsync,
|
/linux/Documentation/admin-guide/device-mapper/ |
H A 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/fs/gfs2/ |
H A D | glops.h | 26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
H A D | glops.c | 54 * @fsync: set when called from fsync (not all buffers will be clean) 60 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() argument 76 if (fsync) in __gfs2_ail_flush() 83 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 145 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 157 __gfs2_ail_flush(gl, fsync, revokes); in gfs2_ail_flush()
|
/linux/sound/soc/codecs/ |
H A D | cs42l84.c | 371 u32 fsync; in cs42l84_pll_config() local 394 fsync = clk / cs42l84->srate; in cs42l84_pll_config() 395 if (((fsync * cs42l84->srate) != clk) in cs42l84_pll_config() 396 || ((fsync % 2) != 0)) { in cs42l84_pll_config() 406 FIELD_PREP(CS42L84_ASP_FSYNC_CTL2_BCLK_PERIOD_LO, fsync & 0x7f)); in cs42l84_pll_config() 409 FIELD_PREP(CS42L84_ASP_FSYNC_CTL3_BCLK_PERIOD_HI, fsync >> 7)); in cs42l84_pll_config()
|
/linux/fs/minix/ |
H A D | file.c | 21 .fsync = generic_file_fsync,
|
/linux/tools/testing/selftests/ublk/ |
H A D | common.c | 10 fsync(dev->fds[i]); in backing_file_tgt_deinit()
|
/linux/fs/ext4/ |
H A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | errseq.rst | 22 最初的用例是跟踪文件同步系统调用( ``fsync``, ``fdatasync``, ``msync`` 和
|
/linux/drivers/media/i2c/ |
H A D | max9286.c | 576 u32 fsync; in max9286_set_fsync_period() local 595 fsync = div_u64((u64)priv->pixelrate * interval->numerator, in max9286_set_fsync_period() 598 dev_dbg(&priv->client->dev, "fsync period %u (pclk %u)\n", fsync, in max9286_set_fsync_period() 604 max9286_write(priv, 0x06, (fsync >> 0) & 0xff); in max9286_set_fsync_period() 605 max9286_write(priv, 0x07, (fsync >> 8) & 0xff); in max9286_set_fsync_period() 606 max9286_write(priv, 0x08, (fsync >> 16) & 0xff); in max9286_set_fsync_period()
|
/linux/fs/udf/ |
H A D | dir.c | 159 .fsync = generic_file_fsync,
|
/linux/fs/ecryptfs/ |
H A D | file.c | 424 .fsync = ecryptfs_fsync, 440 .fsync = ecryptfs_fsync,
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A 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/fs/nilfs2/ |
H A D | file.c | 3 * NILFS regular file handling primitives including fsync(). 19 * Called from fsync() system call in nilfs_sync_file() 150 .fsync = nilfs_sync_file,
|
/linux/fs/orangefs/ |
H A D | file.c | 476 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync() 560 * Do not send fsync to OrangeFS server on a close. Do send fsync in orangefs_flush() 561 * on an explicit fsync call. This duplicates historical OrangeFS in orangefs_flush() 585 .fsync = orangefs_fsync,
|
H A D | upcall.h | 252 struct orangefs_fsync_request_s fsync; member
|
/linux/Documentation/devicetree/bindings/dma/xilinx/ |
H A D | xilinx_dma.txt | 59 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync. 96 xlnx,flush-fsync = <0x1>;
|
/linux/fs/jfs/ |
H A D | file.c | 152 .fsync = jfs_fsync,
|
/linux/fs/smb/client/ |
H A D | cifsfs.c | 1484 * Directory operations under CIFS/SMB2/SMB3 are synchronous, so fsync() 1526 .fsync = cifs_fsync, 1546 .fsync = cifs_strict_fsync, 1566 .fsync = cifs_fsync, 1584 .fsync = cifs_fsync, 1602 .fsync = cifs_strict_fsync, 1620 .fsync = cifs_fsync, 1641 .fsync = cifs_dir_fsync,
|
/linux/fs/affs/ |
H A D | dir.c | 56 .fsync = affs_file_fsync,
|
/linux/Documentation/filesystems/ |
H A D | fuse-io.rst | 38 reclaim on memory pressure) or explicitly (invoked by close(2), fsync(2) and
|
/linux/fs/ramfs/ |
H A D | file-nommu.c | 45 .fsync = noop_fsync,
|
/linux/Documentation/devicetree/bindings/arm/marvell/ |
H A D | cp110-system-controller.txt | 94 mpp3 3 gpio, dev(ad14), au(i2slrclk), ge0(rxd0), tdm(fsync), mss_uart(txd), pcie(rstoutn), i2c1(sda), uart1(txd), sata1(present_act), xg(mdio) 124 mpp33 33 gpio, mii(txclk), sdio(pwr10), mss_spi(csn), tdm(fsync), au(i2smclk), sdio(bus_pwr), xg(mdio), pcie2(clkreq), mss_gpio1 150 mpp59 59 gpio, mss_gpio7, synce2(clk), tdm(fsync), au(i2slrclk), spi0(csn0), uart0(cts), led(stb), uart1(txd), sdio(d1)
|