Home
last modified time | relevance | path

Searched refs:VfsFcntl (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/fs/include/fs/
H A Dfs_operation.h243 * The VfsFcntl function shall manipulate file descriptor.
247 * @retval CONTINE_NUTTX_FCNTL doesn't support some cmds in VfsFcntl, needs to continue going through
255 extern int VfsFcntl(int fd, int cmd, ...);
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_fcntl.c68 int VfsFcntl(int procfd, int cmd, ...) in VfsFcntl() function
/kernel/liteos_a/syscall/
H A Dfs_syscall.c1016 int ret = VfsFcntl(fd, cmd, arg); in SysFcntl()
2237 int ret = VfsFcntl(fd, cmd, arg); in SysFcntl64()

Completed in 4 milliseconds