android_kernel_xiaomi_sm7250/fs/overlayfs
Alessio Balsini ad13db640d FROMLIST: fs: Generic function to convert iocb to rw flags
OverlayFS implements its own function to translate iocb flags into rw
flags, so that they can be passed into another vfs call.
With commit ce71bfea207b4 ("fs: align IOCB_* flags with RWF_* flags")
Jens created a 1:1 matching between the iocb flags and rw flags,
simplifying the conversion.

Reduce the OverlayFS code by making the flag conversion function generic
and reusable.

Bug: 168023149
Link: https://lore.kernel.org/lkml/20210125153057.3623715-2-balsini@android.com/
Signed-off-by: Alessio Balsini <balsini@android.com>
Change-Id: I74aefeafd6ebbda2fbabee9024474dfe4cc6c2a7
Signed-off-by: Alessio Balsini <balsini@google.com>
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2022-11-12 11:22:11 +00:00
..
copy_up.c This is the 4.19.191 stable release 2021-05-22 11:54:36 +02:00
dir.c This is the 4.19.222 stable release 2021-12-22 10:11:17 +01:00
export.c ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh() 2022-08-25 11:14:54 +02:00
file.c FROMLIST: fs: Generic function to convert iocb to rw flags 2022-11-12 11:22:11 +00:00
inode.c This is the 4.19.177 stable release 2021-02-23 15:49:34 +01:00
Kconfig ovl: Provide a mount option metacopy=on/off for metadata copyup 2018-07-20 09:56:06 +02:00
Makefile ovl: stack file ops 2018-07-18 15:44:41 +02:00
namei.c ANDROID: overlayfs: internal getxattr operations without sepolicy checking 2019-11-06 15:29:56 +00:00
overlayfs.h This is the 4.19.222 stable release 2021-12-22 10:11:17 +01:00
ovl_entry.h This is the 4.19.75 stable release 2019-09-21 07:55:26 +02:00
readdir.c This is the 4.19.103 stable release 2020-02-11 15:05:03 -08:00
super.c This is the 4.19.222 stable release 2021-12-22 10:11:17 +01:00
util.c ANDROID: overlayfs: internal getxattr operations without sepolicy checking 2019-11-06 15:29:56 +00:00