Home
last modified time | relevance | path

Searched refs:file_vfcntl (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_fcntl.c67 int file_vfcntl(struct file *filep, int cmd, va_list ap) in file_vfcntl() function
287 ret = file_vfcntl(filep, cmd, ap); in fcntl()
347 reval = file_vfcntl(filep, cmd, va_ap); in fcntl64()
/third_party/NuttX/fs/vfs/include/
Dfile.h444 int file_vfcntl(struct file *filep, int cmd, va_list ap);