Home
last modified time | relevance | path

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

/fs/ubifs/
Ddir.c82 bool encrypted = false; in ubifs_new_inode() local
102 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() local
523 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()
Dsb.c497 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()
Djournal.c731 bool encrypted = IS_ENCRYPTED(inode); in ubifs_jnl_write_data() local
738 if (encrypted) in ubifs_jnl_write_data()
771 if (encrypted) { in ubifs_jnl_write_data()
Dubifs.h1292 unsigned int encrypted:1; member
/fs/crypto/
DKconfig12 efficient since it avoids caching the encrypted and
/fs/cifs/
DKconfig174 used to communicate on an encrypted share connection on the
176 encrypted network captures. Enable this carefully.
/fs/proc/
Dvmcore.c108 bool encrypted) in read_from_oldmem() argument
134 if (encrypted) in read_from_oldmem()
/fs/f2fs/
Dcompress.c1153 .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()
Df2fs.h1183 bool encrypted; /* indicate file is encrypted */ member