/Linux-v4.19/fs/ |
D | sync.c | 193 if (!file->f_op->fsync) in vfs_fsync_range() 197 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 227 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
/Linux-v4.19/fs/9p/ |
D | vfs_file.c | 647 .fsync = v9fs_file_fsync, 659 .fsync = v9fs_file_fsync_dotl, 670 .fsync = v9fs_file_fsync, 682 .fsync = v9fs_file_fsync_dotl, 693 .fsync = v9fs_file_fsync, 705 .fsync = v9fs_file_fsync_dotl,
|
/Linux-v4.19/fs/ufs/ |
D | file.c | 43 .fsync = generic_file_fsync,
|
/Linux-v4.19/fs/adfs/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/Linux-v4.19/sound/soc/codecs/ |
D | cs42l42.c | 618 u32 fsync; in cs42l42_pll_config() local 641 fsync = cs42l42->sclk / cs42l42->srate; in cs42l42_pll_config() 642 if (((fsync * cs42l42->srate) != cs42l42->sclk) in cs42l42_pll_config() 643 || ((fsync % 2) != 0)) { in cs42l42_pll_config() 654 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 659 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config() 662 fsync = fsync / 2; in cs42l42_pll_config() 666 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 671 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config()
|
/Linux-v4.19/fs/gfs2/ |
D | glops.h | 28 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
D | glops.c | 55 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() argument 71 if (fsync) in __gfs2_ail_flush() 78 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 114 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 130 __gfs2_ail_flush(gl, fsync, max_revokes); in gfs2_ail_flush()
|
/Linux-v4.19/fs/ramfs/ |
D | file-mmu.c | 45 .fsync = noop_fsync,
|
/Linux-v4.19/Documentation/device-mapper/ |
D | log-writes.txt | 99 Say you want to test fsync on your file system. You would do something like 108 <some test that does fsync at the end> 109 dmsetup message log 0 mark fsync 114 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
|
/Linux-v4.19/fs/minix/ |
D | file.c | 21 .fsync = generic_file_fsync,
|
/Linux-v4.19/fs/sysv/ |
D | file.c | 28 .fsync = generic_file_fsync,
|
/Linux-v4.19/fs/exofs/ |
D | file.c | 75 .fsync = exofs_file_fsync,
|
/Linux-v4.19/fs/ext4/ |
D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/Linux-v4.19/fs/cifs/ |
D | cifsfs.c | 1129 .fsync = cifs_fsync, 1148 .fsync = cifs_strict_fsync, 1168 .fsync = cifs_fsync, 1186 .fsync = cifs_fsync, 1204 .fsync = cifs_strict_fsync, 1223 .fsync = cifs_fsync, 1244 .fsync = cifs_dir_fsync,
|
/Linux-v4.19/fs/qnx4/ |
D | dir.c | 76 .fsync = generic_file_fsync,
|
/Linux-v4.19/arch/um/os-Linux/ |
D | user_syms.c | 104 EXPORT_SYMBOL_PROTO(fsync);
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 46 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync. 83 xlnx,flush-fsync = <0x1>;
|
/Linux-v4.19/fs/ecryptfs/ |
D | file.c | 418 .fsync = ecryptfs_fsync, 434 .fsync = ecryptfs_fsync,
|
/Linux-v4.19/fs/nilfs2/ |
D | file.c | 142 .fsync = nilfs_sync_file,
|
/Linux-v4.19/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-v4.19/fs/affs/ |
D | dir.c | 26 .fsync = affs_file_fsync,
|
/Linux-v4.19/Documentation/block/ |
D | cfq-iosched.txt | 275 fsync can generate dependent IO where bunch of data is written in the 276 context of fsync, and later some journaling data is written. Journaling 277 data comes in only after fsync has finished its IO (atleast for ext4 278 that seemed to be the case). Now if one decides not to idle on fsync 280 scheduled for another second. A process doing small fsync, will suffer
|
/Linux-v4.19/fs/jfs/ |
D | file.c | 159 .fsync = jfs_fsync,
|
/Linux-v4.19/fs/ext2/ |
D | file.c | 192 .fsync = ext2_fsync,
|
/Linux-v4.19/fs/orangefs/ |
D | upcall.h | 252 struct orangefs_fsync_request_s fsync; member
|