Home
last modified time | relevance | path

Searched defs:fh (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c118 static int ffa_create_top(const char *path, uint64_t *fh) in ffa_create_top()
140 static int ffa_release_top(uint64_t fh) in ffa_release_top()
149 static int ffa_read_top(uint64_t fh, char *buf, size_t size, off_t off) in ffa_read_top()
162 static int ffa_write_top(uint64_t fh, const char *buf, size_t size, off_t off) in ffa_write_top()
175 static int ffa_ftruncate_top(uint64_t fh, off_t size) in ffa_ftruncate_top()
Dfuse_fs_access_bottom.c72 uint64_t fh; member
76 uint64_t fh; member
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_stat.c25 int fh; in create_file() local