Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dkey.c25 static inline unsigned int how_many_hex_digits(unsigned int x) in how_many_hex_digits() function
77 nbe += 1 + how_many_hex_digits(be); in cachefiles_cook_key()
78 nle += 1 + how_many_hex_digits(le); in cachefiles_cook_key()