Home
last modified time | relevance | path

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

/linux/fs/ubifs/
A Dio.c313 if (pad >= UBIFS_PAD_NODE_SZ) { in ubifs_pad()
322 ch->len = cpu_to_le32(UBIFS_PAD_NODE_SZ); in ubifs_pad()
323 pad -= UBIFS_PAD_NODE_SZ; in ubifs_pad()
325 crc = crc32(UBIFS_CRC32_INIT, buf + 8, UBIFS_PAD_NODE_SZ - 8); in ubifs_pad()
327 memset(buf + UBIFS_PAD_NODE_SZ, 0, pad); in ubifs_pad()
A Dscan.c30 int pad_len = 0, max_pad_len = min_t(int, UBIFS_PAD_NODE_SZ, len); in scan_padding_bytes()
A Dubifs-media.h270 #define UBIFS_PAD_NODE_SZ sizeof(struct ubifs_pad_node) macro
A Dsuper.c589 c->ranges[UBIFS_PAD_NODE].len = UBIFS_PAD_NODE_SZ; in init_constants_early()

Completed in 11 milliseconds