/Linux-v5.10/fs/ |
D | sync.c | 196 if (!file->f_op->fsync) in vfs_fsync_range() 200 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 230 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
D | aio.c | 201 struct fsync_iocb fsync; member 1587 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1588 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1590 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1592 put_cred(iocb->fsync.creds); in aio_fsync_work() 1603 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 1840 return aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 1842 return aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
/Linux-v5.10/fs/9p/ |
D | vfs_file.c | 660 .fsync = v9fs_file_fsync, 674 .fsync = v9fs_file_fsync_dotl, 687 .fsync = v9fs_file_fsync, 701 .fsync = v9fs_file_fsync_dotl, 714 .fsync = v9fs_file_fsync, 728 .fsync = v9fs_file_fsync_dotl,
|
D | vfs_dir.c | 232 .fsync = v9fs_file_fsync_dotl,
|
/Linux-v5.10/sound/soc/codecs/ |
D | cs42l42.c | 614 u32 fsync; in cs42l42_pll_config() local 637 fsync = cs42l42->sclk / cs42l42->srate; in cs42l42_pll_config() 638 if (((fsync * cs42l42->srate) != cs42l42->sclk) in cs42l42_pll_config() 639 || ((fsync % 2) != 0)) { in cs42l42_pll_config() 650 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 655 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config() 658 fsync = fsync / 2; in cs42l42_pll_config() 662 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 667 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config()
|
/Linux-v5.10/fs/ufs/ |
D | file.c | 43 .fsync = generic_file_fsync,
|
/Linux-v5.10/fs/adfs/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/Linux-v5.10/fs/gfs2/ |
D | glops.h | 26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
D | glops.c | 56 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() argument 72 if (fsync) in __gfs2_ail_flush() 79 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 161 __gfs2_ail_flush(gl, fsync, max_revokes); in gfs2_ail_flush()
|
/Linux-v5.10/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-v5.10/fs/ramfs/ |
D | file-mmu.c | 45 .fsync = noop_fsync,
|
/Linux-v5.10/fs/sysv/ |
D | file.c | 28 .fsync = generic_file_fsync,
|
/Linux-v5.10/fs/minix/ |
D | file.c | 21 .fsync = generic_file_fsync,
|
/Linux-v5.10/fs/ext4/ |
D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/Linux-v5.10/fs/qnx4/ |
D | dir.c | 76 .fsync = generic_file_fsync,
|
/Linux-v5.10/fs/cifs/ |
D | cifsfs.c | 1243 .fsync = cifs_fsync, 1263 .fsync = cifs_strict_fsync, 1283 .fsync = cifs_fsync, 1301 .fsync = cifs_fsync, 1319 .fsync = cifs_strict_fsync, 1337 .fsync = cifs_fsync, 1358 .fsync = cifs_dir_fsync,
|
/Linux-v5.10/arch/um/os-Linux/ |
D | user_syms.c | 104 EXPORT_SYMBOL_PROTO(fsync);
|
/Linux-v5.10/fs/ecryptfs/ |
D | file.c | 405 .fsync = ecryptfs_fsync, 421 .fsync = ecryptfs_fsync,
|
/Linux-v5.10/fs/nilfs2/ |
D | file.c | 142 .fsync = nilfs_sync_file,
|
/Linux-v5.10/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-v5.10/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-v5.10/fs/affs/ |
D | dir.c | 26 .fsync = affs_file_fsync,
|
/Linux-v5.10/fs/jfs/ |
D | file.c | 146 .fsync = jfs_fsync,
|
/Linux-v5.10/fs/ext2/ |
D | file.c | 194 .fsync = ext2_fsync,
|
/Linux-v5.10/fs/orangefs/ |
D | upcall.h | 252 struct orangefs_fsync_request_s fsync; member
|