Home
last modified time | relevance | path

Searched refs:ZFD_IOCTL_FSYNC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dfdtable.h253 ZFD_IOCTL_FSYNC = 0x100, enumerator
/Zephyr-latest/lib/posix/options/
Dfs.c157 case ZFD_IOCTL_FSYNC: { in fs_ioctl_vmeth()
/Zephyr-latest/lib/os/
Dfdtable.c444 return zvfs_fdtable_call_ioctl(fdtable[fd].vtable, fdtable[fd].obj, ZFD_IOCTL_FSYNC); in zvfs_fsync()