Searched refs:encrypted (Results 1 – 13 of 13) sorted by relevance
83 bool encrypted = false; in ubifs_new_inode() local103 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() local574 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()
500 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()
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()
1320 unsigned int encrypted:1; member
157 bool encrypted = false; in ceph_fscrypt_prepare_context() local160 ret = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ceph_fscrypt_prepare_context()163 if (!encrypted) in ceph_fscrypt_prepare_context()
1221 bool encrypted; member1259 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()
75 bool encrypted:1; member
175 work->encrypted = true; in __handle_ksmbd_work()244 if (work->sess && work->sess->enc && work->encrypted && in __handle_ksmbd_work()
12 efficient since it avoids caching the encrypted and
145 used to communicate on an encrypted share connection on the147 encrypted network captures. Enable this carefully.
132 u64 *ppos, bool encrypted) in read_from_oldmem() argument156 if (encrypted) in read_from_oldmem()
1256 .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()
1217 unsigned int encrypted:1; /* indicate file is encrypted */ member