Home
last modified time | relevance | path

Searched refs:posix_fs_desc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dfs.c27 static struct posix_fs_desc desc_array[CONFIG_POSIX_OPEN_MAX];
34 static struct posix_fs_desc *posix_fs_alloc_obj(bool is_dir) in posix_fs_alloc_obj()
37 struct posix_fs_desc *ptr = NULL; in posix_fs_alloc_obj()
53 static inline void posix_fs_free_obj(struct posix_fs_desc *ptr) in posix_fs_free_obj()
85 struct posix_fs_desc *ptr = NULL; in zvfs_open()
142 struct posix_fs_desc *ptr = obj; in fs_close_vmeth()
154 struct posix_fs_desc *ptr = obj; in fs_ioctl_vmeth()
207 struct posix_fs_desc *ptr = obj; in fs_write_vmeth()
226 struct posix_fs_desc *ptr = obj; in fs_read_vmeth()
252 struct posix_fs_desc *ptr; in opendir()
[all …]
Dfs_priv.h14 struct posix_fs_desc { struct
Dfile_system_r.c25 struct posix_fs_desc *const ptr = dirp; in readdir_r()