Lines Matching refs:hypfs_entry
72 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()
405 struct hypfs_entry *entry; in do_hypfs_op()