Home
last modified time | relevance | path

Searched refs:files_allocate (Results 1 – 6 of 6) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_dupfd.c90 filep2 = files_allocate(filep->f_vnode, filep->f_oflags, filep->f_pos, filep->f_priv, minfd); in file_dup()
Dfs_open.c281 filep = files_allocate(vnode, oflags, 0, NULL, FILE_START_FD); in fp_open()
/third_party/NuttX/fs/dirent/
Dfs_opendir.c200 filep = files_allocate(vp, oflags, 0, NULL, FILE_START_FD); in do_opendir()
/third_party/NuttX/fs/vfs/include/
Dfile.h470 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,…
/third_party/NuttX/fs/inode/
Dfs_files.c419 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… in files_allocate() function
/third_party/NuttX/
DReleaseNotes29461 * [#2639](https://github.com/apache/incubator-nuttx/pull/2639) fs: Let files_allocate return -EMFIL…