/Linux-v6.1/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 1608 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1609 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1611 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1613 put_cred(iocb->fsync.creds); in aio_fsync_work() 1624 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 1978 return aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 1980 return aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
/Linux-v6.1/fs/9p/ |
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-v6.1/fs/ufs/ |
D | file.c | 43 .fsync = generic_file_fsync,
|
/Linux-v6.1/fs/adfs/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/Linux-v6.1/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-v6.1/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() 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()
|
/Linux-v6.1/fs/ramfs/ |
D | file-mmu.c | 45 .fsync = noop_fsync,
|
/Linux-v6.1/fs/minix/ |
D | file.c | 21 .fsync = generic_file_fsync,
|
/Linux-v6.1/fs/sysv/ |
D | file.c | 28 .fsync = generic_file_fsync,
|
/Linux-v6.1/sound/soc/codecs/ |
D | cs42l42.c | 658 u32 fsync; in cs42l42_pll_config() local 682 fsync = clk / cs42l42->srate; in cs42l42_pll_config() 683 if (((fsync * cs42l42->srate) != clk) in cs42l42_pll_config() 684 || ((fsync % 2) != 0)) { in cs42l42_pll_config() 695 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 700 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config() 703 fsync = fsync / 2; in cs42l42_pll_config() 707 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 712 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config()
|
/Linux-v6.1/fs/ext4/ |
D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/Linux-v6.1/fs/qnx4/ |
D | dir.c | 111 .fsync = generic_file_fsync,
|
/Linux-v6.1/arch/um/os-Linux/ |
D | user_syms.c | 105 EXPORT_SYMBOL_PROTO(fsync);
|
/Linux-v6.1/fs/ecryptfs/ |
D | file.c | 399 .fsync = ecryptfs_fsync, 415 .fsync = ecryptfs_fsync,
|
/Linux-v6.1/fs/cifs/ |
D | cifsfs.c | 1354 .fsync = cifs_fsync, 1374 .fsync = cifs_strict_fsync, 1394 .fsync = cifs_fsync, 1412 .fsync = cifs_fsync, 1430 .fsync = cifs_strict_fsync, 1448 .fsync = cifs_fsync, 1469 .fsync = cifs_dir_fsync,
|
/Linux-v6.1/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 53 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync. 90 xlnx,flush-fsync = <0x1>;
|
/Linux-v6.1/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-v6.1/fs/nilfs2/ |
D | file.c | 142 .fsync = nilfs_sync_file,
|
/Linux-v6.1/fs/affs/ |
D | dir.c | 26 .fsync = affs_file_fsync,
|
/Linux-v6.1/fs/orangefs/ |
D | file.c | 455 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync() 564 .fsync = orangefs_fsync,
|
D | upcall.h | 252 struct orangefs_fsync_request_s fsync; member
|
/Linux-v6.1/fs/jfs/ |
D | file.c | 149 .fsync = jfs_fsync,
|
/Linux-v6.1/fs/ext2/ |
D | file.c | 193 .fsync = ext2_fsync,
|