Searched refs:UBIFS_PAD_NODE_SZ (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | io.c | 325 if (pad >= UBIFS_PAD_NODE_SZ) { in ubifs_pad() 334 ch->len = cpu_to_le32(UBIFS_PAD_NODE_SZ); in ubifs_pad() 335 pad -= UBIFS_PAD_NODE_SZ; in ubifs_pad() 337 crc = crc32(UBIFS_CRC32_INIT, buf + 8, UBIFS_PAD_NODE_SZ - 8); in ubifs_pad() 339 memset(buf + UBIFS_PAD_NODE_SZ, 0, pad); in ubifs_pad()
|
H A D | ubifs-media.h | 270 #define UBIFS_PAD_NODE_SZ sizeof(struct ubifs_pad_node) macro
|
H A D | scan.c | 34 int pad_len = 0, max_pad_len = min_t(int, UBIFS_PAD_NODE_SZ, len); in scan_padding_bytes()
|
H A D | super.c | 754 c->ranges[UBIFS_PAD_NODE].len = UBIFS_PAD_NODE_SZ; in init_constants_early()
|
/openbmc/linux/fs/ubifs/ |
H A D | io.c | 334 if (pad >= UBIFS_PAD_NODE_SZ) { in ubifs_pad() 343 ch->len = cpu_to_le32(UBIFS_PAD_NODE_SZ); in ubifs_pad() 344 pad -= UBIFS_PAD_NODE_SZ; in ubifs_pad() 346 crc = crc32(UBIFS_CRC32_INIT, buf + 8, UBIFS_PAD_NODE_SZ - 8); in ubifs_pad() 348 memset(buf + UBIFS_PAD_NODE_SZ, 0, pad); in ubifs_pad()
|
H A D | scan.c | 30 int pad_len = 0, max_pad_len = min_t(int, UBIFS_PAD_NODE_SZ, len); in scan_padding_bytes()
|
H A D | ubifs-media.h | 270 #define UBIFS_PAD_NODE_SZ sizeof(struct ubifs_pad_node) macro
|
H A D | super.c | 589 c->ranges[UBIFS_PAD_NODE].len = UBIFS_PAD_NODE_SZ; in init_constants_early()
|