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

/linux-master/fs/
H A Dnamespace.c3258 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags);
5274 int *new_mnt_flags)
5276 int new_flags = *new_mnt_flags;
5325 *new_mnt_flags |= mnt_flags & (MNT_LOCK_READONLY | \
5336 static bool mount_too_revealing(const struct super_block *sb, int *new_mnt_flags) argument
5356 return !mnt_already_visible(ns, sb, new_mnt_flags);
5272 mnt_already_visible(struct mnt_namespace *ns, const struct super_block *sb, int *new_mnt_flags) argument

Completed in 126 milliseconds