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:latest_bdev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.h
231
struct block_device *
latest_bdev
;
member
H
A
D
disk-io.c
2973
invalidate_bdev(fs_devices->
latest_bdev
);
in open_ctree()
2978
disk_super = btrfs_read_dev_super(fs_devices->
latest_bdev
);
in open_ctree()
3202
if (!fs_devices->
latest_bdev
) {
in open_ctree()
H
A
D
volumes.c
1145
fs_devices->
latest_bdev
= latest_dev->bdev;
in btrfs_free_extra_devids()
1290
fs_devices->
latest_bdev
= latest_dev->bdev;
in open_fs_devices()
2052
* Helper function to check if the given device is part of s_bdev /
latest_bdev
2071
if (fs_info->fs_devices->
latest_bdev
== device->bdev)
in btrfs_assign_next_active_device()
2072
fs_info->fs_devices->
latest_bdev
= next_device->bdev;
in btrfs_assign_next_active_device()
H
A
D
super.c
1679
bdev = fs_devices->
latest_bdev
;
in btrfs_mount_root()
H
A
D
extent_io.c
3083
bdev = BTRFS_I(page->mapping->host)->root->fs_info->fs_devices->
latest_bdev
;
in submit_extent_page()
H
A
D
inode.c
7535
iomap->bdev = fs_info->fs_devices->
latest_bdev
;
in btrfs_dio_iomap_begin()
Completed in 36 milliseconds