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_NOUSER
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
lib.h
94
return !(dentry->d_sb->s_flags &
SB_NOUSER
);
in path_mediated_fs()
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
lib.h
99
return !(dentry->d_sb->s_flags &
SB_NOUSER
);
in path_mediated_fs()
/kernel/linux/linux-5.10/fs/
H
A
D
nsfs.c
305
nsfs_mnt->mnt_sb->s_flags &= ~
SB_NOUSER
;
in nsfs_init()
H
A
D
libfs.c
378
fc->sb_flags |=
SB_NOUSER
;
in init_pseudo()
H
A
D
namespace.c
2268
if (mnt->mnt.mnt_sb->s_flags &
SB_NOUSER
)
in graft_tree()
/kernel/linux/linux-6.6/fs/
H
A
D
nsfs.c
288
nsfs_mnt->mnt_sb->s_flags &= ~
SB_NOUSER
;
in nsfs_init()
H
A
D
libfs.c
631
fc->sb_flags |=
SB_NOUSER
;
in init_pseudo()
H
A
D
namespace.c
2513
if (mnt->mnt.mnt_sb->s_flags &
SB_NOUSER
)
in graft_tree()
/kernel/linux/linux-6.6/security/landlock/
H
A
D
syscalls.c
275
(f.file->f_path.dentry->d_sb->s_flags &
SB_NOUSER
) ||
in get_path_from_fd()
H
A
D
fs.c
285
return (dentry->d_sb->s_flags &
SB_NOUSER
) ||
in is_nouser_or_private()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H
A
D
fanotify_user.c
1115
*
SB_NOUSER
covers all of the internal pseudo fs whose objects are not
in fanotify_events_supported()
1121
path->mnt->mnt_sb->s_flags &
SB_NOUSER
)
in fanotify_events_supported()
/kernel/linux/linux-5.10/mm/
H
A
D
shmem.c
3765
sb->s_flags |=
SB_NOUSER
;
in shmem_fill_super()
3770
sb->s_flags |=
SB_NOUSER
;
in shmem_fill_super()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
apparmorfs.c
2613
aafs_mnt->mnt_sb->s_flags &= ~
SB_NOUSER
;
in aa_create_aafs()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H
A
D
fanotify_user.c
1639
*
SB_NOUSER
covers all of the internal pseudo fs whose objects are not
in fanotify_events_supported()
1645
path->mnt->mnt_sb->s_flags &
SB_NOUSER
)
in fanotify_events_supported()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
apparmorfs.c
2635
aafs_mnt->mnt_sb->s_flags &= ~
SB_NOUSER
;
in aa_create_aafs()
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
4313
sb->s_flags |=
SB_NOUSER
;
in shmem_fill_super()
4318
sb->s_flags |=
SB_NOUSER
;
in shmem_fill_super()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1376
#define
SB_NOUSER
BIT(31)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1138
#define
SB_NOUSER
BIT(31)
macro
Completed in 54 milliseconds