Home
last modified time | relevance | path

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

123

/linux-2.4.37.9/fs/coda/
Dfile.c263 coda_vfs_stat.fsync++; in coda_fsync()
265 if (host_file->f_op && host_file->f_op->fsync) { in coda_fsync()
269 err = host_file->f_op->fsync(host_file, host_dentry, datasync); in coda_fsync()
290 fsync: coda_fsync,
/linux-2.4.37.9/fs/adfs/
Dfile.c35 fsync: file_fsync,
Ddir.c198 fsync: file_fsync,
/linux-2.4.37.9/fs/qnx4/
Dfile.c34 fsync: qnx4_sync_file,
DMakefile12 obj-y := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
Ddir.c85 fsync: file_fsync,
/linux-2.4.37.9/fs/ext2/
DMakefile12 obj-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
Dfile.c49 fsync: ext2_sync_file,
/linux-2.4.37.9/fs/ext3/
DMakefile12 obj-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
Dfile.c121 fsync: ext3_sync_file, /* BKL held */
Ddir.c35 fsync: ext3_sync_file, /* BKL held */
/linux-2.4.37.9/fs/udf/
DMakefile13 partition.o super.o truncate.o symlink.o fsync.o \
Ddir.c52 fsync: udf_fsync_file,
/linux-2.4.37.9/fs/sysv/
Dfile.c28 fsync: sysv_sync_file,
/linux-2.4.37.9/fs/minix/
Dfile.c23 fsync: minix_sync_file,
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_file.c420 .fsync = linvfs_fsync,
431 .fsync = linvfs_fsync,
439 .fsync = linvfs_fsync,
/linux-2.4.37.9/include/linux/
Dcoda_proc.h45 int fsync; member
/linux-2.4.37.9/fs/jfs/
Dfile.c113 .fsync = jfs_fsync,
/linux-2.4.37.9/fs/reiserfs/
Dfile.c138 fsync: reiserfs_sync_file,
Ddir.c22 fsync: reiserfs_dir_fsync,
/linux-2.4.37.9/fs/nfsd/
Dvfs.c532 int (*fsync) (struct file *, struct dentry *, int); in nfsd_dosync() local
535 if (fop && (fsync = fop->fsync)) in nfsd_dosync()
536 fsync(filp, dp, 0); in nfsd_dosync()
723 if (file.f_op->fsync == 0) {/* COMMIT3 cannot work */ in nfsd_write()
821 if (file.f_op && file.f_op->fsync) { in nfsd_commit()
/linux-2.4.37.9/fs/fat/
Dfile.c31 fsync: file_fsync,
/linux-2.4.37.9/fs/affs/
Ddir.c31 fsync: file_fsync,
/linux-2.4.37.9/fs/hpfs/
Dinode.c21 fsync: hpfs_file_fsync,
37 fsync: hpfs_file_fsync,
/linux-2.4.37.9/fs/
Dbad_inode.c105 fsync: bad_file_fsync,

123