Searched refs:ubifs_ch (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | ubifs-media.h | 265 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) 456 struct ubifs_ch { struct 516 struct ubifs_ch ch; 557 struct ubifs_ch ch; 578 struct ubifs_ch ch; 599 struct ubifs_ch ch; 613 struct ubifs_ch ch; 653 struct ubifs_ch ch; 723 struct ubifs_ch ch; 767 struct ubifs_ch ch; [all …]
|
| H A D | scan.c | 60 struct ubifs_ch *ch = buf; in ubifs_scan_a_node() 184 struct ubifs_ch *ch = buf; in ubifs_add_snod() 266 struct ubifs_ch *ch = buf; in ubifs_scan()
|
| H A D | io.c | 230 const struct ubifs_ch *ch = buf; in ubifs_check_node() 325 struct ubifs_ch *ch = buf; in ubifs_pad() 370 struct ubifs_ch *ch = node; in ubifs_init_node() 390 struct ubifs_ch *ch = node; in ubifs_crc_node() 463 struct ubifs_ch *ch = node; in ubifs_prep_grp_node() 736 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock() 955 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node_hmac() 1016 struct ubifs_ch *ch = buf; in ubifs_read_node_wbuf() 1092 struct ubifs_ch *ch = buf; in ubifs_read_node()
|
| H A D | recovery.c | 117 struct ubifs_ch *ch = buf; in get_master_node() 148 struct ubifs_ch *ch = buf; in get_master_node() 461 struct ubifs_ch *ch = buf; in no_more_nodes() 566 struct ubifs_ch *ch; in drop_last_group() 650 struct ubifs_ch *ch = buf; in ubifs_recover_leb() 671 struct ubifs_ch *ch = buf; in ubifs_recover_leb() 1042 struct ubifs_ch *ch = buf; in clean_an_unclean_leb()
|
| H A D | master.c | 71 crypto_shash_tfm_digest(c->hash_tfm, node + sizeof(struct ubifs_ch), in mst_node_check_hash() 72 UBIFS_MST_NODE_SZ - sizeof(struct ubifs_ch), in mst_node_check_hash()
|
| H A D | auth.c | 33 const struct ubifs_ch *ch = node; in __ubifs_node_calc_hash()
|
| H A D | log.c | 614 struct ubifs_ch *ch = node; in add_node()
|
| H A D | debug.c | 211 static void dump_ch(const struct ubifs_ch *ch) in dump_ch() 298 const struct ubifs_ch *ch = node; in ubifs_dump_node() 1981 struct ubifs_ch *ch; in check_leaf()
|
| H A D | tnc.c | 447 struct ubifs_ch *ch = buf; in try_read_node() 1693 struct ubifs_ch *ch = buf; in validate_data_node()
|
| H A D | journal.c | 232 const struct ubifs_ch *ch = node; in ubifs_hash_nodes()
|
| H A D | super.c | 2364 BUILD_BUG_ON(sizeof(struct ubifs_ch) != 24); in ubifs_init()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | ubifs-media.h | 266 #define UBIFS_CH_SZ sizeof(struct ubifs_ch) 420 struct ubifs_ch { struct 480 struct ubifs_ch ch; 520 struct ubifs_ch ch; 547 struct ubifs_ch ch; 568 struct ubifs_ch ch; 582 struct ubifs_ch ch; 616 struct ubifs_ch ch; 679 struct ubifs_ch ch; 720 struct ubifs_ch ch; [all …]
|
| H A D | scan.c | 65 struct ubifs_ch *ch = buf; in ubifs_scan_a_node() 190 struct ubifs_ch *ch = buf; in ubifs_add_snod() 272 struct ubifs_ch *ch = buf; in ubifs_scan()
|
| H A D | io.c | 244 const struct ubifs_ch *ch = buf; in ubifs_check_node() 327 struct ubifs_ch *ch = buf; in ubifs_pad() 384 struct ubifs_ch *ch = node; in ubifs_prepare_node() 417 struct ubifs_ch *ch = node; in ubifs_prep_grp_node() 688 dbg_ntype(((struct ubifs_ch *)buf)->node_type), in ubifs_wbuf_write_nolock() 871 lnum, offs, dbg_ntype(((struct ubifs_ch *)buf)->node_type), len, in ubifs_write_node() 910 struct ubifs_ch *ch = buf; in ubifs_read_node_wbuf() 986 struct ubifs_ch *ch = buf; in ubifs_read_node()
|
| H A D | recovery.c | 122 struct ubifs_ch *ch = buf; in get_master_node() 153 struct ubifs_ch *ch = buf; in get_master_node() 468 struct ubifs_ch *ch = buf; in no_more_nodes() 575 struct ubifs_ch *ch; in drop_last_group() 659 struct ubifs_ch *ch = buf; in ubifs_recover_leb() 1018 struct ubifs_ch *ch = buf; in clean_an_unclean_leb()
|
| H A D | log.c | 597 struct ubifs_ch *ch = node; in add_node()
|
| H A D | debug.c | 220 static void dump_ch(const struct ubifs_ch *ch) in dump_ch() 307 const struct ubifs_ch *ch = node; in ubifs_dump_node() 2028 struct ubifs_ch *ch; in check_leaf()
|
| H A D | tnc.c | 455 struct ubifs_ch *ch = buf; in try_read_node() 1699 struct ubifs_ch *ch = buf; in validate_data_node()
|
| H A D | super.c | 2555 BUILD_BUG_ON(sizeof(struct ubifs_ch) != 24); in ubifs_init()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ubifs-authentication.rst | 101 Almost all types of nodes share a common header (``ubifs_ch``) containing basic
|