Home
last modified time | relevance | path

Searched refs:ECRYPTFS_ENCRYPTED_VIEW_ENABLED (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ecryptfs/
H A Dsuper.c160 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_show_options()
H A Dmain.c289 mount_crypt_stat->flags |= ECRYPTFS_ENCRYPTED_VIEW_ENABLED; in ecryptfs_parse_param()
520 if (sb_rdonly(path.dentry->d_sb) || mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_get_tree()
H A Dcrypto.c665 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_copy_mount_wide_flags_to_inode_flags()
1225 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) { in ecryptfs_i_size_init()
1978 !(mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED)) { in ecryptfs_decode_and_decrypt_filename()
H A Decryptfs_kernel.h330 #define ECRYPTFS_ENCRYPTED_VIEW_ENABLED 0x00000004 macro