Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c2811 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags);
3951 int *new_mnt_flags) in mnt_already_visible() argument
3953 int new_flags = *new_mnt_flags; in mnt_already_visible()
4006 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible()
4018 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags) in mount_too_revealing() argument
4038 return !mnt_already_visible(ns, sb, new_mnt_flags); in mount_too_revealing()