Searched refs:node_type (Results 1 – 18 of 18) sorted by relevance
| /fs/ubifs/ |
| A D | lpt_commit.c | 994 switch (node_type) { in make_node_dirty() 1014 switch (node_type) { in get_lpt_node_len() 1054 int pos = 0, node_type; in get_lpt_node_type() local 1058 return node_type; in get_lpt_node_type() 1072 int pos = 0, node_type, node_len; in is_a_node() local 1078 if (node_type == UBIFS_LPT_NOT_A_NODE) in is_a_node() 1080 node_len = get_lpt_node_len(c, node_type); in is_a_node() 1129 node_len = get_lpt_node_len(c, node_type); in lpt_gc_lnum() 1570 switch (node_type) { in dbg_is_node_dirty() 1641 node_len = get_lpt_node_len(c, node_type); in dbg_check_ltab_lnum() [all …]
|
| A D | scan.c | 77 dbg_ntype(ch->node_type), lnum, offs); in ubifs_scan_a_node() 82 if (ch->node_type == UBIFS_PAD_NODE) { in ubifs_scan_a_node() 193 snod->type = ch->node_type; in ubifs_add_snod() 198 switch (ch->node_type) { in ubifs_add_snod()
|
| A D | io.c | 264 type = ch->node_type; in ubifs_check_node() 339 ch->node_type = UBIFS_PAD_NODE; in ubifs_pad() 746 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock() 963 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node_hmac() 1056 if (type != ch->node_type) { in ubifs_read_node_wbuf() 1058 ch->node_type, type); in ubifs_read_node_wbuf() 1112 if (type != ch->node_type) { in ubifs_read_node() 1114 ch->node_type, type); in ubifs_read_node()
|
| A D | journal.c | 579 ino->ch.node_type = UBIFS_INO_NODE; in pack_inode() 718 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_update() 724 dent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_update() 890 data->ch.node_type = UBIFS_DATA_NODE; in ubifs_jnl_write_data() 1230 dent1->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename() 1246 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_xrename() 1422 dent->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename() 1437 dent2->ch.node_type = UBIFS_DENT_NODE; in ubifs_jnl_rename() 1724 trun->ch.node_type = UBIFS_TRUN_NODE; in ubifs_jnl_truncate() 1894 xent->ch.node_type = UBIFS_XENT_NODE; in ubifs_jnl_delete_xattr()
|
| A D | sb.c | 193 sup->ch.node_type = UBIFS_SB_NODE; in create_default_filesystem() 227 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem() 279 idx->ch.node_type = UBIFS_IDX_NODE; in create_default_filesystem() 293 ino->ch.node_type = UBIFS_INO_NODE; in create_default_filesystem() 320 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem()
|
| A D | log.c | 229 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_add_bud_to_log() 373 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit() 403 ref->ch.node_type = UBIFS_REF_NODE; in ubifs_log_start_commit()
|
| A D | recovery.c | 150 if (ch->node_type != UBIFS_MST_NODE) in get_master_node() 820 if (cs_node->ch.node_type != UBIFS_CS_NODE) { in get_cs_sqnum() 821 ubifs_err(c, "Not a CS node, type is %d", cs_node->ch.node_type); in get_cs_sqnum()
|
| A D | ubifs-media.h | 461 __u8 node_type; member
|
| A D | auth.c | 84 auth->ch.node_type = UBIFS_AUTH_NODE; in ubifs_prepare_auth_node()
|
| A D | tnc_commit.c | 33 idx->ch.node_type = UBIFS_IDX_NODE; in make_idx_node() 868 idx->ch.node_type = UBIFS_IDX_NODE; in write_index()
|
| A D | lpt.c | 954 int node_type; in check_lpt_type() local 956 node_type = ubifs_unpack_bits(c, addr, pos, UBIFS_LPT_TYPE_BITS); in check_lpt_type() 957 if (node_type != type) { in check_lpt_type() 959 node_type, type); in check_lpt_type()
|
| A D | orphan.c | 314 orph->ch.node_type = UBIFS_ORPH_NODE; in write_orph_node()
|
| A D | debug.c | 215 pr_err("\tnode_type %d (%s)\n", ch->node_type, in dump_ch() 216 dbg_ntype(ch->node_type)); in dump_ch() 310 type = ch->node_type; in ubifs_dump_node()
|
| A D | tnc.c | 500 if (ch->node_type != type) in try_read_node() 1734 if (ch->node_type != UBIFS_DATA_NODE) { in validate_data_node() 1736 ch->node_type, UBIFS_DATA_NODE); in validate_data_node()
|
| /fs/dlm/ |
| A D | config.c | 388 static const struct config_item_type node_type = { variable 571 config_item_init_type_name(&nd->item, name, &node_type); in make_node()
|
| /fs/f2fs/ |
| A D | node.h | 56 enum node_type { enum
|
| A D | node.c | 1497 enum node_type ntype) in sanity_check_node_footer() 1517 struct folio *parent, int start, enum node_type ntype) in __get_node_folio()
|
| /fs/smb/server/ |
| A D | transport_rdma.c | 2121 if (ib_dev->node_type != RDMA_NODE_IB_CA) in smb_direct_ib_client_add()
|
Completed in 49 milliseconds