Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 74) sorted by relevance

123

/fs/ext2/
Dfile.c58 .fsync = ext2_sync_file,
75 .fsync = ext2_sync_file,
DMakefile7 ext2-y := balloc.o dir.o file.o fsync.o ialloc.o inode.o \
/fs/
Dsync.c110 if (!fop || !fop->fsync) { in vfs_fsync()
122 err = fop->fsync(file, dentry, datasync); in vfs_fsync()
147 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
/fs/xfs/linux-2.6/
Dxfs_file.c257 .fsync = xfs_file_fsync,
272 .fsync = xfs_file_fsync,
/fs/qnx4/
DMakefile7 qnx4-objs := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
Dfile.c32 .fsync = qnx4_sync_file,
Ddir.c87 .fsync = file_fsync,
/fs/adfs/
Dfile.c33 .fsync = file_fsync,
/fs/ramfs/
Dfile-mmu.c46 .fsync = simple_sync_file,
/fs/udf/
DMakefile8 partition.o super.o truncate.o symlink.o fsync.o \
Dfile.c212 .fsync = udf_fsync_file,
/fs/ext3/
DMakefile7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
Dfile.c122 .fsync = ext3_sync_file,
/fs/ufs/
Dfile.c65 .fsync = ufs_sync_file,
/fs/sysv/
Dfile.c29 .fsync = sysv_sync_file,
/fs/ext4/
DMakefile7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
Dfile.c156 .fsync = ext4_sync_file,
/fs/minix/
Dfile.c25 .fsync = minix_sync_file,
/fs/gfs2/
Dops_file.c745 .fsync = gfs2_fsync,
758 .fsync = gfs2_fsync,
773 .fsync = gfs2_fsync,
784 .fsync = gfs2_fsync,
/fs/ecryptfs/
Dfile.c306 .fsync = ecryptfs_fsync,
323 .fsync = ecryptfs_fsync,
/fs/jfs/
Dfile.c113 .fsync = jfs_fsync,
/fs/cifs/
Dcifsfs.c740 .fsync = cifs_fsync,
762 .fsync = cifs_fsync,
780 .fsync = cifs_fsync,
801 .fsync = cifs_fsync,
/fs/affs/
Ddir.c24 .fsync = file_fsync,
/fs/hpfs/
Dfile.c139 .fsync = hpfs_file_fsync,
/fs/nfsd/
Dvfs.c756 int (*fsync) (struct file *, struct dentry *, int); in nfsd_dosync() local
760 if (err == 0 && fop && (fsync = fop->fsync)) in nfsd_dosync()
761 err = fsync(filp, dp, 0); in nfsd_dosync()
994 if (!file->f_op->fsync) {/* COMMIT3 cannot work */ in nfsd_vfs_write()
1147 if (file->f_op && file->f_op->fsync) { in nfsd_commit()

123