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:dm_put
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-ioctl.c
152
dm_put
(md);
in __get_dev_cell()
226
dm_put
(hc->md);
in dm_hash_insert()
236
dm_put
(hc->md);
in dm_hash_insert()
275
dm_put
(hc->md);
in __hash_remove()
300
dm_put
(md);
in dm_hash_remove_all()
313
dm_put
(md);
in dm_hash_remove_all()
402
dm_put
(hc->md);
in dm_hash_rename()
427
dm_put
(hc->md);
in dm_hash_rename()
790
dm_put
(md);
in dev_create()
799
dm_put
(m
in dev_create()
[all...]
H
A
D
dm-sysfs.c
38
dm_put
(md);
in dm_attr_show()
63
dm_put
(md);
in dm_attr_store()
H
A
D
dm-rq.c
141
* the md may be freed in
dm_put
() at the end of this function.
142
* Or do dm_get() before calling this function and
dm_put
() later.
147
*
dm_put
() must be at the end of this function. See the comment above
in rq_completed()
149
dm_put
(md);
in rq_completed()
H
A
D
dm.c
380
dm_put
(md);
in dm_blk_close()
2304
void
dm_put
(struct mapped_device *md)
in dm_put()
function
2308
EXPORT_SYMBOL_GPL(
dm_put
);
variable
H
A
D
dm-thin.c
4295
dm_put
(pool_md);
in thin_ctr()
4304
dm_put
(pool_md);
in thin_ctr()
H
A
D
dm-snap.c
2296
dm_put
(origin_md);
in snapshot_resume()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-ioctl.c
204
dm_put
(md);
in __get_dev_cell()
279
dm_put
(hc->md);
in dm_hash_insert()
289
dm_put
(hc->md);
in dm_hash_insert()
330
dm_put
(hc->md);
in __hash_remove()
356
dm_put
(md);
in dm_hash_remove_all()
370
dm_put
(md);
in dm_hash_remove_all()
457
dm_put
(hc->md);
in dm_hash_rename()
482
dm_put
(hc->md);
in dm_hash_rename()
897
dm_put
(md);
in dev_create()
906
dm_put
(m
in dev_create()
[all...]
H
A
D
dm-sysfs.c
39
dm_put
(md);
in dm_attr_show()
64
dm_put
(md);
in dm_attr_store()
H
A
D
dm-verity-loadpin.c
83
dm_put
(md);
in dm_verity_loadpin_is_bdev_trusted()
H
A
D
dm-rq.c
141
* the md may be freed in
dm_put
() at the end of this function.
142
* Or do dm_get() before calling this function and
dm_put
() later.
147
*
dm_put
() must be at the end of this function. See the comment above
in rq_completed()
149
dm_put
(md);
in rq_completed()
H
A
D
dm.c
351
dm_put
(md);
in dm_blk_close()
2505
void
dm_put
(struct mapped_device *md)
in dm_put()
function
2509
EXPORT_SYMBOL_GPL(
dm_put
);
variable
H
A
D
dm-thin.c
4307
dm_put
(pool_md);
in thin_ctr()
4316
dm_put
(pool_md);
in thin_ctr()
H
A
D
dm-snap.c
2274
dm_put
(origin_md);
in snapshot_resume()
/kernel/linux/common_modules/xpm/validator/
H
A
D
exec_signature_info.c
239
dm_put
(device);
in dm_verity_check_for_mnt()
/kernel/linux/linux-5.10/include/linux/
H
A
D
device-mapper.h
402
* Drop the reference with
dm_put
when you finish with the object.
417
void
dm_put
(struct mapped_device *md);
/kernel/linux/linux-6.6/include/linux/
H
A
D
device-mapper.h
456
* Drop the reference with
dm_put
when you finish with the object.
472
void
dm_put
(struct mapped_device *md);
Completed in 40 milliseconds