Searched refs:files_allocate (Results 1 – 6 of 6) sorted by relevance
/third_party/NuttX/fs/vfs/ |
D | fs_dupfd.c | 90 filep2 = files_allocate(filep->f_vnode, filep->f_oflags, filep->f_pos, filep->f_priv, minfd); in file_dup()
|
D | fs_open.c | 281 filep = files_allocate(vnode, oflags, 0, NULL, FILE_START_FD); in fp_open()
|
/third_party/NuttX/fs/dirent/ |
D | fs_opendir.c | 200 filep = files_allocate(vp, oflags, 0, NULL, FILE_START_FD); in do_opendir()
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 470 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,…
|
/third_party/NuttX/fs/inode/ |
D | fs_files.c | 419 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv,… in files_allocate() function
|
/third_party/NuttX/ |
D | ReleaseNotes | 29461 * [#2639](https://github.com/apache/incubator-nuttx/pull/2639) fs: Let files_allocate return -EMFIL…
|