Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dsb.c495 if (!c->double_hash && c->fmt_version >= 5) { in validate_sb()
735 c->double_hash = !!(sup_flags & UBIFS_FLG_DOUBLE_HASH); in ubifs_read_superblock()
H A Dubifs.h1310 unsigned int double_hash:1; member