Searched refs:fsync (Results 1 - 25 of 163) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmsync.c47 fsync (dbf->desc);
H A Dgdbmclose.c47 fsync (dbf->desc);
H A Dupdate.c54 fsync (dbf->desc);
101 fsync (dbf->desc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmsync.c47 fsync (dbf->desc);
H A Dgdbmclose.c47 fsync (dbf->desc);
H A Dupdate.c54 fsync (dbf->desc);
101 fsync (dbf->desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dfile.c44 .fsync = generic_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Dfile.c29 .fsync = generic_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_fsync.c16 #define fsync(fd) __vx_fsync(fd) macro
36 #define fsync(fd) __mpe_fsync(fd) macro
85 * back to regular fsync on other filesystems.
88 RETRY_CHK((fsync(fhp->fd)), ret);
94 RETRY_CHK((fsync(fhp->fd)), ret);
99 __db_syserr(env, ret, "fsync");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dbigfile002.tcl40 error_check_good fsync [$file fsync] 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
H A Dfile.c68 .fsync = ext3_sync_file,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ramfs/
H A Dfile-mmu.c46 .fsync = noop_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dflushb.c61 if (fsync (fd) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmkswap.c43 fsync(fd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dfile.c76 .fsync = ext2_fsync,
93 .fsync = ext2_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dfallocate.c40 fsync(fd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dfile.c87 .fsync = exofs_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Dfile.c22 .fsync = generic_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dfile.c29 .fsync = generic_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Ddir.c83 .fsync = generic_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr028/
H A Dt.c68 E(db_env_set_func_fsync, fsync, "fsync");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h271 <http://www.opengroup.org/susv3xsh/fsync.html>. */
273 extern int fsync (int fd);
276 # undef fsync macro
277 # define fsync(fd) \ macro
278 (GL_LINK_WARNING ("fsync is unportable - " \
279 "use gnulib module fsync for portability"), \
280 fsync (fd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Duser_syms.c103 EXPORT_SYMBOL_PROTO(fsync); variable

Completed in 148 milliseconds

1234567