recursive        2320 fs/namespace.c static struct file *open_detached_copy(struct path *path, bool recursive)
recursive        2331 fs/namespace.c 	mnt = __do_loopback(path, recursive);
recursive         349 include/sound/hda_codec.h 			   hda_nid_t nid, int recursive);
recursive         845 security/tomoyo/util.c 			goto recursive;
recursive         861 security/tomoyo/util.c  recursive:
recursive         265 sound/pci/hda/hda_codec.c 			   hda_nid_t nid, int recursive)
recursive         274 sound/pci/hda/hda_codec.c 	if (!recursive)
recursive         276 sound/pci/hda/hda_codec.c 	if (recursive > 10) {
recursive         280 sound/pci/hda/hda_codec.c 	recursive++;
recursive         285 sound/pci/hda/hda_codec.c 		if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0)
recursive         689 tools/perf/util/dwarf-aux.c 	bool recursive;
recursive         710 tools/perf/util/dwarf-aux.c 		if (!lw->recursive)
recursive         728 tools/perf/util/dwarf-aux.c static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive,
recursive         732 tools/perf/util/dwarf-aux.c 		.recursive = recursive,