WSL2-Linux-Kernel/fs/ext4
Chandan Rajendra 592ddec757 ext4: use IS_ENCRYPTED() to check encryption status
This commit removes the ext4 specific ext4_encrypted_inode() and makes
use of the generic IS_ENCRYPTED() macro to check for the encryption
status of an inode.

Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
2019-01-23 23:56:43 -05:00
..
Kconfig
Makefile
acl.c ext4: compare old and new mode before setting update_mode flag 2018-12-10 00:22:38 -05:00
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
ext4.h ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
ext4_extents.h ext4: adjust reserved cluster count when removing extents 2018-10-01 14:25:08 -04:00
ext4_jbd2.c
ext4_jbd2.h ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
extents.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
extents_status.c ext4: fix reserved cluster accounting at page invalidation time 2018-10-01 14:33:24 -04:00
extents_status.h ext4: reduce reserved cluster count by number of allocated clusters 2018-10-01 14:24:08 -04:00
file.c
fsmap.c
fsmap.h
fsync.c ext4: track writeback errors using the generic tracking infrastructure 2018-12-31 00:11:07 -05:00
hash.c
ialloc.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
indirect.c
inline.c ext4: fix a potential fiemap/page fault deadlock w/ inline_data 2018-12-25 00:56:33 -05:00
inode.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
ioctl.c ext4: avoid declaring fs inconsistent due to invalid file handles 2018-12-19 12:29:13 -05:00
mballoc.c ext4: adjust reserved cluster count when removing extents 2018-10-01 14:25:08 -04:00
mballoc.h
migrate.c ext4: clean up indentation issues, remove extraneous tabs 2018-12-04 00:16:44 -05:00
mmp.c
move_extent.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
namei.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
page-io.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
readpage.c ext4: use IS_ENCRYPTED() to check encryption status 2019-01-23 23:56:43 -05:00
resize.c ext4: avoid declaring fs inconsistent due to invalid file handles 2018-12-19 12:29:13 -05:00
super.c ext4: avoid kernel warning when writing the superblock to a dead device 2018-12-30 23:20:39 -05:00
symlink.c
sysfs.c
truncate.h
xattr.c ext4: avoid declaring fs inconsistent due to invalid file handles 2018-12-19 12:29:13 -05:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c