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_bh2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/sysv/
H
A
D
sysv.h
38
struct buffer_head *
s_bh2
;
member
118
if (sbi->s_bh1 != sbi->
s_bh2
)
in dirty_sb()
119
mark_buffer_dirty(sbi->
s_bh2
);
in dirty_sb()
H
A
D
inode.c
52
mark_buffer_dirty(sbi->
s_bh2
);
in sysv_sync_fs()
77
if (sbi->s_bh1 != sbi->
s_bh2
)
in sysv_put_super()
78
mark_buffer_dirty(sbi->
s_bh2
);
in sysv_put_super()
82
if (sbi->s_bh1 != sbi->
s_bh2
)
in sysv_put_super()
83
brelse(sbi->
s_bh2
);
in sysv_put_super()
H
A
D
super.c
51
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_xenix()
83
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_sysv4()
111
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_sysv2()
160
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_v7()
409
sbi->
s_bh2
= bh;
in sysv_fill_super()
517
sbi->
s_bh2
= bh;
in v7_fill_super()
H
A
D
ialloc.c
44
if (sbi->s_bh1 == sbi->
s_bh2
)
in sv_sb_fic_inode()
/kernel/linux/linux-6.6/fs/sysv/
H
A
D
sysv.h
38
struct buffer_head *
s_bh2
;
member
118
if (sbi->s_bh1 != sbi->
s_bh2
)
in dirty_sb()
119
mark_buffer_dirty(sbi->
s_bh2
);
in dirty_sb()
H
A
D
inode.c
52
mark_buffer_dirty(sbi->
s_bh2
);
in sysv_sync_fs()
77
if (sbi->s_bh1 != sbi->
s_bh2
)
in sysv_put_super()
78
mark_buffer_dirty(sbi->
s_bh2
);
in sysv_put_super()
82
if (sbi->s_bh1 != sbi->
s_bh2
)
in sysv_put_super()
83
brelse(sbi->
s_bh2
);
in sysv_put_super()
H
A
D
super.c
51
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_xenix()
83
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_sysv4()
111
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_sysv2()
160
struct buffer_head *bh2 = sbi->
s_bh2
;
in detected_v7()
411
sbi->
s_bh2
= bh;
in sysv_fill_super()
517
sbi->
s_bh2
= bh;
in v7_fill_super()
H
A
D
ialloc.c
44
if (sbi->s_bh1 == sbi->
s_bh2
)
in sv_sb_fic_inode()
Completed in 6 milliseconds