Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c73 struct ptyfs_file root_file; /* root dir */ member
132 struct ptyfs_file *root_file = &sb->root_file; in ptyfile_add_to_root() local
138 rt_list_insert_after(&(root_file->subdirs), &(new_file->ent_node)); in ptyfile_add_to_root()
172 return &(superblock->root_file); in ptyfile_lookup()
176 curfile = &superblock->root_file; in ptyfile_lookup()
350 ptyfile_init(&sb->root_file, sb, "/", PTYFS_TYPE_DIR, in ptyfs_ops_mount()

Completed in 4 milliseconds