/linux/fs/ |
A D | sync.c | 178 if (!file->f_op->fsync) in vfs_fsync_range() 182 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 212 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
A D | aio.c | 201 struct fsync_iocb fsync; member 1586 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1587 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1589 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1591 put_cred(iocb->fsync.creds); in aio_fsync_work() 1602 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 1956 return aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 1958 return aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
/linux/fs/9p/ |
A D | vfs_file.c | 642 .fsync = v9fs_file_fsync, 656 .fsync = v9fs_file_fsync_dotl, 669 .fsync = v9fs_file_fsync, 683 .fsync = v9fs_file_fsync_dotl, 696 .fsync = v9fs_file_fsync, 710 .fsync = v9fs_file_fsync_dotl,
|
/linux/Documentation/admin-guide/device-mapper/ |
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/sound/soc/codecs/ |
A D | cs42l42.c | 603 u32 fsync; in cs42l42_pll_config() local 632 fsync = clk / cs42l42->srate; in cs42l42_pll_config() 633 if (((fsync * cs42l42->srate) != clk) in cs42l42_pll_config() 634 || ((fsync % 2) != 0)) { in cs42l42_pll_config() 645 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 650 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config() 653 fsync = fsync / 2; in cs42l42_pll_config() 657 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 662 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config()
|
/linux/fs/gfs2/ |
A 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() 138 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 150 __gfs2_ail_flush(gl, fsync, revokes); in gfs2_ail_flush()
|
A D | glops.h | 26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
/linux/fs/ufs/ |
A D | file.c | 43 .fsync = generic_file_fsync,
|
/linux/fs/adfs/ |
A D | file.c | 29 .fsync = generic_file_fsync,
|
/linux/fs/ramfs/ |
A D | file-mmu.c | 45 .fsync = noop_fsync,
|
/linux/fs/minix/ |
A D | file.c | 21 .fsync = generic_file_fsync,
|
/linux/fs/sysv/ |
A D | file.c | 28 .fsync = generic_file_fsync,
|
/linux/fs/ext4/ |
A D | built-in.a | 12 fsync.o/
|
A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
A D | .built-in.a.cmd | 1 …extents.o fs/ext4/extents_status.o fs/ext4/file.o fs/ext4/fsmap.o fs/ext4/fsync.o fs/ext4/hash.o f…
|
/linux/fs/cifs/ |
A D | cifsfs.c | 1272 .fsync = cifs_fsync, 1292 .fsync = cifs_strict_fsync, 1312 .fsync = cifs_fsync, 1330 .fsync = cifs_fsync, 1348 .fsync = cifs_strict_fsync, 1366 .fsync = cifs_fsync, 1387 .fsync = cifs_dir_fsync,
|
/linux/fs/ecryptfs/ |
A D | file.c | 405 .fsync = ecryptfs_fsync, 421 .fsync = ecryptfs_fsync,
|
/linux/fs/qnx4/ |
A D | dir.c | 111 .fsync = generic_file_fsync,
|
/linux/arch/um/os-Linux/ |
A D | user_syms.c | 104 EXPORT_SYMBOL_PROTO(fsync);
|
/linux/Documentation/devicetree/bindings/dma/xilinx/ |
A D | xilinx_dma.txt | 53 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync. 90 xlnx,flush-fsync = <0x1>;
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
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/orangefs/ |
A D | file.c | 457 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync() 566 .fsync = orangefs_fsync,
|
/linux/fs/nilfs2/ |
A D | file.c | 142 .fsync = nilfs_sync_file,
|
/linux/fs/affs/ |
A D | dir.c | 26 .fsync = affs_file_fsync,
|
/linux/fs/jfs/ |
A D | file.c | 149 .fsync = jfs_fsync,
|