Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Drpadlpar_core.c76 static struct device_node *find_dlpar_node(char *drc_name, int *node_type) in find_dlpar_node() argument
82 *node_type = NODE_TYPE_SLOT; in find_dlpar_node()
88 *node_type = NODE_TYPE_PHB; in find_dlpar_node()
94 *node_type = NODE_TYPE_VIO; in find_dlpar_node()
287 int node_type; in dlpar_add_slot() local
294 dn = find_dlpar_node(drc_name, &node_type); in dlpar_add_slot()
300 switch (node_type) { in dlpar_add_slot()
422 int node_type; in dlpar_remove_slot() local
428 dn = find_dlpar_node(drc_name, &node_type); in dlpar_remove_slot()
434 switch (node_type) { in dlpar_remove_slot()
/linux-4.19.296/fs/ubifs/
Dlpt_commit.c1035 static int make_node_dirty(struct ubifs_info *c, int node_type, int node_num, in make_node_dirty() argument
1038 switch (node_type) { in make_node_dirty()
1056 static int get_lpt_node_len(const struct ubifs_info *c, int node_type) in get_lpt_node_len() argument
1058 switch (node_type) { in get_lpt_node_len()
1098 int pos = 0, node_type; in get_lpt_node_type() local
1100 node_type = ubifs_unpack_bits(c, &addr, &pos, UBIFS_LPT_TYPE_BITS); in get_lpt_node_type()
1102 return node_type; in get_lpt_node_type()
1116 int pos = 0, node_type, node_len; in is_a_node() local
1121 node_type = ubifs_unpack_bits(c, &addr, &pos, UBIFS_LPT_TYPE_BITS); in is_a_node()
1122 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node()
[all …]
Dscan.c89 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node()
94 if (ch->node_type == UBIFS_PAD_NODE) { in ubifs_scan_a_node()
205 snod->type = ch->node_type; in ubifs_add_snod()
210 switch (ch->node_type) { in ubifs_add_snod()
Dio.c256 type = ch->node_type; in ubifs_check_node()
341 ch->node_type = UBIFS_PAD_NODE; in ubifs_pad()
700 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock()
918 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node()
988 if (type != ch->node_type) { in ubifs_read_node_wbuf()
990 ch->node_type, type); in ubifs_read_node_wbuf()
1044 if (type != ch->node_type) { in ubifs_read_node()
1046 ch->node_type, type); in ubifs_read_node()
Djournal.c453 ino->ch.node_type = UBIFS_INO_NODE; in pack_inode()
585 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_update()
591 dent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_update()
735 data->ch.node_type = UBIFS_DATA_NODE; in ubifs_jnl_write_data()
986 dent1->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename()
999 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename()
1136 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename()
1148 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename()
1377 trun->ch.node_type = UBIFS_TRUN_NODE; in ubifs_jnl_truncate()
1528 xent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_delete_xattr()
Dsb.c181 sup->ch.node_type = UBIFS_SB_NODE; in create_default_filesystem()
223 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem()
289 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem()
311 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem()
350 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem()
Dlog.c240 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_add_bud_to_log()
376 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit()
398 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_log_start_commit()
Dubifs-media.h452 __u8 node_type; member
Drecovery.c162 if (ch->node_type != UBIFS_MST_NODE) in get_master_node()
831 if (cs_node->ch.node_type != UBIFS_CS_NODE) { in get_cs_sqnum()
832 ubifs_err(c, "Node a CS node, type is %d", cs_node->ch.node_type); in get_cs_sqnum()
Dtnc_commit.c44 idx->ch.node_type = UBIFS_IDX_NODE; in make_idx_node()
869 idx->ch.node_type = UBIFS_IDX_NODE; in write_index()
Dlpt.c947 int node_type; in check_lpt_type() local
949 node_type = ubifs_unpack_bits(c, addr, pos, UBIFS_LPT_TYPE_BITS); in check_lpt_type()
950 if (node_type != type) { in check_lpt_type()
952 node_type, type); in check_lpt_type()
Ddebug.c225 pr_err("\tnode_type %d (%s)\n", ch->node_type, in dump_ch()
226 dbg_ntype(ch->node_type)); in dump_ch()
322 switch (ch->node_type) { in ubifs_dump_node()
547 (int)ch->node_type); in ubifs_dump_node()
Dorphan.c300 orph->ch.node_type = UBIFS_ORPH_NODE; in write_orph_node()
Dtnc.c511 if (ch->node_type != type) in try_read_node()
1741 if (ch->node_type != UBIFS_DATA_NODE) { in validate_data_node()
1743 ch->node_type, UBIFS_DATA_NODE); in validate_data_node()
/linux-4.19.296/include/rdma/
Dopa_smi.h106 u8 node_type; member
Dib_smi.h125 u8 node_type; member
Dib_verbs.h134 rdma_node_get_transport(enum rdma_node_type node_type);
2565 u8 node_type; member
/linux-4.19.296/include/uapi/rdma/
Drdma_netlink.h57 __u8 node_type; member
/linux-4.19.296/fs/dlm/
Dconfig.c326 static const struct config_item_type node_type = { variable
511 config_item_init_type_name(&nd->item, name, &node_type); in make_node()