Home
last modified time | relevance | path

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

/third_party/NuttX/fs/inode/
Dfs_files.c714 static struct fd_table_s * alloc_fd_table(unsigned int numbers) in alloc_fd_table() function
783 files->fdt = alloc_fd_table(NR_OPEN_DEFAULT); in alloc_files()
818 new_fdt = alloc_fd_table(old_fdt->max_fds); in dup_fd()
894 new_fdt = alloc_fd_table(old_fdt->max_fds); in create_files_snapshot()