Searched refs:new_mnt_flags (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 2817 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags); 3963 int *new_mnt_flags) in mnt_already_visible() 3965 int new_flags = *new_mnt_flags; in mnt_already_visible() 4018 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible() 4030 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags) in mount_too_revealing() argument 4050 return !mnt_already_visible(ns, sb, new_mnt_flags); in mount_too_revealing() 3961 mnt_already_visible(struct mnt_namespace *ns, const struct super_block *sb, int *new_mnt_flags) mnt_already_visible() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 3252 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags); 4835 int *new_mnt_flags) in mnt_already_visible() 4837 int new_flags = *new_mnt_flags; in mnt_already_visible() 4890 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible() 4902 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags) in mount_too_revealing() argument 4922 return !mnt_already_visible(ns, sb, new_mnt_flags); in mount_too_revealing() 4833 mnt_already_visible(struct mnt_namespace *ns, const struct super_block *sb, int *new_mnt_flags) mnt_already_visible() argument
|
Completed in 11 milliseconds