Searched refs:SB_I_NODEV (Results 1 – 8 of 8) sorted by relevance
229 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in kernfs_fill_super()
453 s->s_iflags &= ~SB_I_NODEV; in devpts_fill_super()
504 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
241 s->s_iflags |= SB_I_NODEV; in alloc_super()
3360 const unsigned long required_iflags = SB_I_NOEXEC | SB_I_NODEV; in mount_too_revealing()
2943 !(path->mnt->mnt_sb->s_iflags & SB_I_NODEV); in may_open_dev()
330 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in mqueue_fill_super()
1334 #define SB_I_NODEV 0x00000004 /* Ignore devices on this fs */ macro