Searched refs:encrypted (Results 1 – 9 of 9) sorted by relevance
82 bool encrypted = false; in ubifs_new_inode() local102 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()164 if (encrypted) { in ubifs_new_inode()512 bool encrypted = IS_ENCRYPTED(dir); in ubifs_readdir() local523 if (encrypted) { in ubifs_readdir()557 if (encrypted) in ubifs_readdir()602 if (encrypted) { in ubifs_readdir()619 if (encrypted) in ubifs_readdir()642 if (encrypted) in ubifs_readdir()
497 if (c->encrypted && c->fmt_version < 5) { in validate_sb()733 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()746 if (!IS_ENABLED(CONFIG_FS_ENCRYPTION) && c->encrypted) { in ubifs_read_superblock()935 if (c->encrypted) in ubifs_enable_encryption()950 c->encrypted = 1; in ubifs_enable_encryption()
731 bool encrypted = IS_ENCRYPTED(inode); in ubifs_jnl_write_data() local738 if (encrypted) in ubifs_jnl_write_data()771 if (encrypted) { in ubifs_jnl_write_data()
1292 unsigned int encrypted:1; member
12 efficient since it avoids caching the encrypted and
174 used to communicate on an encrypted share connection on the176 encrypted network captures. Enable this carefully.
108 bool encrypted) in read_from_oldmem() argument134 if (encrypted) in read_from_oldmem()
1153 .encrypted = fscrypt_inode_uses_fs_layer_crypto(cc->inode), in f2fs_write_compressed_pages()1224 if (fio.encrypted) { in f2fs_write_compressed_pages()1268 if (fio.encrypted) in f2fs_write_compressed_pages()
1183 bool encrypted; /* indicate file is encrypted */ member