Home
last modified time | relevance | path

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

/third_party/NuttX/fs/inode/
Dfs_files.c292 (void)_files_close(&list->fl_files[i]); in files_releaselist()
448 filep = &list->fl_files[i]; in files_allocate()
490 if (fd < 0 || fd >= CONFIG_NFILE_DESCRIPTORS || !list->fl_files[fd].f_vnode) in files_close_internal()
506 list->fl_files[fd].f_refcount--; in files_close_internal()
507 if (list->fl_files[fd].f_refcount == 0) in files_close_internal()
509 ret = _files_close(&list->fl_files[fd]); in files_close_internal()
555 struct file *filep = &list->fl_files[fd]; in files_release()
580 return list->fl_files[fd].f_vnode; in files_get_openfile()
/third_party/NuttX/fs/vfs/
Dfs_getfilep.c109 *filep = &list->fl_files[fd]; in fs_getfilep_normal()
/third_party/NuttX/fs/vfs/include/
Dfile.h113 struct file fl_files[CONFIG_NFILE_DESCRIPTORS]; member