Home
last modified time | relevance | path

Searched refs:datasync (Results 1 – 25 of 60) sorted by relevance

123

/fs/ext4/
Dfsync.c81 static int ext4_fsync_nojournal(struct inode *inode, bool datasync, in ext4_fsync_nojournal() argument
89 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in ext4_fsync_nojournal()
104 static int ext4_fsync_journal(struct inode *inode, bool datasync, in ext4_fsync_journal() argument
109 tid_t commit_tid = datasync ? ei->i_datasync_tid : ei->i_sync_tid; in ext4_fsync_journal()
129 int ext4_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in ext4_sync_file() argument
141 trace_ext4_sync_file_enter(file, datasync); in ext4_sync_file()
170 ret = ext4_fsync_nojournal(inode, datasync, &needs_barrier); in ext4_sync_file()
174 ret = ext4_fsync_journal(inode, datasync, &needs_barrier); in ext4_sync_file()
Dext4_jbd2.h440 int datasync) in ext4_update_inode_fsync_trans() argument
446 if (datasync) in ext4_update_inode_fsync_trans()
/fs/
Dsync.c180 int vfs_fsync_range(struct file *file, loff_t start, loff_t end, int datasync) in vfs_fsync_range() argument
186 if (!datasync && (inode->i_state & I_DIRTY_TIME)) in vfs_fsync_range()
188 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range()
200 int vfs_fsync(struct file *file, int datasync) in vfs_fsync() argument
202 return vfs_fsync_range(file, 0, LLONG_MAX, datasync); in vfs_fsync()
206 static int do_fsync(unsigned int fd, int datasync) in do_fsync() argument
212 ret = vfs_fsync(f.file, datasync); in do_fsync()
Dlibfs.c1098 int datasync) in __generic_file_fsync() argument
1112 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
1140 int datasync) in generic_file_fsync() argument
1145 err = __generic_file_fsync(file, start, end, datasync); in generic_file_fsync()
1184 int noop_fsync(struct file *file, loff_t start, loff_t end, int datasync) in noop_fsync() argument
/fs/nilfs2/
Dfile.c16 int nilfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in nilfs_sync_file() argument
31 if (datasync) in nilfs_sync_file()
/fs/nfs/
Dpnfs.h157 int (*sync)(struct inode *inode, bool datasync);
312 int pnfs_generic_sync(struct inode *inode, bool datasync);
313 int pnfs_nfs_generic_sync(struct inode *inode, bool datasync);
590 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode() argument
594 return NFS_SERVER(inode)->pnfs_curr_ld->sync(inode, datasync); in pnfs_sync_inode()
754 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode() argument
Dfile.c208 nfs_file_fsync_commit(struct file *file, int datasync) in nfs_file_fsync_commit() argument
213 dprintk("NFS: fsync file(%pD2) datasync %d\n", file, datasync); in nfs_file_fsync_commit()
224 nfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) in nfs_file_fsync() argument
238 ret = nfs_file_fsync_commit(file, datasync); in nfs_file_fsync()
241 ret = pnfs_sync_inode(inode, !!datasync); in nfs_file_fsync()
/fs/9p/
Dvfs_file.c433 int datasync) in v9fs_file_fsync() argument
445 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync()
457 int datasync) in v9fs_file_fsync_dotl() argument
468 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync_dotl()
472 retval = p9_client_fsync(fid, datasync); in v9fs_file_fsync_dotl()
Dv9fs_vfs.h66 int datasync);
/fs/coda/
Dfile.c269 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync) in coda_fsync() argument
288 err = vfs_fsync(host_file, datasync); in coda_fsync()
289 if (!err && !datasync) in coda_fsync()
Dcoda_int.h15 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
/fs/jfs/
Dfile.c19 int jfs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in jfs_fsync() argument
30 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) { in jfs_fsync()
/fs/ext2/
Dfile.c151 int ext2_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ext2_fsync() argument
156 ret = generic_file_fsync(file, start, end, datasync); in ext2_fsync()
/fs/xfs/
Dxfs_file.c112 int datasync) in xfs_dir_fsync() argument
123 bool datasync) in xfs_fsync_seq() argument
127 if (datasync && !(ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_fsync_seq()
148 bool datasync, in xfs_fsync_flush_log() argument
155 seq = xfs_fsync_seq(ip, datasync); in xfs_fsync_flush_log()
173 int datasync) in xfs_file_fsync() argument
209 error = xfs_fsync_flush_log(ip, datasync, &log_flushed); in xfs_file_fsync()
/fs/reiserfs/
Ddir.c18 int datasync);
32 int datasync) in reiserfs_dir_fsync() argument
Dfile.c145 int datasync) in reiserfs_sync_file() argument
/fs/hostfs/
Dhostfs_user.c156 int fsync_file(int fd, int datasync) in fsync_file() argument
159 if (datasync) in fsync_file()
Dhostfs.h85 extern int fsync_file(int fd, int datasync);
/fs/ecryptfs/
Dfile.c324 ecryptfs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ecryptfs_fsync() argument
332 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
/fs/ocfs2/
Djournal.h595 int datasync) in ocfs2_update_inode_fsync_trans() argument
601 if (datasync) in ocfs2_update_inode_fsync_trans()
/fs/overlayfs/
Dfile.c449 static int ovl_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ovl_fsync() argument
459 ret = ovl_real_fdget_meta(file, &real, !datasync); in ovl_fsync()
466 ret = vfs_fsync_range(real.file, start, end, datasync); in ovl_fsync()
/fs/exfat/
Dfile.c401 int exfat_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in exfat_file_fsync() argument
406 err = __generic_file_fsync(filp, start, end, datasync); in exfat_file_fsync()
/fs/fuse/
Dfuse_i.h1118 int datasync, int opcode);
1569 struct file *file, loff_t start, loff_t end, int datasync);
1571 struct file *file, loff_t start, loff_t end, int datasync);
1573 struct file *file, loff_t start, loff_t end, int datasync);
1575 struct file *file, loff_t start, loff_t end, int datasync);
/fs/ntfs/
Ddir.c1488 int datasync) in ntfs_dir_fsync() argument
1509 write_inode_now(bmp_vi, !datasync); in ntfs_dir_fsync()
1513 write_inode_now(vi, !datasync); in ntfs_dir_fsync()
1521 "%u.", datasync ? "data" : "", vi->i_ino, -ret); in ntfs_dir_fsync()
/fs/fat/
Dfile.c185 int fat_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in fat_file_fsync() argument
190 err = __generic_file_fsync(filp, start, end, datasync); in fat_file_fsync()

123