Home
last modified time | relevance | path

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

/linux/mm/
H A Dsecretmem.c249 fc->s_iflags |= SB_I_NODEV; in secretmem_init_fs_context()
/linux/include/linux/fs/
H A Dsuper_types.h325 #define SB_I_NODEV 0x00000004 /* Ignore devices on this fs */ macro
/linux/fs/kernfs/
H A Dmount.c292 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in kernfs_fill_super()
/linux/fs/proc/
H A Droot.c260 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
/linux/fs/devpts/
H A Dinode.c365 s->s_iflags &= ~SB_I_NODEV; in devpts_fill_super()
/linux/drivers/android/binder/
H A Drust_binderfs.c639 sb->s_iflags &= ~SB_I_NODEV; in binderfs_fill_super()
/linux/drivers/android/
H A Dbinderfs.c635 sb->s_iflags &= ~SB_I_NODEV; in binderfs_fill_super()
/linux/fs/
H A Dnsfs.c667 fc->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in nsfs_init_fs_context()
H A Dpidfs.c1071 fc->s_iflags |= SB_I_NODEV; in pidfs_init_fs_context()
H A Dsuper.c359 s->s_iflags |= SB_I_NODEV; in alloc_super()
H A Dnamespace.c6370 const unsigned long required_iflags = SB_I_NOEXEC | SB_I_NODEV; in mount_too_revealing()
H A Dnamei.c4213 !(path->mnt->mnt_sb->s_iflags & SB_I_NODEV); in may_open_dev()
/linux/virt/kvm/
H A Dguest_memfd.c976 fc->s_iflags |= SB_I_NODEV; in kvm_gmem_init_fs_context()
/linux/ipc/
H A Dmqueue.c408 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in mqueue_fill_super()