| /linux/fs/ext4/ |
| H A D | fsync.c | 83 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()
|
| /linux/fs/ |
| H A D | sync.c | 180 int vfs_fsync_range(struct file *file, loff_t start, loff_t end, int datasync) in vfs_fsync_range() argument 186 if (!datasync && (inode_state_read_once(inode) & 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 213 return vfs_fsync(fd_file(f), datasync); in do_fsync()
|
| H A D | aio.c | 176 bool datasync; member 1645 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1652 bool datasync) in aio_fsync() argument 1665 req->datasync = datasync; in aio_fsync()
|
| /linux/fs/9p/ |
| H A D | vfs_file.c | 416 int datasync) in v9fs_file_fsync() argument 428 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync() 440 int datasync) in v9fs_file_fsync_dotl() argument 451 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync_dotl() 455 retval = p9_client_fsync(fid, datasync); in v9fs_file_fsync_dotl()
|
| H A D | v9fs_vfs.h | 65 int datasync);
|
| /linux/fs/nilfs2/ |
| H A D | file.c | 16 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/fs/jfs/ |
| H A D | file.c | 19 int jfs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in jfs_fsync() argument 30 (datasync && !(inode_state_read_once(inode) & I_DIRTY_DATASYNC))) { in jfs_fsync()
|
| /linux/fs/nfs/ |
| H A D | pnfs.h | 160 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 D | file.c | 239 nfs_file_fsync_commit(struct file *file, int datasync) in nfs_file_fsync_commit() argument 244 dprintk("NFS: fsync file(%pD2) datasync %d\n", file, datasync); in nfs_file_fsync_commit() 255 nfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) in nfs_file_fsync() argument 269 ret = nfs_file_fsync_commit(file, datasync); in nfs_file_fsync() 272 ret = pnfs_sync_inode(inode, !!datasync); in nfs_file_fsync()
|
| /linux/fs/coda/ |
| H A D | coda_int.h | 15 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
|
| H A D | file.c | 295 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/fs/afs/ |
| H A D | write.c | 253 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync() argument 261 datasync); in afs_fsync()
|
| /linux/fs/btrfs/ |
| H A D | file.h | 25 int btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync);
|
| /linux/fs/ext2/ |
| H A D | file.c | 155 int ext2_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ext2_fsync() argument 160 ret = generic_buffers_fsync(file, start, end, datasync); in ext2_fsync()
|
| /linux/fs/hostfs/ |
| H A D | hostfs.h | 55 extern int fsync_file(int fd, int datasync);
|
| /linux/fs/ocfs2/ |
| H A D | journal.h | 599 int datasync) in ocfs2_update_inode_fsync_trans() argument 605 if (datasync) in ocfs2_update_inode_fsync_trans()
|
| /linux/fs/ecryptfs/ |
| H A D | file.c | 342 ecryptfs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ecryptfs_fsync() argument 350 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
|
| /linux/fs/overlayfs/ |
| H A D | file.c | 441 static int ovl_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ovl_fsync() argument 455 if (!OVL_TYPE_UPPER(type) || (datasync && OVL_TYPE_MERGE(type))) in ovl_fsync() 464 return vfs_fsync_range(upperfile, start, end, datasync); in ovl_fsync()
|
| /linux/include/linux/ |
| H A D | buffer_head.h | 211 bool datasync); 213 bool datasync);
|
| /linux/fs/fat/ |
| H A D | file.c | 186 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/include/net/9p/ |
| H A D | client.h | 299 int p9_client_fsync(struct p9_fid *fid, int datasync);
|
| /linux/fs/exfat/ |
| H A D | file.c | 571 int exfat_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in exfat_file_fsync() argument 579 err = __generic_file_fsync(filp, start, end, datasync); in exfat_file_fsync()
|
| /linux/fs/hpfs/ |
| H A D | file.c | 25 int hpfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) in hpfs_file_fsync() argument
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 268 TP_PROTO(struct inode *inode, int cp_reason, int datasync, int ret), 270 TP_ARGS(inode, cp_reason, datasync, ret), 276 __field(int, datasync) 284 __entry->datasync = datasync; 292 __entry->datasync,
|
| /linux/fs/jffs2/ |
| H A D | file.c | 34 int jffs2_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in jffs2_fsync() argument
|