Searched refs:encrypted (Results 1 – 13 of 13) sorted by relevance
88 bool encrypted = false; in ubifs_new_inode() local108 err = fscrypt_prepare_new_inode(dir, inode, &encrypted); in ubifs_new_inode()183 if (encrypted) { in ubifs_new_inode()589 bool encrypted = IS_ENCRYPTED(dir); in ubifs_readdir() local601 if (encrypted) { in ubifs_readdir()635 if (encrypted) in ubifs_readdir()680 if (encrypted) { in ubifs_readdir()697 if (encrypted) in ubifs_readdir()720 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()
864 bool encrypted = IS_ENCRYPTED(inode); in ubifs_jnl_write_data() local871 if (encrypted) in ubifs_jnl_write_data()905 if (encrypted) { in ubifs_jnl_write_data()
1305 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()
1237 bool encrypted; member1279 if (arg->encrypted) in encode_cap_msg()1482 arg->encrypted = IS_ENCRYPTED(inode); in __prep_cap()1592 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()
13 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.
1284 .encrypted = fscrypt_inode_uses_fs_layer_crypto(cc->inode) ? in f2fs_write_compressed_pages()1359 if (fio.encrypted) { in f2fs_write_compressed_pages()1403 if (fio.encrypted) in f2fs_write_compressed_pages()
1258 unsigned int encrypted:1; /* indicate file is encrypted */ member
160 u64 *ppos, bool encrypted) in read_from_oldmem() argument184 if (encrypted) in read_from_oldmem()
Completed in 53 milliseconds