MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / fd_get

Function fd_get

components/dfs/dfs_v1/src/dfs.c:367–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367struct dfs_file *fd_get(int fd)
368{
369 struct dfs_fdtable *fdt;
370
371 fdt = dfs_fdtable_get();
372 return fdt_fd_get(fdt, fd);
373}
374
375/**
376 * @ingroup group_fs_file_descriptor

Callers 15

openFunction · 0.70
openatFunction · 0.70
closeFunction · 0.70
readFunction · 0.70
writeFunction · 0.70
lseekFunction · 0.70
fstatFunction · 0.70
fsyncFunction · 0.70
fcntlFunction · 0.70
ftruncateFunction · 0.70
fstatfsFunction · 0.70
mkdirFunction · 0.70

Calls 2

fdt_fd_getFunction · 0.85
dfs_fdtable_getFunction · 0.70

Tested by 1

test_dfs_renameFunction · 0.40