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_ACTIVE
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/fs/
H
A
D
super.c
449
sb->s_flags &= ~
SB_ACTIVE
;
in generic_shutdown_super()
509
* will be returned in a partially constructed state with SB_BORN and
SB_ACTIVE
1205
sb->s_flags |=
SB_ACTIVE
;
in vfs_get_super()
1360
s->s_flags |=
SB_ACTIVE
;
in get_tree_bdev()
1435
s->s_flags |=
SB_ACTIVE
;
in mount_bdev()
1480
s->s_flags |=
SB_ACTIVE
;
in mount_nodev()
1528
s->s_flags |=
SB_ACTIVE
;
in mount_single()
H
A
D
inode.c
446
!atomic_read(&inode->i_count) && inode->i_sb->s_flags &
SB_ACTIVE
)
in inode_add_lru()
659
* called by superblock shutdown after having
SB_ACTIVE
flag removed,
1710
(sb->s_flags &
SB_ACTIVE
)) {
in iput_final()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
mtdsuper.c
61
sb->s_flags |=
SB_ACTIVE
;
in mtd_get_sb()
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
mtdsuper.c
83
sb->s_flags |=
SB_ACTIVE
;
in mtd_get_sb()
/kernel/linux/linux-6.6/fs/
H
A
D
super.c
667
sb->s_flags &= ~
SB_ACTIVE
;
in generic_shutdown_super()
770
* with SB_BORN and
SB_ACTIVE
as yet unset.
1339
sb->s_flags |=
SB_ACTIVE
;
in vfs_get_super()
1407
* a partially constructed state with SB_BORN and
SB_ACTIVE
as yet
1433
if (!born || !sb->s_root || !(sb->s_flags &
SB_ACTIVE
)) {
in super_lock_shared_active()
1582
s->s_flags |=
SB_ACTIVE
;
in get_tree_bdev()
1635
s->s_flags |=
SB_ACTIVE
;
in mount_bdev()
1671
s->s_flags |=
SB_ACTIVE
;
in mount_nodev()
1719
s->s_flags |=
SB_ACTIVE
;
in mount_single()
H
A
D
inode.c
462
if (!(inode->i_sb->s_flags &
SB_ACTIVE
))
in __inode_add_lru()
709
* called by superblock shutdown after having
SB_ACTIVE
flag removed,
1753
(sb->s_flags &
SB_ACTIVE
)) {
in iput_final()
/kernel/linux/linux-5.10/fs/afs/
H
A
D
super.c
592
sb->s_flags |=
SB_ACTIVE
;
in afs_get_tree()
595
ASSERTCMP(sb->s_flags, &,
SB_ACTIVE
);
in afs_get_tree()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
super.c
593
sb->s_flags |=
SB_ACTIVE
;
in afs_get_tree()
596
ASSERTCMP(sb->s_flags, &,
SB_ACTIVE
);
in afs_get_tree()
/kernel/linux/linux-5.10/fs/kernfs/
H
A
D
mount.c
345
sb->s_flags |=
SB_ACTIVE
;
in kernfs_get_tree()
/kernel/linux/linux-5.10/fs/9p/
H
A
D
vfs_super.c
88
sb->s_flags |=
SB_ACTIVE
| SB_DIRSYNC;
in v9fs_fill_super()
/kernel/linux/linux-6.6/fs/kernfs/
H
A
D
mount.c
361
sb->s_flags |=
SB_ACTIVE
;
in kernfs_get_tree()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
vfs_super.c
87
sb->s_flags |=
SB_ACTIVE
;
in v9fs_fill_super()
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
super.c
124
if (sb_rdonly(s) || !(s->s_flags &
SB_ACTIVE
))
in reiserfs_schedule_old_flush()
255
if (s->s_flags &
SB_ACTIVE
) {
in finish_unfinished()
259
s->s_flags |=
SB_ACTIVE
;
in finish_unfinished()
414
s->s_flags &= ~
SB_ACTIVE
;
in finish_unfinished()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
super.c
124
if (sb_rdonly(s) || !(s->s_flags &
SB_ACTIVE
))
in reiserfs_schedule_old_flush()
255
if (s->s_flags &
SB_ACTIVE
) {
in finish_unfinished()
259
s->s_flags |=
SB_ACTIVE
;
in finish_unfinished()
414
s->s_flags &= ~
SB_ACTIVE
;
in finish_unfinished()
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
main.c
597
s->s_flags |=
SB_ACTIVE
;
in ecryptfs_mount()
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
main.c
603
s->s_flags |=
SB_ACTIVE
;
in ecryptfs_mount()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
recovery.c
802
sbi->sb->s_flags |=
SB_ACTIVE
;
in f2fs_recover_fsync_data()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
recovery.c
895
f2fs_bug_on(sbi, sbi->sb->s_flags &
SB_ACTIVE
);
in f2fs_recover_fsync_data()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
inode.c
155
if (inode->i_sb->s_flags &
SB_ACTIVE
) {
in fuse_evict_inode()
1603
sb->s_flags |=
SB_ACTIVE
;
in fuse_get_tree_submount()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
737
* lru inodes after clearing
SB_ACTIVE
because we don't
in xfs_log_mount_finish()
743
mp->m_super->s_flags |=
SB_ACTIVE
;
in xfs_log_mount_finish()
747
mp->m_super->s_flags &= ~
SB_ACTIVE
;
in xfs_log_mount_finish()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
788
* lru inodes after clearing
SB_ACTIVE
because we don't
in xfs_log_mount_finish()
794
mp->m_super->s_flags |=
SB_ACTIVE
;
in xfs_log_mount_finish()
798
mp->m_super->s_flags &= ~
SB_ACTIVE
;
in xfs_log_mount_finish()
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
super.c
1351
s->s_flags |=
SB_ACTIVE
;
in nilfs_mount()
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
virtio_fs.c
1487
sb->s_flags |=
SB_ACTIVE
;
in virtio_fs_get_tree()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
super.c
1294
s->s_flags |=
SB_ACTIVE
;
in nfs_get_tree_common()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsfs.c
861
sb->s_flags |=
SB_ACTIVE
;
in cifs_smb3_do_mount()
Completed in 41 milliseconds
1
2
3