Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dobjagg.c581 if (stats_info1->is_root != stats_info2->is_root) in objagg_stats_info_sort_cmp_func()
582 return stats_info2->is_root - stats_info1->is_root; in objagg_stats_info_sort_cmp_func()
623 objagg_stats->stats_info[i].is_root = in objagg_stats_get()
625 if (objagg_stats->stats_info[i].is_root) in objagg_stats_get()
670 hnode->stats_info.is_root = true; in objagg_hints_node_create()
1023 if (objagg_stats->stats_info[i].is_root) in objagg_hints_stats_get()
H A 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()
/openbmc/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh29 function is_root() { function
110 is_root
/openbmc/linux/include/linux/
H A Dobjagg.h40 bool is_root; member
/openbmc/u-boot/fs/fat/
H A Dfat.c656 int is_root; /* is iterator at root directory */ member
691 itr->is_root = 1; in fat_itr_root()
725 itr->is_root = 0; in fat_itr_child()
729 itr->is_root = 1; in fat_itr_child()
768 if (itr->is_root && itr->fsdata->fatsize != 32) { in next_cluster()
957 if (itr->is_root) { in fat_itr_resolve()
H A Dfat_write.c246 if (!itr->dent && !itr->is_root && flush_dir_table(itr)) in fill_dir_slot()
250 if (!itr->dent && !itr->is_root) in fill_dir_slot()
959 if (!itr->dent && !itr->is_root && flush_dir_table(itr)) in find_directory_entry()
1121 if (itr->is_root) { in file_fat_write_at()
1386 if (itr->is_root) { in fat_mkdir()
/openbmc/linux/drivers/thunderbolt/
H A 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()
/openbmc/linux/fs/gfs2/
H A Dinode.h101 int is_root);
H A Dinode.c308 int is_root) in gfs2_lookupi() argument
333 if (!is_root) { in gfs2_lookupi()
/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c936 bool is_root = !root_metric; in __add_metric() local
950 if (is_root) { in __add_metric()
1002 if (is_root && pm->metric_threshold) { in __add_metric()
1029 if (is_root) in __add_metric()
1032 } else if (is_root) in __add_metric()
/openbmc/linux/net/sched/
H A Dcls_u32.c77 bool is_root; member
365 root_ht->is_root = true; in u32_init()
672 if (ht->is_root) { in u32_delete()
765 if (ht_down->is_root) { in u32_set_parms()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2216 bool is_root; in ice_get_recp_frm_fw() local
2227 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
2272 recps[idx].is_root = !!is_root; in ice_get_recp_frm_fw()
2287 if (!is_root) in ice_get_recp_frm_fw()
5188 bool is_root, idx_found = false; in ice_add_sw_recipe() local
5205 is_root = (rm->root_rid == entry->rid); in ice_add_sw_recipe()
5206 recp->is_root = is_root; in ice_add_sw_recipe()
5209 recp->big_recp = (is_root && rm->n_grp_count > 1); in ice_add_sw_recipe()
5225 if (!is_root) in ice_add_sw_recipe()
H A Dice_switch.h216 u8 is_root; member
/openbmc/linux/net/mac80211/
H A Dmesh.h127 bool is_root; member
H A Dmesh_hwmp.c680 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
896 mpath->is_root = true; in hwmp_rann_frame_process()
1120 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery()
H A Dmesh_pathtbl.c409 new_mpath->is_root = false; in mesh_path_new()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c244 bool is_root = !strcmp(name, "."); in local_set_mapped_file_attrat() local
246 if (is_root) { in local_set_mapped_file_attrat()
292 if (is_root) { in local_set_mapped_file_attrat()
/openbmc/linux/drivers/firewire/
H A Dohci.c189 bool is_root; member
1960 if (!(ohci->is_root && is_new_root)) in bus_reset_work()
1963 ohci->is_root = is_new_root; in bus_reset_work()
2685 if (ohci->is_root && in ohci_read_csr()
2734 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
2744 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
/openbmc/linux/fs/ntfs3/
H A Dinode.c36 bool is_root = false; in ntfs_read_mft() local
289 is_root = true; in ntfs_read_mft()
302 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft()