Searched refs:fsync (Results 1 – 25 of 74) sorted by relevance
123
/fs/ext2/ |
D | file.c | 58 .fsync = ext2_sync_file, 75 .fsync = ext2_sync_file,
|
D | Makefile | 7 ext2-y := balloc.o dir.o file.o fsync.o ialloc.o inode.o \
|
/fs/ |
D | sync.c | 110 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/ |
D | xfs_file.c | 257 .fsync = xfs_file_fsync, 272 .fsync = xfs_file_fsync,
|
/fs/qnx4/ |
D | Makefile | 7 qnx4-objs := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
|
D | file.c | 32 .fsync = qnx4_sync_file,
|
D | dir.c | 87 .fsync = file_fsync,
|
/fs/adfs/ |
D | file.c | 33 .fsync = file_fsync,
|
/fs/ramfs/ |
D | file-mmu.c | 46 .fsync = simple_sync_file,
|
/fs/udf/ |
D | Makefile | 8 partition.o super.o truncate.o symlink.o fsync.o \
|
D | file.c | 212 .fsync = udf_fsync_file,
|
/fs/ext3/ |
D | Makefile | 7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
|
D | file.c | 122 .fsync = ext3_sync_file,
|
/fs/ufs/ |
D | file.c | 65 .fsync = ufs_sync_file,
|
/fs/sysv/ |
D | file.c | 29 .fsync = sysv_sync_file,
|
/fs/ext4/ |
D | Makefile | 7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
|
D | file.c | 156 .fsync = ext4_sync_file,
|
/fs/minix/ |
D | file.c | 25 .fsync = minix_sync_file,
|
/fs/gfs2/ |
D | ops_file.c | 745 .fsync = gfs2_fsync, 758 .fsync = gfs2_fsync, 773 .fsync = gfs2_fsync, 784 .fsync = gfs2_fsync,
|
/fs/ecryptfs/ |
D | file.c | 306 .fsync = ecryptfs_fsync, 323 .fsync = ecryptfs_fsync,
|
/fs/jfs/ |
D | file.c | 113 .fsync = jfs_fsync,
|
/fs/cifs/ |
D | cifsfs.c | 740 .fsync = cifs_fsync, 762 .fsync = cifs_fsync, 780 .fsync = cifs_fsync, 801 .fsync = cifs_fsync,
|
/fs/affs/ |
D | dir.c | 24 .fsync = file_fsync,
|
/fs/hpfs/ |
D | file.c | 139 .fsync = hpfs_file_fsync,
|
/fs/nfsd/ |
D | vfs.c | 756 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