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:disk_status
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/drivers/block/disk/src/
H
A
D
disk.c
123
if ((disk != NULL) && (disk->
disk_status
== STAT_UNUSED)) {
in los_alloc_diskid_byname()
124
disk->
disk_status
= STAT_UNREADY;
in los_alloc_diskid_byname()
178
if ((disk != NULL) && (disk->disk_name != NULL) && (disk->
disk_status
== STAT_INUSED)) {
in los_get_diskid_byname()
325
if ((disk == NULL) || (disk->
disk_status
== STAT_UNUSED) ||
in DiskAddPart()
896
if (disk->
disk_status
!= STAT_INUSED) {
in los_disk_read()
953
if (disk->
disk_status
!= STAT_INUSED) {
in los_disk_write()
1002
if ((disk->dev == NULL) || (disk->
disk_status
!= STAT_INUSED)) {
in los_disk_ioctl()
1061
if ((part->dev == NULL) || (disk->
disk_status
!= STAT_INUSED)) {
in los_part_read()
1117
if ((part->dev == NULL) || (disk->
disk_status
!= STAT_INUSED)) {
in los_part_write()
1174
if ((part->dev == NULL) || (disk->
disk_status
!
in los_part_ioctl()
[all...]
/kernel/liteos_a/drivers/block/disk/include/
H
A
D
disk.h
178
UINT32
disk_status
: 2; /* status of disk */
member
/kernel/liteos_a/fs/vfs/bcache/src/
H
A
D
bcache.c
127
if ((disk->
disk_status
== STAT_INUSED) && (disk->bcache != NULL)) {
in LOS_SetSyncThreadPrio()
961
if ((disk == NULL) || (disk->
disk_status
== STAT_UNUSED)) {
in OsSdSync()
968
if ((disk->
disk_status
== STAT_INUSED) && (disk->bcache != NULL)) {
in OsSdSync()
1002
if ((disk->
disk_status
== STAT_INUSED) && (disk->bcache != NULL)) {
in BcacheGetDirtyRatio()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-log.c
800
static int
disk_status
(struct dm_dirty_log *log, status_type_t status,
in disk_status()
function
858
.status =
disk_status
,
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-log.c
818
static int
disk_status
(struct dm_dirty_log *log, status_type_t status,
in disk_status()
function
881
.status =
disk_status
,
/kernel/liteos_a/fs/fat/virpart/src/
H
A
D
virpartff.c
523
if (fs == NULL || (
disk_status
(fs->pdrv) & STA_NOINIT)) {
in f_checkvirpart()
681
if (fs == NULL || (
disk_status
(fs->pdrv) & STA_NOINIT)) {
in f_makevirpart()
Completed in 9 milliseconds