Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/gcc-plugins/
Dstackleak_plugin.c97 bool prologue_instrumented = false, is_leaf = true; in stackleak_instrument_execute() local
121 is_leaf = false; in stackleak_instrument_execute()
150 if (is_leaf && in stackleak_instrument_execute()
156 if (is_leaf && in stackleak_instrument_execute()
/Linux-v5.4/fs/reiserfs/
Dstree.c390 static int is_leaf(char *buf, int blocksize, struct buffer_head *bh) in is_leaf() function
512 return is_leaf(bh->b_data, bh->b_size, bh); in is_tree_node()