Home
last modified time | relevance | path

Searched refs:IS_ENCRYPTED (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/include/linux/
A Dfscrypt.h205 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode); in fscrypt_needs_contents_encryption()
553 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_new_inode()
577 if (IS_ENCRYPTED(dir)) in fscrypt_setup_filename()
649 if (IS_ENCRYPTED(inode)) in fscrypt_file_open()
700 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_symlink()
868 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_link()
901 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename()
934 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_lookup()
959 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_readdir()
985 if (IS_ENCRYPTED(d_inode(dentry))) in fscrypt_prepare_setattr()
[all …]
A Dfs.h1984 #define IS_ENCRYPTED(inode) ((inode)->i_flags & S_ENCRYPTED) macro
/linux-6.3-rc2/fs/crypto/
A Dhooks.c40 if (IS_ENCRYPTED(d_inode(dir)) && in fscrypt_file_open()
82 if (IS_ENCRYPTED(new_dir) && in __fscrypt_prepare_rename()
88 IS_ENCRYPTED(old_dir) && in __fscrypt_prepare_rename()
151 if (IS_ENCRYPTED(inode) && (flags & ~oldflags & FS_CASEFOLD_FL)) { in fscrypt_prepare_setflags()
318 if (WARN_ON(!IS_ENCRYPTED(inode))) in fscrypt_get_symlink()
A Dpolicy.c419 if (!IS_ENCRYPTED(inode)) in fscrypt_get_policy()
641 if (!IS_ENCRYPTED(parent)) in fscrypt_has_permitted_context()
645 if (!IS_ENCRYPTED(child)) in fscrypt_has_permitted_context()
697 if (IS_ENCRYPTED(dir)) { in fscrypt_policy_to_inherit()
A Dfscrypt_private.h631 if (IS_ENCRYPTED(inode)) { in fscrypt_require_key()
A Dfname.c453 if (!IS_ENCRYPTED(dir) || fscrypt_is_dot_dotdot(iname)) { in fscrypt_setup_filename()
A Dkeysetup.c757 if (IS_ENCRYPTED(inode) && S_ISLNK(inode->i_mode)) { in fscrypt_free_inode()
/linux-6.3-rc2/fs/f2fs/
A Dhash.c127 if (IS_ENCRYPTED(dir)) { in f2fs_hash_filename()
A Ddir.c228 if (IS_ENCRYPTED(dir)) { in f2fs_match_ci_name()
511 if (IS_ENCRYPTED(dir)) { in init_dent_inode()
600 if (IS_ENCRYPTED(inode)) { in f2fs_init_inode_metadata()
1056 if (IS_ENCRYPTED(d->inode)) { in f2fs_fill_dentries()
1100 if (IS_ENCRYPTED(inode)) { in f2fs_readdir()
A Drecovery.c135 if (!IS_ENCRYPTED(dir)) { in init_recovered_filename()
142 if (IS_ENCRYPTED(dir) && IS_CASEFOLDED(dir)) { in init_recovered_filename()
A Dfile.c662 f2fs_bug_on(F2FS_I_SB(inode), cache_only && IS_ENCRYPTED(inode)); in truncate_partial_data_page()
875 if (IS_ENCRYPTED(inode)) in f2fs_getattr()
1804 if (IS_ENCRYPTED(inode) && in f2fs_fallocate()
2788 if (IS_ENCRYPTED(src) || IS_ENCRYPTED(dst)) in f2fs_move_file_range()
3091 if (IS_ENCRYPTED(inode)) in f2fs_fileattr_get()
3730 if (IS_ENCRYPTED(inode)) in f2fs_secure_erase()
3767 IS_ENCRYPTED(inode) && f2fs_is_multi_device(sbi))) in f2fs_sec_trim_file()
A Dnamei.c558 if (IS_ENCRYPTED(dir) && in f2fs_lookup()
689 if (IS_ENCRYPTED(inode)) in f2fs_symlink()
A Ddata.c2003 if (IS_ENCRYPTED(inode)) in f2fs_fiemap()
2559 !(fio->op_flags & REQ_SYNC) && !IS_ENCRYPTED(inode)) in check_inplace_update_policy()
/linux-6.3-rc2/fs/ubifs/
A Dfile.c70 if (IS_ENCRYPTED(inode)) { in read_block()
649 if (IS_ENCRYPTED(inode)) { in populate_page()
1617 if (!IS_ENCRYPTED(inode)) in ubifs_get_link()
1632 if (IS_ENCRYPTED(d_inode(path->dentry))) in ubifs_symlink_getattr()
A Djournal.c731 bool encrypted = IS_ENCRYPTED(inode); in ubifs_jnl_write_data()
1500 if (IS_ENCRYPTED(inode)) { in truncate_data_node()
1516 if (IS_ENCRYPTED(inode)) { in truncate_data_node()
1574 if (IS_ENCRYPTED(inode)) in ubifs_jnl_truncate()
A Ddir.c262 if (IS_ENCRYPTED(dir) && in ubifs_lookup()
569 bool encrypted = IS_ENCRYPTED(dir); in ubifs_readdir()
1193 if (IS_ENCRYPTED(inode)) { in ubifs_symlink()
/linux-6.3-rc2/fs/ext4/
A Dmove_extent.c606 if (IS_ENCRYPTED(orig_inode) || IS_ENCRYPTED(donor_inode)) { in ext4_move_extents()
A Ddir.c164 if (IS_ENCRYPTED(inode)) { in ext4_readdir()
271 if (!IS_ENCRYPTED(inode)) { in ext4_readdir()
A Dnamei.c675 if (!IS_ENCRYPTED(dir)) { in dx_show_leaf()
852 !(IS_ENCRYPTED(dir) && IS_CASEFOLDED(dir))) in dx_probe()
1083 if (IS_ENCRYPTED(dir)) { in htree_dirblock_to_tree()
1122 if (!IS_ENCRYPTED(dir)) { in htree_dirblock_to_tree()
1389 if (IS_ENCRYPTED(parent)) { in ext4_ci_compare()
1432 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) { in ext4_fname_setup_ci_filename()
1449 if (!IS_ENCRYPTED(dir)) in ext4_fname_setup_ci_filename()
1484 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) { in ext4_match()
1488 if (IS_ENCRYPTED(parent)) { in ext4_match()
1842 if (!IS_ERR(inode) && IS_ENCRYPTED(dir) && in ext4_lookup()
[all …]
A Dhash.c300 (!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) { in ext4fs_dirhash()
A Dext4_jbd2.c21 if (S_ISREG(inode->i_mode) && IS_ENCRYPTED(inode)) in ext4_inode_journal_mode()
A Dinode.c428 if (IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode)) in ext4_issue_zeroout()
3939 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
5106 if (IS_ENCRYPTED(inode)) { in __ext4_iget()
5666 if (IS_ENCRYPTED(inode)) { in ext4_dio_alignment()
A Dioctl.c385 IS_SWAPFILE(inode) || IS_ENCRYPTED(inode) || in swap_inode_boot_loader()
A Dfast_commit.c429 if (IS_ENCRYPTED(dir)) { in __track_dentry_update()
/linux-6.3-rc2/fs/btrfs/
A Ddir-item.c144 if (IS_ENCRYPTED(&dir->vfs_inode)) in btrfs_insert_dir_item()

Completed in 80 milliseconds

12