Home
last modified time | relevance | path

Searched refs:fsync (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dfile.c281 int fsync(int fd) in fsync() function
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c45 .fsync = kbasep_timeline_io_fsync,
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h159 * The fsync() function shall request that all data for the open file descriptor named by fildes is to
161 * The nature of the transfer is implementation-defined. The fsync() function shall not return until
171 * @retval #int The fsync() function shall return 0 upon successful completion.
188 int fsync(int);
723 * @see fsync
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c621 if (!sfd->file->f_op->fsync) { in shm_fsync()
624 return sfd->file->f_op->fsync(sfd->file, start, end, datasync); in shm_fsync()
647 .fsync = shm_fsync,
660 .fsync = shm_fsync,

Completed in 6 milliseconds