Home
last modified time | relevance | path

Searched refs:tmpfs_create (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c132 int tmpfs_create(struct Vnode *dvp, const char *path, int mode, struct Vnode **vpp);
160 .Create = tmpfs_create,
1163 * Name: tmpfs_create
1166 int tmpfs_create(struct Vnode *dvp, const char *path, int mode, struct Vnode **vpp) in tmpfs_create() function
1785 // 1. when first time create file, lookup fail, then call tmpfs_create. in tmpfs_lookup()

Completed in 3 milliseconds