Searched refs:e_node (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ntfs3/ |
H A D | bitmap.c | 30 struct e_node { struct 44 sizeof(struct e_node), 0, in ntfs3_init_bitmap() argument 137 rb_entry(node, struct e_node, start.node)); in wnd_close() 167 static inline bool rb_insert_count(struct rb_root *root, struct e_node *e) in rb_insert_count() 175 struct e_node *k = in rb_insert_count() 176 rb_entry(parent = *p, struct e_node, count.node); in rb_insert_count() 200 static inline bool rb_insert_start(struct rb_root *root, struct e_node *e) in rb_insert_start() 207 struct e_node *k; in rb_insert_start() 211 k = rb_entry(parent, struct e_node, start.node); in rb_insert_start() 234 struct e_node *e, *e0 = NULL; in wnd_add_free_ext() [all …]
|