Searched refs:UBIFS_PAD_NODE_SZ (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | io.c | 326 if (pad >= UBIFS_PAD_NODE_SZ) { in ubifs_pad() 335 ch->len = cpu_to_le32(UBIFS_PAD_NODE_SZ); in ubifs_pad() 336 pad -= UBIFS_PAD_NODE_SZ; in ubifs_pad() 338 crc = crc32(UBIFS_CRC32_INIT, buf + 8, UBIFS_PAD_NODE_SZ - 8); in ubifs_pad() 340 memset(buf + UBIFS_PAD_NODE_SZ, 0, pad); in ubifs_pad()
|
| H A D | ubifs-media.h | 271 #define UBIFS_PAD_NODE_SZ sizeof(struct ubifs_pad_node) macro
|
| H A D | scan.c | 35 int pad_len = 0, max_pad_len = min_t(int, UBIFS_PAD_NODE_SZ, len); in scan_padding_bytes()
|
| H A D | super.c | 755 c->ranges[UBIFS_PAD_NODE].len = UBIFS_PAD_NODE_SZ; in init_constants_early()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | io.c | 324 if (pad >= UBIFS_PAD_NODE_SZ) { in ubifs_pad() 333 ch->len = cpu_to_le32(UBIFS_PAD_NODE_SZ); in ubifs_pad() 334 pad -= UBIFS_PAD_NODE_SZ; in ubifs_pad() 336 crc = crc32(UBIFS_CRC32_INIT, buf + 8, UBIFS_PAD_NODE_SZ - 8); in ubifs_pad() 338 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()
|