Searched refs:n_file (Results 1 – 4 of 4) sorted by relevance
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 291 struct devtmpfs_file *d_file, *n_file = RT_NULL, *tmp; in devtmpfs_getdents() local 315 dfs_vfs_for_each_subnode(n_file, tmp, d_file, node) in devtmpfs_getdents() 320 if (n_file->type == TMPFS_TYPE_FILE) in devtmpfs_getdents() 324 if (n_file->type == TMPFS_TYPE_DIR) in devtmpfs_getdents() 330 rt_strncpy(d->d_name, n_file->name, DIRENT_NAME_MAX); in devtmpfs_getdents()
|
| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | ptyfs.c | 573 struct ptyfs_file *n_file; in devpty_deffops_getdents() local 591 n_file = rt_list_entry(list, struct ptyfs_file, ent_node); in devpty_deffops_getdents() 594 if (n_file->type == PTYFS_TYPE_DIR) in devpty_deffops_getdents() 605 rt_strncpy(d->d_name, n_file->basename, DIRENT_NAME_MAX); in devpty_deffops_getdents()
|
| /components/dfs/dfs_v1/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 518 struct tmpfs_file *d_file, *n_file; in dfs_tmpfs_getdents() local 538 n_file = rt_list_entry(list, struct tmpfs_file, sibling); in dfs_tmpfs_getdents() 552 rt_strncpy(d->d_name, n_file->name, TMPFS_NAME_MAX); in dfs_tmpfs_getdents()
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 500 struct tmpfs_file *d_file, *n_file, *tmp; in dfs_tmpfs_getdents() local 523 dfs_vfs_for_each_subnode(n_file, tmp, d_file, node) in dfs_tmpfs_getdents() 538 rt_strncpy(d->d_name, n_file->name, TMPFS_NAME_MAX); in dfs_tmpfs_getdents()
|
Completed in 14 milliseconds