Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
Dvfs_procfd.c77 struct fd_table_s *GetFdTable(void) in GetFdTable() function
107 struct fd_table_s *fdt = GetFdTable(); in AssociateSystemFd()
124 struct fd_table_s *fdt = GetFdTable(); in CheckProcessFd()
135 struct fd_table_s *fdt = GetFdTable(); in GetAssociatedSystemFd()
159 struct fd_table_s *fdt = GetFdTable(); in AllocSpecifiedProcessFd()
188 struct fd_table_s *fdt = GetFdTable(); in FreeProcessFd()
203 struct fd_table_s *fdt = GetFdTable(); in DisassociateProcessFd()
230 struct fd_table_s *fdt = GetFdTable(); in AllocLowestProcessFd()
258 struct fd_table_s *fdt = GetFdTable(); in AllocAndAssocProcessFd()
287 struct fd_table_s *fdt = GetFdTable(); in AllocAndAssocSystemFd()
Dvfs_cloexec.c64 struct fd_table_s *fdt = GetFdTable(); in SetCloexecFlag()
78 struct fd_table_s *fdt = GetFdTable(); in CheckCloexecFlag()
91 struct fd_table_s *fdt = GetFdTable(); in ClearCloexecFlag()
/kernel/liteos_a/fs/include/fs/
Dfd_table.h91 struct fd_table_s *GetFdTable(void);