dir_alloc() is only used within FatFs.
 
Symbols
loading...
Files
loading...

dir_alloc() function

Syntax

static FRESULT dir_alloc (     DIR* dp,     UINT nent );

Arguments

dp

nent

References

LocationReferrerText
ff.c:1589
FRESULT dir_alloc ( /* FR_OK(0):succeeded, !=0:error */
ff.c:2350dir_register()
res = dir_alloc(dp, nent); /* Allocate entries */
ff.c:2366dir_register()
res = dir_alloc(dp, 1); /* Allocate an entry for SFN */

Call Tree

Functions calling dir_alloc()
Functions called by dir_alloc()
all items filtered out
dir_alloc()
all items filtered out
Data read by dir_alloc()
Data written by dir_alloc()
dir_alloc()
dir_alloc()::res
dir_alloc()::n
all items filtered out
Type of dir_alloc()
dir_alloc()
all items filtered out