| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | uid_sys_stats.c | 45 u64 fsync; member 109 delta = io_curr->fsync + io_dead->fsync - io_last->fsync; in compute_io_bucket_stats() 110 io_bucket->fsync += delta > 0 ? delta : 0; in compute_io_bucket_stats() 116 io_last->fsync = io_curr->fsync; in compute_io_bucket_stats() 252 task_io_slot->fsync += task->ioac.syscfs; in add_uid_tasks_io_stats() 286 task_entry->io[UID_STATE_FOREGROUND].fsync, in show_io_uid_tasks() 287 task_entry->io[UID_STATE_BACKGROUND].fsync); in show_io_uid_tasks() 463 io_slot->fsync += task->ioac.syscfs; in add_uid_io_stats() 547 uid_entry->io[UID_STATE_FOREGROUND].fsync, in uid_io_show() 548 uid_entry->io[UID_STATE_BACKGROUND].fsync); in uid_io_show()
|
| /OK3568_Linux_fs/u-boot/board/amlogic/odroid-c2/ |
| H A D | README | 59 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442 60 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1 61 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A 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,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | sync.c | 198 if (!file->f_op->fsync) in vfs_fsync_range() 202 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 233 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
| H A D | aio.c | 202 struct fsync_iocb fsync; member 1588 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1589 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1591 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1593 put_cred(iocb->fsync.creds); in aio_fsync_work() 1604 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 1958 return aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 1960 return aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | cs42l42.c | 605 u32 fsync; in cs42l42_pll_config() local 628 fsync = cs42l42->sclk / cs42l42->srate; in cs42l42_pll_config() 629 if (((fsync * cs42l42->srate) != cs42l42->sclk) in cs42l42_pll_config() 630 || ((fsync % 2) != 0)) { in cs42l42_pll_config() 641 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 646 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config() 649 fsync = fsync / 2; in cs42l42_pll_config() 653 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_pll_config() 658 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_pll_config()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A 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()
|
| H A D | glops.h | 26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | file.c | 43 .fsync = generic_file_fsync,
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | file.c | 29 .fsync = generic_file_fsync,
|
| /OK3568_Linux_fs/buildroot/package/sqlite/ |
| H A D | Config.in | 65 bool "Disable fsync" 68 storage immediately using fsync() to protect against data
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mingw_support.h | 40 int fsync(int fd);
|
| H A D | mingw_support.c | 20 int fsync(int fd) in fsync() function
|
| /OK3568_Linux_fs/kernel/fs/ramfs/ |
| H A D | file-mmu.c | 45 .fsync = noop_fsync,
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-time-dd-test.sh | 99 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
|
| /OK3568_Linux_fs/kernel/fs/sysv/ |
| H A D | file.c | 28 .fsync = generic_file_fsync,
|
| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | file.c | 21 .fsync = generic_file_fsync,
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.c | 1247 .fsync = cifs_fsync, 1267 .fsync = cifs_strict_fsync, 1287 .fsync = cifs_fsync, 1305 .fsync = cifs_fsync, 1323 .fsync = cifs_strict_fsync, 1341 .fsync = cifs_fsync, 1362 .fsync = cifs_dir_fsync,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_timeline_io.c | 377 .fsync = kbasep_timeline_io_fsync, in kbase_timeline_io_acquire() 420 .fsync = kbasep_timeline_io_fsync, in kbase_timeline_io_debugfs_init()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip,i2s-tdm.txt | 69 - rockchip,tdm-fsync-half-frame: This is a boolean value, if present, use half 70 frame fsync.
|
| /OK3568_Linux_fs/buildroot/package/latencytop/ |
| H A D | 0001-makefile.patch | 14 OBJS= latencytop.o text_display.o translate.o fsync.o
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | file.c | 405 .fsync = ecryptfs_fsync, 421 .fsync = ecryptfs_fsync,
|
| /OK3568_Linux_fs/kernel/fs/qnx4/ |
| H A D | dir.c | 111 .fsync = generic_file_fsync,
|