Searched refs:UBIFS_REF_NODE_SZ (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/ubifs/ |
D | log.c | 262 err = ubifs_write_node(c, ref, UBIFS_REF_NODE_SZ, c->lhead_lnum, in ubifs_add_bud_to_log() 267 err = ubifs_shash_update(c, c->log_hash, ref, UBIFS_REF_NODE_SZ); in ubifs_add_bud_to_log() 367 max_len = UBIFS_CS_NODE_SZ + c->jhead_cnt * UBIFS_REF_NODE_SZ; in ubifs_log_start_commit() 408 ubifs_prepare_node(c, ref, UBIFS_REF_NODE_SZ, 0); in ubifs_log_start_commit() 409 len += UBIFS_REF_NODE_SZ; in ubifs_log_start_commit() 412 UBIFS_REF_NODE_SZ); in ubifs_log_start_commit()
|
D | super.c | 582 c->ref_node_alsz = ALIGN(UBIFS_REF_NODE_SZ, c->min_io_size); in init_constants_early() 592 c->ranges[UBIFS_REF_NODE].len = UBIFS_REF_NODE_SZ; in init_constants_early() 695 tmp = UBIFS_CS_NODE_SZ + UBIFS_REF_NODE_SZ * c->jhead_cnt; in init_constants_sb() 1603 UBIFS_REF_NODE_SZ, UBIFS_CS_NODE_SZ, UBIFS_ORPH_NODE_SZ); in mount_ubifs() 2389 BUILD_BUG_ON(UBIFS_REF_NODE_SZ & 7); in ubifs_init() 2415 BUILD_BUG_ON(UBIFS_REF_NODE_SZ != 64); in ubifs_init()
|
D | ubifs-media.h | 273 #define UBIFS_REF_NODE_SZ sizeof(struct ubifs_ref_node) macro
|
D | replay.c | 1090 UBIFS_REF_NODE_SZ); in replay_log_leb()
|