Searched refs:curfile (Results 1 – 4 of 4) sorted by relevance
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 191 struct devtmpfs_file *file, *curfile, *tmp; in devtmpfs_file_lookup() local 203 curfile = &superblock->root; in devtmpfs_file_lookup() 219 dfs_vfs_for_each_subnode(file, tmp, curfile, node) in devtmpfs_file_lookup() 232 curfile = file; in devtmpfs_file_lookup()
|
| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | ptyfs.c | 162 struct ptyfs_file *curfile, *found_file = RT_NULL; in ptyfile_lookup() local 176 curfile = &superblock->root_file; in ptyfile_lookup() 198 rt_list_for_each(list, &curfile->subdirs) in ptyfile_lookup() 213 curfile = file_iter; in ptyfile_lookup()
|
| /components/dfs/dfs_v1/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 223 struct tmpfs_file *file, *curfile; in dfs_tmpfs_lookup() local 236 curfile = &superblock->root; in dfs_tmpfs_lookup() 252 rt_list_for_each(list, &curfile->subdirs) in dfs_tmpfs_lookup() 269 curfile = file; in dfs_tmpfs_lookup()
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 235 struct tmpfs_file *file, *curfile, *tmp; in dfs_tmpfs_lookup() local 247 curfile = &superblock->root; in dfs_tmpfs_lookup() 263 dfs_vfs_for_each_subnode(file, tmp, curfile, node) in dfs_tmpfs_lookup() 279 curfile = file; in dfs_tmpfs_lookup()
|
Completed in 18 milliseconds