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:data_free
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/efs/
H
A
D
super.c
243
sb->
data_free
= be32_to_cpu(super->fs_tfree);
in efs_validate_super()
339
buf->f_bfree = sbi->
data_free
; /* free data blocks */
in efs_statfs()
340
buf->f_bavail = sbi->
data_free
; /* free blocks for non-root */
in efs_statfs()
/kernel/linux/linux-6.6/fs/efs/
H
A
D
super.c
243
sb->
data_free
= be32_to_cpu(super->fs_tfree);
in efs_validate_super()
339
buf->f_bfree = sbi->
data_free
; /* free data blocks */
in efs_statfs()
340
buf->f_bavail = sbi->
data_free
; /* free blocks for non-root */
in efs_statfs()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
efs_fs_sb.h
56
__u32
data_free
; /* # of free data blocks */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
efs_fs_sb.h
56
__u32
data_free
; /* # of free data blocks */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
efs_fs_sb.h
56
__u32
data_free
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
efs_fs_sb.h
56
__u32
data_free
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
efs_fs_sb.h
43
__u32
data_free
;
member
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
data.c
8
void
data_free
(struct data d)
in data_free()
function
152
d2.markers = NULL; /* So
data_free
() doesn't clobber them */
in data_merge()
153
data_free
(d2);
in data_merge()
H
A
D
dtc.h
130
void
data_free
(struct data d);
H
A
D
flattree.c
429
data_free
(blob);
in dt_to_blob()
562
data_free
(strbuf);
in dt_to_asm()
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
data.c
8
void
data_free
(struct data d)
in data_free()
function
152
d2.markers = NULL; /* So
data_free
() doesn't clobber them */
in data_merge()
153
data_free
(d2);
in data_merge()
H
A
D
flattree.c
430
data_free
(blob);
in dt_to_blob()
563
data_free
(strbuf);
in dt_to_asm()
H
A
D
dtc.h
166
void
data_free
(struct data d);
/kernel/linux/linux-5.10/arch/s390/hypfs/
H
A
D
hypfs.h
63
void (*
data_free
)(const void *buf_free_ptr);
member
H
A
D
hypfs_diag0c.c
103
.
data_free
= dbfs_diag0c_free,
H
A
D
hypfs_dbfs.c
27
data->dbfs_file->
data_free
(data->buf_free_ptr);
in hypfs_dbfs_data_free()
H
A
D
hypfs_sprp.c
136
.
data_free
= hypfs_sprp_free,
H
A
D
hypfs_vm.c
271
.
data_free
= diag2fc_free,
H
A
D
hypfs_diag.c
432
.
data_free
= vfree,
/kernel/linux/linux-6.6/arch/s390/hypfs/
H
A
D
hypfs.h
72
void (*
data_free
)(const void *buf_free_ptr);
member
H
A
D
hypfs_diag0c.c
103
.
data_free
= dbfs_diag0c_free,
H
A
D
hypfs_dbfs.c
27
data->dbfs_file->
data_free
(data->buf_free_ptr);
in hypfs_dbfs_data_free()
H
A
D
hypfs_vm.c
119
.
data_free
= diag2fc_free,
H
A
D
hypfs_sprp.c
135
.
data_free
= hypfs_sprp_free,
H
A
D
hypfs_diag.c
190
.
data_free
= vfree,
Completed in 18 milliseconds
1
2