Searched refs:fsync (Results 126 - 150 of 163) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dfile.c75 .fsync = nfs_file_fsync,
316 dprintk("NFS: fsync file(%s/%s) datasync %d\n",
H A Ddir.c65 .fsync = nfs_fsync_dir,
648 * All directory operations under NFS are synchronous, so fsync()
655 dfprintk(FILE, "NFS: fsync dir(%s/%s) datasync %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Ddir.c1219 .fsync = ubifs_fsync,
H A Dfile.c1529 .fsync = ubifs_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Ddir.c1114 * Data integrity sync of a directory to disk. Used for fsync, fdatasync, and
1171 .fsync = ntfs_dir_fsync, /* Sync a directory to disk. */
H A Dfile.c2138 * Data integrity sync of a file to disk. Used for fsync, fdatasync, and msync
2198 .fsync = ntfs_file_fsync, /* Sync a file to disk. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dfile.c37 .fsync = affs_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dinode.c255 .fsync = noop_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dradvd_token.c2149 if (fsync(newfd) < 0) {
H A Dresolv_token.c2114 if (fsync(newfd) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dfile.c1191 * If fi->writectr is positive (no truncate or fsync going on) send
2065 .fsync = fuse_fsync,
2082 .fsync = fuse_fsync,
H A Ddir.c1574 .fsync = fuse_dir_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c2269 if ( fsync ( dfd ) < 0 )
2289 if ( fsync(dfd) < 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_default.c462 result = fsync(fd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile.c1028 * we want to make sure fsync finds this change
1094 * fsync call for both files and directories. This logs the inode into
1215 .fsync = btrfs_sync_file,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Ddir.c1118 * an fsync() on a dir will wait for any uncommitted directory
1221 .fsync = ceph_dir_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Ddir.c839 .fsync = fat_file_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dnamei.c1568 .fsync = jfs_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dprinter.c884 .fsync = printer_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dblock_dev.c1634 .fsync = blkdev_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c653 if (fs->op.fsync)
654 return fs->op.fsync(path, datasync, fi);
2433 .fsync = fuse_lib_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbmem.c1439 .fsync = fb_deferred_io_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dinode.c865 * We want fsync() to work on POHMELFS.
924 .fsync = pohmelfs_fsync,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c1020 * - The file system doesn't support fsync().
1026 if (!file->f_op->fsync) {/* COMMIT3 cannot work */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1248 fsync(fd); /* flush buffers */

Completed in 317 milliseconds

1234567