Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dhypfs.h11 struct hypfs_entry { struct
18 int (*read)(const struct hypfs_entry *entry, argument
25 struct hypfs_entry e;
33 struct hypfs_entry e;
111 int hypfs_read_dir(const struct hypfs_entry *entry,
113 int hypfs_read_leaf(const struct hypfs_entry *entry,
/xen/xen/common/
A Dhypfs.c72 static int add_entry(struct hypfs_entry_dir *parent, struct hypfs_entry *new) in add_entry()
75 struct hypfs_entry *e; in add_entry()
155 static struct hypfs_entry *hypfs_get_entry_rel(struct hypfs_entry_dir *dir, in hypfs_get_entry_rel()
159 struct hypfs_entry *entry; in hypfs_get_entry_rel()
203 static struct hypfs_entry *hypfs_get_entry(const char *path) in hypfs_get_entry()
211 int hypfs_read_dir(const struct hypfs_entry *entry, in hypfs_read_dir()
215 const struct hypfs_entry *e; in hypfs_read_dir()
250 int hypfs_read_leaf(const struct hypfs_entry *entry, in hypfs_read_leaf()
262 static int hypfs_read(const struct hypfs_entry *entry, in hypfs_read()
385 static int hypfs_write(struct hypfs_entry *entry, in hypfs_write()
[all …]

Completed in 4 milliseconds