Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 216) sorted by relevance

123456789

/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.odroid-c264 > 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 Dvirtio-pmem.rst62 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 Dsync.c184 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 Dfile.c43 .fsync = generic_file_fsync,
/openbmc/linux/fs/adfs/
H A Dfile.c29 .fsync = generic_file_fsync,
/openbmc/linux/fs/gfs2/
H A Dglops.h26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
H A Dglops.c59 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()
141 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument
153 __gfs2_ail_flush(gl, fsync, revokes); in gfs2_ail_flush()
/openbmc/u-boot/tools/
H A Dmingw_support.h39 int fsync(int fd);
H A Dmingw_support.c19 int fsync(int fd) in fsync() function
/openbmc/linux/fs/ramfs/
H A Dfile-mmu.c45 .fsync = noop_fsync,
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst104 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/openbmc/poky/scripts/
H A Doe-time-dd-test.sh103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
/openbmc/linux/fs/minix/
H A Dfile.c21 .fsync = generic_file_fsync,
/openbmc/linux/fs/sysv/
H A Dfile.c28 .fsync = generic_file_fsync,
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,cpm1-tsa.yaml103 fsl,fsync-rising-edge:
107 clock. If 'fsync-rising-edge' is not present, pulses are sampled with
193 fsl,fsync-rising-edge;
/openbmc/linux/fs/ext4/
H A DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
/openbmc/u-boot/board/amlogic/q200/
H A DREADME.khadas-vim2102 > 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 DREADME.q200101 > 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/u-boot/board/amlogic/p212/
H A DREADME.khadas-vim101 > 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 DREADME.p212102 > 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 DREADME.libretech-cc101 > 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/Documentation/translations/zh_CN/core-api/
H A Derrseq.rst22 最初的用例是跟踪文件同步系统调用( ``fsync``, ``fdatasync``, ``msync`` 和
/openbmc/linux/fs/qnx4/
H A Ddir.c111 .fsync = generic_file_fsync,
/openbmc/u-boot/board/amlogic/s400/
H A DREADME109 > 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/sound/soc/codecs/
H A Dcs42l42.c793 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()

123456789