Home
last modified time | relevance | path

Searched refs:syncfs (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsyncfs.c32 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 Dsyncfs.c5 int syncfs(int fd) in syncfs() function
/third_party/ltp/include/lapi/
H A Dsyncfs.h15 static inline int syncfs(int fd) in syncfs() function
/third_party/ltp/testcases/kernel/syscalls/syncfs/
H A Dcheck_syncfs.h14 ret = syncfs(-1); in check_syncfs()
16 tst_brk(TCONF, "syncfs() not supported"); in check_syncfs()
H A Dsyncfs01.c8 * 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 Dunistd.h213 int syncfs(int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h188 int syncfs(int);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h215 int syncfs(int);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h213 int syncfs(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h188 int syncfs(int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h193 int syncfs(int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h188 int syncfs(int);
/third_party/musl/include/
H A Dunistd.h252 int syncfs(int);
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify10.c515 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 Dunistd.rs1360 /// 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 Dapi.js[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4112 pub fn syncfs(fd: ::c_int) -> ::c_int; in syncfs() functions

Completed in 39 milliseconds