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:syncfs
(Results
1 - 17
of
17
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
syncfs.c
32
FILE_ABSOLUTE_PATH("
syncfs
.txt", path);
in syncfs_0100()
39
int result =
syncfs
(fd);
in syncfs_0100()
41
t_error("%s
syncfs
failed, result is %d\n", __func__, result);
in syncfs_0100()
58
int result =
syncfs
(-1);
in syncfs_0200()
60
t_error("%s
syncfs
should failed, resuly is %d\n", __func__, result);
in syncfs_0200()
/third_party/musl/src/linux/
H
A
D
syncfs.c
5
int
syncfs
(int fd)
in syncfs()
function
/third_party/ltp/include/lapi/
H
A
D
syncfs.h
15
static inline int
syncfs
(int fd)
in syncfs()
function
/third_party/ltp/testcases/kernel/syscalls/syncfs/
H
A
D
check_syncfs.h
14
ret =
syncfs
(-1);
in check_syncfs()
16
tst_brk(TCONF, "
syncfs
() not supported");
in check_syncfs()
H
A
D
syncfs01.c
8
* Test
syncfs
10
* It basically tests
syncfs
() to sync filesystem having large dirty file
20
#include "lapi/
syncfs
.h"
41
TEST(
syncfs
(fd));
in verify_syncfs()
44
tst_brk(TFAIL | TTERRNO, "
syncfs
(fd) failed");
in verify_syncfs()
/third_party/musl/porting/liteos_a/user/include/
H
A
D
unistd.h
213
int
syncfs
(int);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
unistd.h
188
int
syncfs
(int);
/third_party/musl/porting/linux/user/include/
H
A
D
unistd.h
215
int
syncfs
(int);
/third_party/musl/porting/liteos_m/user/include/
H
A
D
unistd.h
213
int
syncfs
(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
unistd.h
188
int
syncfs
(int);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
unistd.h
193
int
syncfs
(int);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
unistd.h
188
int
syncfs
(int);
/third_party/musl/include/
H
A
D
unistd.h
252
int
syncfs
(int);
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify10.c
515
if (
syncfs
(fd_syncfs) < 0)
in drop_caches()
536
/* Open fd for
syncfs
before creating groups to avoid the FAN_OPEN event */
in create_fanotify_groups()
/third_party/rust/crates/nix/src/
H
A
D
unistd.rs
1360
/// See also [
syncfs
(2)](https://man7.org/linux/man-pages/man2/sync.2.html)
1362
pub fn
syncfs
(fd: RawFd) -> Result<()> {
in syncfs()
functions
1363
let res = unsafe { libc::
syncfs
(fd) };
in syncfs()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H
A
D
api.js
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
4112
pub fn
syncfs
(fd: ::c_int) -> ::c_int;
in syncfs()
functions
Completed in 56 milliseconds