Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SB_I_NODEV
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/fs/kernfs/
H
A
D
mount.c
244
sb->s_iflags |= SB_I_NOEXEC |
SB_I_NODEV
;
in kernfs_fill_super()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
root.c
177
s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC |
SB_I_NODEV
;
in proc_fill_super()
/kernel/linux/linux-6.6/fs/kernfs/
H
A
D
mount.c
257
sb->s_iflags |= SB_I_NOEXEC |
SB_I_NODEV
;
in kernfs_fill_super()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
root.c
174
s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC |
SB_I_NODEV
;
in proc_fill_super()
/kernel/linux/linux-5.10/fs/devpts/
H
A
D
inode.c
450
s->s_iflags &= ~
SB_I_NODEV
;
in devpts_fill_super()
/kernel/linux/linux-6.6/fs/devpts/
H
A
D
inode.c
432
s->s_iflags &= ~
SB_I_NODEV
;
in devpts_fill_super()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binderfs.c
651
* non-initial userns. By default such mounts have the
SB_I_NODEV
flag
in binderfs_fill_super()
657
* allowed to do. So removing the
SB_I_NODEV
flag from s_iflags is both
in binderfs_fill_super()
660
sb->s_iflags &= ~
SB_I_NODEV
;
in binderfs_fill_super()
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binderfs.c
667
* non-initial userns. By default such mounts have the
SB_I_NODEV
flag
in binderfs_fill_super()
673
* allowed to do. So removing the
SB_I_NODEV
flag from s_iflags is both
in binderfs_fill_super()
676
sb->s_iflags &= ~
SB_I_NODEV
;
in binderfs_fill_super()
/kernel/linux/linux-5.10/fs/
H
A
D
super.c
244
s->s_iflags |=
SB_I_NODEV
;
in alloc_super()
H
A
D
namespace.c
4032
const unsigned long required_iflags = SB_I_NOEXEC |
SB_I_NODEV
;
in mount_too_revealing()
H
A
D
namei.c
2904
!(path->mnt->mnt_sb->s_iflags &
SB_I_NODEV
);
in may_open_dev()
/kernel/linux/linux-5.10/ipc/
H
A
D
mqueue.c
408
sb->s_iflags |= SB_I_NOEXEC |
SB_I_NODEV
;
in mqueue_fill_super()
/kernel/linux/linux-6.6/fs/
H
A
D
super.c
366
s->s_iflags |=
SB_I_NODEV
;
in alloc_super()
H
A
D
namespace.c
4904
const unsigned long required_iflags = SB_I_NOEXEC |
SB_I_NODEV
;
in mount_too_revealing()
H
A
D
namei.c
3223
!(path->mnt->mnt_sb->s_iflags &
SB_I_NODEV
);
in may_open_dev()
/kernel/linux/linux-6.6/ipc/
H
A
D
mqueue.c
409
sb->s_iflags |= SB_I_NOEXEC |
SB_I_NODEV
;
in mqueue_fill_super()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1397
#define
SB_I_NODEV
0x00000004 /* Ignore devices on this fs */
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1159
#define
SB_I_NODEV
0x00000004 /* Ignore devices on this fs */
macro
Completed in 56 milliseconds