Home
last modified time | relevance | path

Searched refs:UBIFS_FLG_ENCRYPTION (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs-media.h428 * UBIFS_FLG_ENCRYPTION: this filesystem contains encrypted files
435 UBIFS_FLG_ENCRYPTION = 0x10, enumerator
440 UBIFS_FLG_DOUBLE_HASH | UBIFS_FLG_ENCRYPTION | \
H A Dsb.c733 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()
946 sup->flags |= cpu_to_le32(UBIFS_FLG_ENCRYPTION); in ubifs_enable_encryption()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs-media.h428 * UBIFS_FLG_ENCRYPTION: this filesystem contains encrypted files
435 UBIFS_FLG_ENCRYPTION = 0x10, enumerator
440 UBIFS_FLG_DOUBLE_HASH | UBIFS_FLG_ENCRYPTION | \
H A Dsb.c736 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()
949 sup->flags |= cpu_to_le32(UBIFS_FLG_ENCRYPTION); in ubifs_enable_encryption()

Completed in 6 milliseconds