/openbmc/u-boot/board/amlogic/odroid-c2/ |
H A D | README.odroid-c2 | 64 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442 65 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1 66 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-pmem.rst | 62 to perform fsync/msync. This is different from a real nvdimm backend where 63 no additional fsync/msync is required. This is to persist guest writes in 68 a hint to application to perform fsync for write persistence.
|
/openbmc/linux/fs/ |
H A 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
|
/openbmc/linux/fs/ufs/ |
H A D | file.c | 43 .fsync = generic_file_fsync,
|
/openbmc/linux/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
|
/openbmc/linux/fs/adfs/ |
H A D | file.c | 29 .fsync = generic_file_fsync,
|
/openbmc/linux/fs/gfs2/ |
H A D | glops.h | 26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
H 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() 144 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 156 __gfs2_ail_flush(gl, fsync, revokes); in gfs2_ail_flush()
|
/openbmc/u-boot/tools/ |
H A D | mingw_support.h | 39 int fsync(int fd);
|
H A D | mingw_support.c | 19 int fsync(int fd) in fsync() function
|
/openbmc/linux/fs/ramfs/ |
H A D | file-mmu.c | 45 .fsync = noop_fsync,
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-time-dd-test.sh | 103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
|
/openbmc/linux/fs/minix/ |
H A D | file.c | 21 .fsync = generic_file_fsync,
|
/openbmc/linux/fs/sysv/ |
H A D | file.c | 28 .fsync = generic_file_fsync,
|
/openbmc/linux/fs/ext4/ |
H A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/openbmc/u-boot/board/amlogic/p212/ |
H A D | README.libretech-cc | 101 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
|
H A D | README.khadas-vim | 101 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
|
H A D | README.p212 | 102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 103 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
|
/openbmc/u-boot/board/amlogic/q200/ |
H A D | README.khadas-vim2 | 102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 103 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
|
H A D | README.q200 | 101 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 102 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs42l42.c | 793 u32 fsync = sclk / sample_rate; in cs42l42_asp_config() local 796 if (((fsync * sample_rate) != sclk) || ((fsync % 2) != 0)) { in cs42l42_asp_config() 807 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_asp_config() 812 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_asp_config() 815 fsync = fsync / 2; in cs42l42_asp_config() 819 CS42L42_FRAC0_VAL(fsync - 1) << in cs42l42_asp_config() 824 CS42L42_FRAC1_VAL(fsync - 1) << in cs42l42_asp_config()
|
/openbmc/u-boot/board/amlogic/s400/ |
H A D | README | 109 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 110 > dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=444
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | errseq.rst | 22 最初的用例是跟踪文件同步系统调用( ``fsync``, ``fdatasync``, ``msync`` 和
|
/openbmc/linux/fs/qnx4/ |
H A D | dir.c | 111 .fsync = generic_file_fsync,
|
/openbmc/linux/drivers/media/i2c/ |
H A D | max9286.c | 581 u32 fsync; in max9286_set_fsync_period() local 599 fsync = div_u64((u64)priv->pixelrate * priv->interval.numerator, in max9286_set_fsync_period() 602 dev_dbg(&priv->client->dev, "fsync period %u (pclk %u)\n", fsync, in max9286_set_fsync_period() 608 max9286_write(priv, 0x06, (fsync >> 0) & 0xff); in max9286_set_fsync_period() 609 max9286_write(priv, 0x07, (fsync >> 8) & 0xff); in max9286_set_fsync_period() 610 max9286_write(priv, 0x08, (fsync >> 16) & 0xff); in max9286_set_fsync_period()
|