Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dhypfs.h9 struct hypfs_entry_leaf;
20 int (*write)(struct hypfs_entry_leaf *leaf,
24 struct hypfs_entry_leaf { struct
50 struct hypfs_entry_leaf __read_mostly var = { \ argument
68 static inline void hypfs_string_set_reference(struct hypfs_entry_leaf *leaf, in hypfs_string_set_reference()
76 struct hypfs_entry_leaf __read_mostly var = { \
110 struct hypfs_entry_leaf *leaf, bool nofault);
115 int hypfs_write_leaf(struct hypfs_entry_leaf *leaf,
117 int hypfs_write_bool(struct hypfs_entry_leaf *leaf,
119 int hypfs_write_custom(struct hypfs_entry_leaf *leaf,
A Dparam.h85 struct hypfs_entry_leaf hypfs;
/xen/xen/common/
A Dhypfs.c126 struct hypfs_entry_leaf *leaf, bool nofault) in hypfs_add_leaf()
253 const struct hypfs_entry_leaf *l; in hypfs_read_leaf()
257 l = container_of(entry, const struct hypfs_entry_leaf, e); in hypfs_read_leaf()
293 int hypfs_write_leaf(struct hypfs_entry_leaf *leaf, in hypfs_write_leaf()
331 int hypfs_write_bool(struct hypfs_entry_leaf *leaf, in hypfs_write_bool()
352 int hypfs_write_custom(struct hypfs_entry_leaf *leaf, in hypfs_write_custom()
388 struct hypfs_entry_leaf *l; in hypfs_write()
395 l = container_of(entry, struct hypfs_entry_leaf, e); in hypfs_write()

Completed in 5 milliseconds