Home
last modified time | relevance | path

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

/fs/ubifs/
Ddir.c83 bool encrypted = false; in ubifs_new_inode() local
103 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()
166 if (encrypted) { in ubifs_new_inode()
563 bool encrypted = IS_ENCRYPTED(dir); in ubifs_readdir() local
574 if (encrypted) { in ubifs_readdir()
608 if (encrypted) in ubifs_readdir()
653 if (encrypted) { in ubifs_readdir()
670 if (encrypted) in ubifs_readdir()
693 if (encrypted) in ubifs_readdir()
Dsb.c500 if (c->encrypted && c->fmt_version < 5) { in validate_sb()
736 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()
749 if (!IS_ENABLED(CONFIG_FS_ENCRYPTION) && c->encrypted) { in ubifs_read_superblock()
938 if (c->encrypted) in ubifs_enable_encryption()
953 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.h1320 unsigned int encrypted:1; member
/fs/ceph/
Dcrypto.c157 bool encrypted = false; in ceph_fscrypt_prepare_context() local
160 ret = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ceph_fscrypt_prepare_context()
163 if (!encrypted) in ceph_fscrypt_prepare_context()
Dcaps.c1221 bool encrypted; member
1259 if (arg->encrypted) in encode_cap_msg()
1461 arg->encrypted = IS_ENCRYPTED(inode); in __prep_cap()
1568 arg.encrypted = IS_ENCRYPTED(inode); in __send_flush_snap()
/fs/smb/server/
Dksmbd_work.h75 bool encrypted:1; member
Dserver.c175 work->encrypted = true; in __handle_ksmbd_work()
244 if (work->sess && work->sess->enc && work->encrypted && in __handle_ksmbd_work()
/fs/crypto/
DKconfig12 efficient since it avoids caching the encrypted and
/fs/smb/client/
DKconfig145 used to communicate on an encrypted share connection on the
147 encrypted network captures. Enable this carefully.
/fs/proc/
Dvmcore.c132 u64 *ppos, bool encrypted) in read_from_oldmem() argument
156 if (encrypted) in read_from_oldmem()
/fs/f2fs/
Dcompress.c1256 .encrypted = fscrypt_inode_uses_fs_layer_crypto(cc->inode) ? in f2fs_write_compressed_pages()
1329 if (fio.encrypted) { in f2fs_write_compressed_pages()
1373 if (fio.encrypted) in f2fs_write_compressed_pages()
Df2fs.h1217 unsigned int encrypted:1; /* indicate file is encrypted */ member