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:boot_bh
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
super.c
49
brelse(sbi->
boot_bh
);
in exfat_put_super()
101
struct boot_sector *p_boot = (struct boot_sector *)sbi->
boot_bh
->b_data;
in exfat_set_vol_flags()
121
if ((new_flags & VOLUME_DIRTY) && !buffer_dirty(sbi->
boot_bh
))
in exfat_set_vol_flags()
126
set_buffer_uptodate(sbi->
boot_bh
);
in exfat_set_vol_flags()
127
mark_buffer_dirty(sbi->
boot_bh
);
in exfat_set_vol_flags()
130
sync_dirty_buffer(sbi->
boot_bh
);
in exfat_set_vol_flags()
395
brelse(sbi->
boot_bh
);
in exfat_calibrate_blocksize()
396
sbi->
boot_bh
= NULL;
in exfat_calibrate_blocksize()
403
sbi->
boot_bh
= sb_bread(sb, 0);
in exfat_calibrate_blocksize()
404
if (!sbi->
boot_bh
) {
in exfat_calibrate_blocksize()
[all...]
H
A
D
exfat_fs.h
232
struct buffer_head *
boot_bh
; /* buffer_head of BOOT sector */
member
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
super.c
40
brelse(sbi->
boot_bh
);
in exfat_put_super()
93
struct boot_sector *p_boot = (struct boot_sector *)sbi->
boot_bh
->b_data;
in exfat_set_vol_flags()
112
set_buffer_uptodate(sbi->
boot_bh
);
in exfat_set_vol_flags()
113
mark_buffer_dirty(sbi->
boot_bh
);
in exfat_set_vol_flags()
115
__sync_dirty_buffer(sbi->
boot_bh
, REQ_SYNC | REQ_FUA | REQ_PREFLUSH);
in exfat_set_vol_flags()
394
brelse(sbi->
boot_bh
);
in exfat_calibrate_blocksize()
395
sbi->
boot_bh
= NULL;
in exfat_calibrate_blocksize()
402
sbi->
boot_bh
= sb_bread(sb, 0);
in exfat_calibrate_blocksize()
403
if (!sbi->
boot_bh
) {
in exfat_calibrate_blocksize()
421
sbi->
boot_bh
in exfat_read_boot_sector()
[all...]
H
A
D
exfat_fs.h
257
struct buffer_head *
boot_bh
; /* buffer_head of BOOT sector */
member
/kernel/linux/linux-5.10/fs/affs/
H
A
D
super.c
337
struct buffer_head *
boot_bh
;
in affs_fill_super()
local
454
boot_bh
= sb_bread(sb, 0);
in affs_fill_super()
455
if (!
boot_bh
) {
in affs_fill_super()
459
memcpy(sig,
boot_bh
->b_data, 4);
in affs_fill_super()
460
brelse(
boot_bh
);
in affs_fill_super()
/kernel/linux/linux-6.6/fs/affs/
H
A
D
super.c
337
struct buffer_head *
boot_bh
;
in affs_fill_super()
local
454
boot_bh
= sb_bread(sb, 0);
in affs_fill_super()
455
if (!
boot_bh
) {
in affs_fill_super()
459
memcpy(sig,
boot_bh
->b_data, 4);
in affs_fill_super()
460
brelse(
boot_bh
);
in affs_fill_super()
Completed in 9 milliseconds