Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ fd_new
Function
fd_new
components/dfs/dfs_v1/src/dfs.c:325–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
int fd_new(void)
326
{
327
struct dfs_fdtable *fdt = NULL;
328
329
fdt = dfs_fdtable_get();
330
return fdt_fd_new(fdt);
331
}
332
333
/**
334
* @ingroup group_fs_file_descriptor
Callers
11
open
Function · 0.70
mkdir
Function · 0.70
opendir
Function · 0.70
_ipc_msg_fd_new
Function · 0.50
do_eventfd
Function · 0.50
epoll_do_create
Function · 0.50
timerfd_do_create
Function · 0.50
signalfd_do
Function · 0.50
accept
Function · 0.50
socket
Function · 0.50
test_dfs_rename
Function · 0.50
Calls
2
dfs_fdtable_get
Function · 0.70
fdt_fd_new
Function · 0.70
Tested by
1
test_dfs_rename
Function · 0.40