| /linux/fs/ |
| H A 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() 216 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
| H A D | aio.c | 201 struct fsync_iocb fsync; member 1642 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1644 scoped_with_creds(iocb->fsync.creds) in aio_fsync_work() 1645 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1647 put_cred(iocb->fsync.creds); in aio_fsync_work() 1658 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 2012 return aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 2014 return aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
| /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/ufs/ |
| H A D | file.c | 43 .fsync = generic_file_fsync,
|
| /linux/fs/adfs/ |
| H A D | file.c | 29 .fsync = generic_file_fsync,
|
| /linux/fs/gfs2/ |
| H A D | glops.h | 26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
| /linux/fs/ramfs/ |
| H A D | file-mmu.c | 45 .fsync = noop_fsync,
|
| H A D | file-nommu.c | 45 .fsync = noop_fsync,
|
| /linux/fs/minix/ |
| H A D | file.c | 21 .fsync = generic_file_fsync,
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l42.c | 790 u32 fsync = sclk / sample_rate; in cs42l42_asp_config() local 793 if (((fsync * sample_rate) != sclk) || ((fsync % 2) != 0)) { in cs42l42_asp_config() 804 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_asp_config() 809 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_asp_config() 812 fsync = fsync / 2; in cs42l42_asp_config() 816 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_asp_config() 821 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_asp_config()
|
| /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/fs/qnx4/ |
| H A D | dir.c | 73 .fsync = generic_file_fsync,
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | errseq.rst | 22 最初的用例是跟踪文件同步系统调用( ``fsync``, ``fdatasync``, ``msync`` 和
|
| /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/ecryptfs/ |
| H A D | file.c | 423 .fsync = ecryptfs_fsync, 439 .fsync = ecryptfs_fsync,
|
| /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/udf/ |
| H A D | dir.c | 159 .fsync = generic_file_fsync,
|
| /linux/fs/nilfs2/ |
| H A D | file.c | 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() 585 .fsync = orangefs_fsync,
|
| H A D | upcall.h | 252 struct orangefs_fsync_request_s fsync; member
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1599 .fsync = cifs_fsync, 1619 .fsync = cifs_strict_fsync, 1639 .fsync = cifs_fsync, 1657 .fsync = cifs_fsync, 1675 .fsync = cifs_strict_fsync, 1693 .fsync = cifs_fsync, 1714 .fsync = cifs_dir_fsync,
|
| /linux/fs/jfs/ |
| H A D | file.c | 152 .fsync = jfs_fsync,
|
| /linux/fs/affs/ |
| H A D | dir.c | 56 .fsync = affs_file_fsync,
|
| /linux/fs/9p/ |
| H A D | vfs_file.c | 519 .fsync = v9fs_file_fsync, 534 .fsync = v9fs_file_fsync_dotl,
|