Home
last modified time | relevance | path

Searched refs:UBIFS_PAD_NODE_SZ (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/ubifs/
Dio.c334 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()
Dscan.c30 int pad_len = 0, max_pad_len = min_t(int, UBIFS_PAD_NODE_SZ, len); in scan_padding_bytes()
Dubifs-media.h270 #define UBIFS_PAD_NODE_SZ sizeof(struct ubifs_pad_node) macro
Dsuper.c589 c->ranges[UBIFS_PAD_NODE].len = UBIFS_PAD_NODE_SZ; in init_constants_early()