Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dfib_trie.c96 #define IS_LEAF(n) (n->parent & T_LEAF) macro
408 if (IS_LEAF(tn)) in tnode_free()
416 BUG_ON(IS_LEAF(tn)); in tnode_free_safe()
486 if (n == NULL || IS_LEAF(n)) in tnode_full()
773 if (IS_LEAF(node) || ((struct tnode *) node)->pos > in inflate()
992 if (n != NULL && IS_LEAF(n) && tkey_equals(key, n->key)) in fib_find_node()
1090 BUG_ON(tp && IS_LEAF(tp)); in fib_insert_node()
1094 if (n != NULL && IS_LEAF(n) && tkey_equals(key, n->key)) { in fib_insert_node()
1444 if (IS_LEAF(n)) { in fib_table_lookup()
1469 if (IS_LEAF(n)) { in fib_table_lookup()
[all …]
/linux-3.4.99/fs/gfs2/
Ddir.c76 #define IS_LEAF 1 /* Hashed (leaf) directory */ macro