/src/lib/librumpuser/ |
rumpfiber_bio.c | 59 fsync_range(fd, FDATASYNC, doff, dlen);
|
configure.ac | 31 arc4random_buf getsubopt fsync_range __quotactl utimensat \
|
rumpuser_bio.c | 89 fsync_range(biop->bio_fd, FDATASYNC,
|
rumpuser_file.c | 339 if (fsync_range(fd, fsflags, start, len) == -1)
|
/src/lib/libpthread/ |
pthread_cancelstub.c | 48 #define fsync_range _fsync_range macro 118 __typeof(fsync_range) _sys_fsync_range; 292 fsync_range(int d, int f, off_t s, off_t e) function in typeref:typename:int 797 __weak_alias(fsync_range, _fsync_range)
|
/src/sbin/rndctl/ |
rndctl.c | 231 if (fsync_range(fd_seed, FDATASYNC|FDISKSYNC, 0, 0) == -1) { 235 warnc(error, "fsync_range"); 422 if (fsync_range(fd_old, FDATASYNC|FDISKSYNC, 0, 0) == -1) 423 err(1, "fsync_range");
|
/src/include/ |
unistd.h | 349 int fsync_range(int, int, off_t, off_t);
|
/src/usr.bin/vndcompress/ |
offtab.c | 451 if (fsync_range(offtab->ot_fd, (FFILESYNC | FDISKSYNC),
|
vndcompress.c | 852 if (fsync_range(S->cloop2_fd, (FFILESYNC | FDISKSYNC), 0, S->offset)
|
/src/lib/libc/sys/ |
Makefile.inc | 183 fsync_range.S __kevent100.S \ 332 MLINKS+=fsync.2 fsync_range.2
|
/src/lib/libpuffs/ |
null.c | 446 if (fsync_range(fd, fflags, offlo, offhi - offlo) == -1)
|
/src/lib/librumphijack/ |
hijack.c | 407 { DUALCALL_FSYNC_RANGE, "fsync_range", RSYS_NAME(FSYNC_RANGE) }, 2642 FDCALL(int, fsync_range, DUALCALL_FSYNC_RANGE, \
|
/src/sys/rump/librump/rumpkern/ |
rump_syscalls.c | 3572 __weak_alias(fsync_range,rump___sysimpl_fsync_range); 8080 }, /* 354 = fsync_range */
|