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.c289 (void)_files_close(&list->fl_files[i]); in files_releaselist()
445 filep = &list->fl_files[i]; in files_allocate()
487 if (fd < 0 || fd >= CONFIG_NFILE_DESCRIPTORS || !list->fl_files[fd].f_vnode) in files_close_internal()
503 list->fl_files[fd].f_refcount--; in files_close_internal()
504 if (list->fl_files[fd].f_refcount == 0) in files_close_internal()
506 ret = _files_close(&list->fl_files[fd]); in files_close_internal()
552 struct file *filep = &list->fl_files[fd]; in files_release()
577 return list->fl_files[fd].f_vnode; in files_get_openfile()
/third_party/NuttX/fs/vfs/
Dfs_getfilep.c106 *filep = &list->fl_files[fd]; in fs_getfilep_normal()
/third_party/NuttX/fs/vfs/include/
Dfile.h110 struct file fl_files[CONFIG_NFILE_DESCRIPTORS]; member