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:fbytes
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
esp_scsi.c
2802
unsigned int
fbytes
= esp_read8(ESP_FFLAGS) & ESP_FF_FBYTES;
in esp_wait_for_fifo()
local
2804
if (
fbytes
)
in esp_wait_for_fifo()
2805
return
fbytes
;
in esp_wait_for_fifo()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
esp_scsi.c
2789
unsigned int
fbytes
= esp_read8(ESP_FFLAGS) & ESP_FF_FBYTES;
in esp_wait_for_fifo()
local
2791
if (
fbytes
)
in esp_wait_for_fifo()
2792
return
fbytes
;
in esp_wait_for_fifo()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
proc.c
548
stat->
fbytes
= (u64)fsinfo.bfree * fsinfo.bsize;
in nfs_proc_statfs()
H
A
D
super.c
279
buf->f_bfree = (res.
fbytes
+ blockres) >> blockbits;
in nfs_statfs()
H
A
D
nfs3xdr.c
2110
* size3
fbytes
;
2138
p = xdr_decode_size3(p, &result->
fbytes
);
in decode_fsstat3resok()
H
A
D
nfs4xdr.c
4431
if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->
fbytes
)) != 0)
in decode_statfs()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
proc.c
548
stat->
fbytes
= (u64)fsinfo.bfree * fsinfo.bsize;
in nfs_proc_statfs()
H
A
D
super.c
291
buf->f_bfree = (res.
fbytes
+ blockres) >> blockbits;
in nfs_statfs()
H
A
D
nfs3xdr.c
2113
* size3
fbytes
;
2141
p = xdr_decode_size3(p, &result->
fbytes
);
in decode_fsstat3resok()
H
A
D
nfs4xdr.c
4503
if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->
fbytes
)) != 0)
in decode_statfs()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nfs_xdr.h
161
__u64
fbytes
; /* # of free bytes */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nfs_xdr.h
163
__u64
fbytes
; /* # of free bytes */
member
Completed in 47 milliseconds