Home
last modified time | relevance | path

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

1234

/linux-6.15/fs/ext4/
H A Dfsync.c83 int datasync, bool *needs_barrier) in ext4_fsync_nojournal() argument
88 ret = generic_buffers_fsync_noflush(file, start, end, datasync); in ext4_fsync_nojournal()
97 static int ext4_fsync_journal(struct inode *inode, bool datasync, in ext4_fsync_journal() argument
102 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()
147 ret = ext4_fsync_nojournal(file, start, end, datasync, in ext4_sync_file()
163 ret = ext4_fsync_journal(inode, datasync, &needs_barrier); in ext4_sync_file()
H A Dext4_jbd2.h356 int datasync) in ext4_update_inode_fsync_trans() argument
362 if (datasync) in ext4_update_inode_fsync_trans()
/linux-6.15/fs/
H A Dsync.c179 int vfs_fsync_range(struct file *file, loff_t start, loff_t end, int datasync) in vfs_fsync_range() argument
185 if (!datasync && (inode->i_state & I_DIRTY_TIME)) in vfs_fsync_range()
187 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range()
199 int vfs_fsync(struct file *file, int datasync) in vfs_fsync() argument
201 return vfs_fsync_range(file, 0, LLONG_MAX, datasync); in vfs_fsync()
205 static int do_fsync(unsigned int fd, int datasync) in do_fsync() argument
212 return vfs_fsync(fd_file(f), datasync); in do_fsync()
H A Dlibfs.c1519 int datasync) in __generic_file_fsync() argument
1533 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync()
1561 int datasync) in generic_file_fsync() argument
1566 err = __generic_file_fsync(file, start, end, datasync); in generic_file_fsync()
1605 int noop_fsync(struct file *file, loff_t start, loff_t end, int datasync) in noop_fsync() argument
/linux-6.15/fs/9p/
H A Dvfs_file.c411 int datasync) in v9fs_file_fsync() argument
423 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync()
435 int datasync) in v9fs_file_fsync_dotl() argument
446 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync_dotl()
450 retval = p9_client_fsync(fid, datasync); in v9fs_file_fsync_dotl()
H A Dv9fs_vfs.h65 int datasync);
/linux-6.15/fs/nilfs2/
H A 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()
/linux-6.15/fs/jfs/
H A 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()
/linux-6.15/fs/coda/
H A Dcoda_int.h15 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
H A Dfile.c295 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync) in coda_fsync() argument
314 err = vfs_fsync(host_file, datasync); in coda_fsync()
315 if (!err && !datasync) in coda_fsync()
/linux-6.15/fs/nfs/
H A Dpnfs.h160 int (*sync)(struct inode *inode, bool datasync);
319 int pnfs_generic_sync(struct inode *inode, bool datasync);
320 int pnfs_nfs_generic_sync(struct inode *inode, bool datasync);
589 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode() argument
593 return NFS_SERVER(inode)->pnfs_curr_ld->sync(inode, datasync); in pnfs_sync_inode()
765 pnfs_sync_inode(struct inode *inode, bool datasync) in pnfs_sync_inode() argument
H A Dfile.c235 nfs_file_fsync_commit(struct file *file, int datasync) in nfs_file_fsync_commit() argument
240 dprintk("NFS: fsync file(%pD2) datasync %d\n", file, datasync); in nfs_file_fsync_commit()
251 nfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) in nfs_file_fsync() argument
265 ret = nfs_file_fsync_commit(file, datasync); in nfs_file_fsync()
268 ret = pnfs_sync_inode(inode, !!datasync); in nfs_file_fsync()
/linux-6.15/fs/btrfs/
H A Dfile.h25 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
/linux-6.15/fs/afs/
H A Dwrite.c252 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync() argument
260 datasync); in afs_fsync()
/linux-6.15/fs/xfs/
H A Dxfs_file.c70 int datasync) in xfs_dir_fsync() argument
81 bool datasync) in xfs_fsync_seq() argument
85 if (datasync && !(ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_fsync_seq()
106 bool datasync, in xfs_fsync_flush_log() argument
113 seq = xfs_fsync_seq(ip, datasync); in xfs_fsync_flush_log()
131 int datasync) in xfs_file_fsync() argument
167 err2 = xfs_fsync_flush_log(ip, datasync, &log_flushed); in xfs_file_fsync()
/linux-6.15/fs/ext2/
H A Dfile.c153 int ext2_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ext2_fsync() argument
158 ret = generic_buffers_fsync(file, start, end, datasync); in ext2_fsync()
/linux-6.15/fs/hostfs/
H A Dhostfs.h87 extern int fsync_file(int fd, int datasync);
H A Dhostfs_user.c167 int fsync_file(int fd, int datasync) in fsync_file() argument
170 if (datasync) in fsync_file()
/linux-6.15/fs/ocfs2/
H A Djournal.h599 int datasync) in ocfs2_update_inode_fsync_trans() argument
605 if (datasync) in ocfs2_update_inode_fsync_trans()
/linux-6.15/fs/ecryptfs/
H A Dfile.c343 ecryptfs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ecryptfs_fsync() argument
351 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
/linux-6.15/fs/overlayfs/
H A Dfile.c449 static int ovl_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ovl_fsync() argument
464 if (!OVL_TYPE_UPPER(type) || (datasync && OVL_TYPE_MERGE(type))) in ovl_fsync()
473 ret = vfs_fsync_range(upperfile, start, end, datasync); in ovl_fsync()
/linux-6.15/include/linux/
H A Dbuffer_head.h211 bool datasync);
213 bool datasync);
/linux-6.15/fs/fat/
H A Dfile.c186 int fat_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in fat_file_fsync() argument
191 err = __generic_file_fsync(filp, start, end, datasync); in fat_file_fsync()
/linux-6.15/include/net/9p/
H A Dclient.h203 int p9_client_fsync(struct p9_fid *fid, int datasync);
/linux-6.15/fs/exfat/
H A Dfile.c516 int exfat_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in exfat_file_fsync() argument
524 err = __generic_file_fsync(filp, start, end, datasync); in exfat_file_fsync()

1234