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:block_operations
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_a/drivers/block/disk/src/
H
A
D
disk.c
449
struct
block_operations
*bops = (struct
block_operations
*)((struct drv_data *)blkDrv->data)->ops;
in GPTInfoGet()
495
struct
block_operations
*bops = NULL;
in OsGPTPartitionRecognition()
517
bops = (struct
block_operations
*)((struct drv_data *)blkDrv->data)->ops;
in OsGPTPartitionRecognition()
562
struct
block_operations
*bops = (struct
block_operations
*)((struct drv_data *)blkDrv->data)->ops;
in DiskGPTPartitionRecognition()
591
struct
block_operations
*bops = (struct
block_operations
*)((struct drv_data *)blkDrv->data)->ops;
in OsMBRInfoGet()
617
struct
block_operations
*bops = (struct
block_operations
*)((struc
in OsEBRInfoGet()
[all...]
/kernel/liteos_a/drivers/mtd/multi_partition/include/
H
A
D
mtd_partition.h
72
const struct
block_operations
*flash_ops;
/kernel/liteos_a/drivers/block/disk/include/
H
A
D
disk.h
254
* @param bops [IN] Type #const struct
block_operations
* block driver control structure.
267
INT32 los_disk_init(const CHAR *diskName, const struct
block_operations
*bops,
/kernel/liteos_a/fs/vfs/bcache/src/
H
A
D
bcache.c
779
struct
block_operations
*bops = (struct
block_operations
*)((struct drv_data *)priv->data)->ops;
in DrvBread()
791
struct
block_operations
*bops = (struct
block_operations
*)((struct drv_data *)priv->data)->ops;
in DrvBwrite()
/kernel/liteos_a/fs/rootfs/
H
A
D
los_rootfs.c
53
struct
block_operations
*StorageBlockGetMmcOps(void);
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
checkpoint.c
1191
static int
block_operations
(struct f2fs_sb_info *sbi)
in block_operations()
function
1612
err =
block_operations
(sbi);
in f2fs_write_checkpoint()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
checkpoint.c
1201
static int
block_operations
(struct f2fs_sb_info *sbi)
in block_operations()
function
1649
err =
block_operations
(sbi);
in f2fs_write_checkpoint()
/kernel/liteos_a/fs/fat/os_adapt/
H
A
D
fatfs.c
1055
const struct
block_operations
*bops = dd->ops;
in fat_bind_check()
1274
const struct
block_operations
*bops = dd->ops;
in fatfs_umount()
Completed in 13 milliseconds