Searched refs:new_mnt_flags (Results 1 – 1 of 1) sorted by relevance
2437 static bool mount_too_revealing(struct vfsmount *mnt, int *new_mnt_flags);3296 int *new_mnt_flags) in mnt_already_visible() argument3298 int new_flags = *new_mnt_flags; in mnt_already_visible()3347 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \ in mnt_already_visible()3358 static bool mount_too_revealing(struct vfsmount *mnt, int *new_mnt_flags) in mount_too_revealing() argument3378 return !mnt_already_visible(ns, mnt, new_mnt_flags); in mount_too_revealing()