Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dcrypto.c72 if (clen <= 0 || clen > UBIFS_BLOCK_SIZE || clen > dlen) { in ubifs_decrypt()
77 ubifs_assert(c, dlen <= UBIFS_BLOCK_SIZE); in ubifs_decrypt()
H A Dubifs-media.h93 #define UBIFS_BLOCK_SIZE 4096 macro
112 #define UBIFS_MAX_INO_DATA UBIFS_BLOCK_SIZE
286 #define UBIFS_MAX_DATA_NODE_SZ (UBIFS_DATA_NODE_SZ + UBIFS_BLOCK_SIZE)
H A Dkey.h537 return (1ULL << UBIFS_S_KEY_BLOCK_BITS) * UBIFS_BLOCK_SIZE; in key_max_inode_size()
H A Dbudget.c639 factor = UBIFS_BLOCK_SIZE; in ubifs_reported_space()