Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dobjagg.c578 if (stats_info1->is_root != stats_info2->is_root) in objagg_stats_info_sort_cmp_func()
579 return stats_info2->is_root - stats_info1->is_root; in objagg_stats_info_sort_cmp_func()
620 objagg_stats->stats_info[i].is_root = in objagg_stats_get()
622 if (objagg_stats->stats_info[i].is_root) in objagg_stats_get()
667 hnode->stats_info.is_root = true; in objagg_hints_node_create()
1038 if (objagg_stats->stats_info[i].is_root) in objagg_hints_stats_get()
Dtest_objagg.c402 bool is_root; member
645 if (stats_info->is_root != expect_stats_info->is_root) { in check_expect_stats_nums()
869 stats->stats_info[i].is_root ? "root" : "noroot"); in __pr_debug_stats()
/Linux-v5.15/tools/testing/selftests/livepatch/
Dfunctions.sh28 function is_root() { function
93 is_root
/Linux-v5.15/include/linux/
Dobjagg.h41 bool is_root; member
/Linux-v5.15/drivers/thunderbolt/
Dproperty.c40 bool is_root);
162 size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) in __tb_property_parse_dir() argument
173 if (is_root) { in __tb_property_parse_dir()
/Linux-v5.15/fs/gfs2/
Dinode.h101 int is_root);
Dinode.c301 int is_root) in gfs2_lookupi() argument
326 if (!is_root) { in gfs2_lookupi()
/Linux-v5.15/net/sched/
Dcls_u32.c76 bool is_root; member
363 root_ht->is_root = true; in u32_init()
666 if (ht->is_root) { in u32_delete()
737 if (ht_down->is_root) { in u32_set_parms()
/Linux-v5.15/net/mac80211/
Dmesh.h125 bool is_root; member
Dmesh_hwmp.c666 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
882 mpath->is_root = true; in hwmp_rann_frame_process()
1102 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery()
Dmesh_pathtbl.c381 new_mpath->is_root = false; in mesh_path_new()
/Linux-v5.15/drivers/firewire/
Dohci.c189 bool is_root; member
1897 if (!(ohci->is_root && is_new_root)) in bus_reset_work()
1900 ohci->is_root = is_new_root; in bus_reset_work()
2617 if (ohci->is_root && in ohci_read_csr()
2666 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
2676 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
/Linux-v5.15/fs/ntfs3/
Dinode.c36 bool is_root = false; in ntfs_read_mft() local
250 is_root = true; in ntfs_read_mft()
275 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft()