Searched refs:e_node (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ntfs3/
H A Dbitmap.c30 struct e_node { struct
44 sizeof(struct e_node), 0,
137 rb_entry(node, struct e_node, start.node));
167 static inline bool rb_insert_count(struct rb_root *root, struct e_node *e)
175 struct e_node *k =
176 rb_entry(parent = *p, struct e_node, count.node);
200 static inline bool rb_insert_start(struct rb_root *root, struct e_node *e)
207 struct e_node *k;
211 k = rb_entry(parent, struct e_node, start.node);
234 struct e_node *
[all...]

Completed in 226 milliseconds