Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dbitmap.c25 struct rb_node_key { struct
31 struct rb_node_key start; /* Tree sorted by start. */ argument
32 struct rb_node_key count; /* Tree sorted by len. */
148 struct rb_node_key *k; in rb_lookup()
150 k = rb_entry(*p, struct rb_node_key, node); in rb_lookup()