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:Statfs
(Results
1 - 5
of
5
) sorted by relevance
/third_party/NuttX/fs/mount/
H
A
D
fs_foreachmountpoint.c
60
if (mnt->ops->
Statfs
!= NULL)
in foreach_mountpoint()
62
ret = mnt->ops->
Statfs
(mnt, &statBuf);
in foreach_mountpoint()
/third_party/NuttX/fs/vfs/
H
A
D
fs_statfs.c
85
if (mnt == NULL || mnt->ops == NULL || mnt->ops->
Statfs
== NULL)
in statfs()
92
ret = mnt->ops->
Statfs
(mnt, buf);
in statfs()
/third_party/rust/crates/nix/src/sys/
H
A
D
statfs.rs
59
pub struct
Statfs
(type_of_statfs);
structure names
301
impl
Statfs
{
impls
695
impl Debug for
Statfs
{
697
let mut ds = f.debug_struct("
Statfs
");
in fmt()
729
pub fn statfs<P: ?Sized + NixPath>(path: &P) -> Result<
Statfs
> {
in statfs()
735
Errno::result(res).map(|_|
Statfs
(stat.assume_init()))
in statfs()
747
pub fn fstatfs<T: AsRawFd>(fd: &T) -> Result<
Statfs
> {
in fstatfs()
751
.map(|_|
Statfs
(stat.assume_init()))
in fstatfs()
800
fn assert_fs_equals(fs:
Statfs
, vfs: Statvfs) {
in assert_fs_equals()
849
fn assert_fs_equals_strict(fs:
Statfs
, vf
[all...]
/third_party/NuttX/fs/tmpfs/
H
A
D
fs_tmpfs.c
148
.
Statfs
= tmpfs_statfs,
/third_party/NuttX/fs/nfs/
H
A
D
nfs_adapter.c
3134
.
Statfs
= vfs_nfs_statfs,
Completed in 8 milliseconds