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.c725 static struct fd_table_s * alloc_fd_table(unsigned int numbers) in alloc_fd_table() function
794 files->fdt = alloc_fd_table(NR_OPEN_DEFAULT); in alloc_files()
836 new_fdt = alloc_fd_table(old_fdt->max_fds); in dup_fd()
926 new_fdt = alloc_fd_table(old_fdt->max_fds); in create_files_snapshot()