Home
last modified time | relevance | path

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

/fs/ubifs/
A Ddir.c88 bool encrypted = false; in ubifs_new_inode() local
108 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() local
601 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()
A 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()
A Djournal.c864 bool encrypted = IS_ENCRYPTED(inode); in ubifs_jnl_write_data() local
871 if (encrypted) in ubifs_jnl_write_data()
905 if (encrypted) { in ubifs_jnl_write_data()
A Dubifs.h1305 unsigned int encrypted:1; member
/fs/ceph/
A 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()
A Dcaps.c1237 bool encrypted; member
1279 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()
/fs/smb/server/
A Dksmbd_work.h75 bool encrypted:1; member
A Dserver.c175 work->encrypted = true; in __handle_ksmbd_work()
244 if (work->sess && work->sess->enc && work->encrypted && in __handle_ksmbd_work()
/fs/crypto/
A DKconfig13 efficient since it avoids caching the encrypted and
/fs/smb/client/
A DKconfig145 used to communicate on an encrypted share connection on the
147 encrypted network captures. Enable this carefully.
/fs/f2fs/
A Dcompress.c1284 .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()
A Df2fs.h1258 unsigned int encrypted:1; /* indicate file is encrypted */ member
/fs/proc/
A Dvmcore.c160 u64 *ppos, bool encrypted) in read_from_oldmem() argument
184 if (encrypted) in read_from_oldmem()

Completed in 53 milliseconds