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:s_iflags
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/fs/
H
A
D
super.c
366
s->
s_iflags
|= SB_I_NODEV;
in alloc_super()
637
if (sb->
s_iflags
& SB_I_PERSB_BDI) {
in retire_super()
639
sb->
s_iflags
&= ~SB_I_PERSB_BDI;
in retire_super()
641
sb->
s_iflags
|= SB_I_RETIRED;
in retire_super()
726
if (sb->
s_iflags
& SB_I_PERSB_BDI)
in generic_shutdown_super()
810
s->
s_iflags
|= fc->
s_iflags
;
in sget_fc()
1389
return !(s->
s_iflags
& SB_I_RETIRED) &&
in super_s_dev_test()
1520
sb->
s_iflags
|= SB_I_STABLE_WRITES;
in setup_bdev_super()
1593
return !(s->
s_iflags
in test_bdev_super()
[all...]
H
A
D
sync.c
82
if (!sb_rdonly(sb) && !(sb->
s_iflags
& SB_I_SKIP_SYNC) &&
in sync_fs_one_sb()
H
A
D
namespace.c
2797
(!(sb->
s_iflags
& SB_I_TS_EXPIRY_WARNED)) &&
in mnt_warn_timestamp_expiry()
2809
sb->
s_iflags
|= SB_I_TS_EXPIRY_WARNED;
in mnt_warn_timestamp_expiry()
4906
unsigned long
s_iflags
;
in mount_too_revealing()
local
4912
s_iflags
= sb->
s_iflags
;
in mount_too_revealing()
4913
if (!(
s_iflags
& SB_I_USERNS_VISIBLE))
in mount_too_revealing()
4916
if ((
s_iflags
& required_iflags) != required_iflags) {
in mount_too_revealing()
4917
WARN_ONCE(1, "Expected
s_iflags
to contain 0x%lx\n",
in mount_too_revealing()
/kernel/linux/linux-5.10/fs/sysfs/
H
A
D
mount.c
36
fc->root->d_sb->
s_iflags
|= SB_I_USERNS_VISIBLE;
in sysfs_get_tree()
/kernel/linux/linux-6.6/fs/sysfs/
H
A
D
mount.c
36
fc->root->d_sb->
s_iflags
|= SB_I_USERNS_VISIBLE;
in sysfs_get_tree()
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima_appraise.c
441
if ((inode->i_sb->
s_iflags
& SB_I_IMA_UNVERIFIABLE_SIGNATURE) &&
in ima_appraise_measurement()
442
((inode->i_sb->
s_iflags
& SB_I_UNTRUSTED_MOUNTER) ||
in ima_appraise_measurement()
H
A
D
ima_main.c
268
((inode->i_sb->
s_iflags
& SB_I_IMA_UNVERIFIABLE_SIGNATURE) &&
in process_measurement()
269
!(inode->i_sb->
s_iflags
& SB_I_UNTRUSTED_MOUNTER) &&
in process_measurement()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs_context.h
106
unsigned int
s_iflags
; /* OR'd with sb->
s_iflags
*/
member
H
A
D
backing-dev.h
199
(inode->i_sb->
s_iflags
& SB_I_CGROUPWB);
in inode_cgwb_enabled()
/kernel/linux/linux-6.6/include/linux/
H
A
D
backing-dev.h
180
(inode->i_sb->
s_iflags
& SB_I_CGROUPWB);
in inode_cgwb_enabled()
H
A
D
fs_context.h
106
unsigned int
s_iflags
; /* OR'd with sb->
s_iflags
*/
member
/kernel/linux/linux-5.10/fs/
H
A
D
super.c
244
s->
s_iflags
|= SB_I_NODEV;
in alloc_super()
547
s->
s_iflags
|= fc->
s_iflags
;
in sget_fc()
1270
s->
s_iflags
|= SB_I_STABLE_WRITES;
in set_bdev_super()
H
A
D
sync.c
81
if (!sb_rdonly(sb) && !(sb->
s_iflags
& SB_I_SKIP_SYNC) &&
in sync_fs_one_sb()
H
A
D
namespace.c
4034
unsigned long
s_iflags
;
in mount_too_revealing()
local
4040
s_iflags
= sb->
s_iflags
;
in mount_too_revealing()
4041
if (!(
s_iflags
& SB_I_USERNS_VISIBLE))
in mount_too_revealing()
4044
if ((
s_iflags
& required_iflags) != required_iflags) {
in mount_too_revealing()
4045
WARN_ONCE(1, "Expected
s_iflags
to contain 0x%lx\n",
in mount_too_revealing()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binderfs.c
652
* set in
s_iflags
to prevent security issues where userns root can
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()
661
sb->
s_iflags
|= SB_I_NOEXEC;
in binderfs_fill_super()
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binderfs.c
668
* set in
s_iflags
to prevent security issues where userns root can
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()
677
sb->
s_iflags
|= SB_I_NOEXEC;
in binderfs_fill_super()
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_appraise.c
568
if ((inode->i_sb->
s_iflags
& SB_I_IMA_UNVERIFIABLE_SIGNATURE) &&
in ima_appraise_measurement()
569
((inode->i_sb->
s_iflags
& SB_I_UNTRUSTED_MOUNTER) ||
in ima_appraise_measurement()
H
A
D
ima_main.c
281
((inode->i_sb->
s_iflags
& SB_I_IMA_UNVERIFIABLE_SIGNATURE) &&
in process_measurement()
282
!(inode->i_sb->
s_iflags
& SB_I_UNTRUSTED_MOUNTER) &&
in process_measurement()
/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-6.6/block/
H
A
D
bdev.c
353
fc->
s_iflags
|= SB_I_CGROUPWB;
in bd_init_fs_context()
Completed in 29 milliseconds
1
2
3