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:bdevp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/block/partitions/
H
A
D
core.c
553
struct block_device *
bdevp
;
in bdev_del_partition()
local
557
bdevp
= bdget_disk(bdev->bd_disk, partno);
in bdev_del_partition()
558
if (!
bdevp
)
in bdev_del_partition()
561
mutex_lock(&
bdevp
->bd_mutex);
in bdev_del_partition()
570
if (
bdevp
->bd_openers)
in bdev_del_partition()
573
sync_blockdev(
bdevp
);
in bdev_del_partition()
574
invalidate_bdev(
bdevp
);
in bdev_del_partition()
580
mutex_unlock(&
bdevp
->bd_mutex);
in bdev_del_partition()
581
bdput(
bdevp
);
in bdev_del_partition()
590
struct block_device *
bdevp
;
in bdev_resize_partition()
local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_super.c
319
struct block_device **
bdevp
)
in xfs_blkdev_get()
323
*
bdevp
= blkdev_get_by_path(name, FMODE_READ|FMODE_WRITE|FMODE_EXCL,
in xfs_blkdev_get()
325
if (IS_ERR(*
bdevp
)) {
in xfs_blkdev_get()
326
error = PTR_ERR(*
bdevp
);
in xfs_blkdev_get()
316
xfs_blkdev_get( xfs_mount_t *mp, const char *name, struct block_device **
bdevp
)
xfs_blkdev_get()
argument
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_super.c
364
struct block_device **
bdevp
)
in xfs_blkdev_get()
368
*
bdevp
= blkdev_get_by_path(name, BLK_OPEN_READ | BLK_OPEN_WRITE,
in xfs_blkdev_get()
370
if (IS_ERR(*
bdevp
)) {
in xfs_blkdev_get()
371
error = PTR_ERR(*
bdevp
);
in xfs_blkdev_get()
361
xfs_blkdev_get( xfs_mount_t *mp, const char *name, struct block_device **
bdevp
)
xfs_blkdev_get()
argument
Completed in 6 milliseconds