Home
last modified time | relevance | path

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

/Linux-v6.6/fs/proc/
Droot.c174 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
/Linux-v6.6/fs/kernfs/
Dmount.c257 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in kernfs_fill_super()
/Linux-v6.6/fs/devpts/
Dinode.c432 s->s_iflags &= ~SB_I_NODEV; in devpts_fill_super()
/Linux-v6.6/drivers/android/
Dbinderfs.c676 sb->s_iflags &= ~SB_I_NODEV; in binderfs_fill_super()
/Linux-v6.6/fs/
Dsuper.c366 s->s_iflags |= SB_I_NODEV; in alloc_super()
Dnamespace.c4888 const unsigned long required_iflags = SB_I_NOEXEC | SB_I_NODEV; in mount_too_revealing()
Dnamei.c3229 !(path->mnt->mnt_sb->s_iflags & SB_I_NODEV); in may_open_dev()
/Linux-v6.6/ipc/
Dmqueue.c409 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in mqueue_fill_super()
/Linux-v6.6/include/linux/
Dfs.h1157 #define SB_I_NODEV 0x00000004 /* Ignore devices on this fs */ macro