/kernel/linux/linux-6.6/fs/ |
H A D | aio.c | 176 bool datasync; member 1600 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1607 bool datasync) in aio_fsync() 1620 req->datasync = datasync; in aio_fsync() 1606 aio_fsync(struct fsync_iocb *req, const struct iocb *iocb, bool datasync) aio_fsync() argument
|
H A D | libfs.c | 1391 * @datasync: only synchronize essential metadata if true 1398 int datasync) in __generic_file_fsync() 1412 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in __generic_file_fsync() 1435 * @datasync: only synchronize essential metadata if true 1440 int datasync) in generic_file_fsync() 1445 err = __generic_file_fsync(file, start, end, datasync); in generic_file_fsync() 1484 int noop_fsync(struct file *file, loff_t start, loff_t end, int datasync) in noop_fsync() argument 1397 __generic_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) __generic_file_fsync() argument 1439 generic_file_fsync(struct file *file, loff_t start, loff_t end, int datasync) generic_file_fsync() argument
|
H A D | buffer.c | 596 * @datasync: only synchronize essential metadata if true 603 bool datasync) in generic_buffers_fsync_noflush() 616 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC)) in generic_buffers_fsync_noflush() 639 * @datasync: only synchronize essential metadata if true 647 bool datasync) in generic_buffers_fsync() 652 ret = generic_buffers_fsync_noflush(file, start, end, datasync); in generic_buffers_fsync() 602 generic_buffers_fsync_noflush(struct file *file, loff_t start, loff_t end, bool datasync) generic_buffers_fsync_noflush() argument 646 generic_buffers_fsync(struct file *file, loff_t start, loff_t end, bool datasync) generic_buffers_fsync() argument
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 688 TP_PROTO(const struct file *file, int datasync), 690 TP_ARGS(file, datasync), 695 __field( int, datasync ) 706 __entry->datasync = datasync; 711 TP_printk_btrfs("root=%llu(%s) ino=%llu parent=%llu datasync=%d", 715 __entry->datasync)
|
H A D | ext4.h | 933 TP_PROTO(struct file *file, int datasync), 935 TP_ARGS(file, datasync), 941 __field( int, datasync ) 949 __entry->datasync = datasync; 953 TP_printk("dev %d,%d ino %lu parent %lu datasync %d ", 956 (unsigned long) __entry->parent, __entry->datasync)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 780 TP_PROTO(const struct file *file, int datasync), 782 TP_ARGS(file, datasync), 787 __field( int, datasync ) 798 __entry->datasync = datasync; 803 TP_printk_btrfs("root=%llu(%s) ino=%llu parent=%llu datasync=%d", 807 __entry->datasync)
|
H A D | f2fs.h | 241 TP_PROTO(struct inode *inode, int cp_reason, int datasync, int ret), 243 TP_ARGS(inode, cp_reason, datasync, ret), 249 __field(int, datasync) 257 __entry->datasync = datasync; 262 "datasync = %d, ret = %d", 265 __entry->datasync,
|
H A D | ext4.h | 935 TP_PROTO(struct file *file, int datasync), 937 TP_ARGS(file, datasync), 943 __field( int, datasync ) 951 __entry->datasync = datasync; 955 TP_printk("dev %d,%d ino %lu parent %lu datasync %d ", 958 (unsigned long) __entry->parent, __entry->datasync)
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | protocol.h | 242 __le32 datasync; member
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | file.c | 32 int jffs2_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in jffs2_fsync() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | protocol.h | 242 __le32 datasync; member
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | file.c | 32 int jffs2_fsync(struct file *filp, loff_t start, loff_t end, int datasync) in jffs2_fsync() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fb_defio.c | 122 int fb_deferred_io_fsync(struct file *file, loff_t start, loff_t end, int datasync) in fb_deferred_io_fsync() argument
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 827 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() argument 832 return fs->op.fsync(path, datasync, fi); in fuse_fs_fsync() 837 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsyncdir() argument 842 return fs->op.fsyncdir(path, datasync, fi); in fuse_fs_fsyncdir() 2009 static void fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsync() argument 2024 err = fuse_fs_fsync(f->fs, path, datasync, fi); in fuse_lib_fsync() 2265 static void fuse_lib_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsyncdir() argument 2281 err = fuse_fs_fsyncdir(f->fs, path, datasync, &fi); in fuse_lib_fsyncdir()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_client.c | 100 __s64 start, __s64 end, __s32 datasync) in hmdfs_send_fsync() 118 fsync_req->datasync = cpu_to_le32(datasync); in hmdfs_send_fsync() 99 hmdfs_send_fsync(struct hmdfs_peer *con, const struct hmdfs_fid *fid, __s64 start, __s64 end, __s32 datasync) hmdfs_send_fsync() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_client.c | 100 __s64 start, __s64 end, __s32 datasync) in hmdfs_send_fsync() 118 fsync_req->datasync = cpu_to_le32(datasync); in hmdfs_send_fsync() 99 hmdfs_send_fsync(struct hmdfs_peer *con, const struct hmdfs_fid *fid, __s64 start, __s64 end, __s32 datasync) hmdfs_send_fsync() argument
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_kern.c | 363 int datasync) in hostfs_fsync() 373 ret = fsync_file(HOSTFS_I(inode)->fd, datasync); in hostfs_fsync() 362 hostfs_fsync(struct file *file, loff_t start, loff_t end, int datasync) hostfs_fsync() argument
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | write.c | 820 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync() argument 827 datasync); in afs_fsync()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | write.c | 889 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync() argument 897 datasync); in afs_fsync()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_kern.c | 362 int datasync) in hostfs_fsync() 372 ret = fsync_file(HOSTFS_I(inode)->fd, datasync); in hostfs_fsync() 361 hostfs_fsync(struct file *file, loff_t start, loff_t end, int datasync) hostfs_fsync() argument
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1909 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() argument 1915 fuse_log(FUSE_LOG_DEBUG, "fsync[%llu] datasync: %i\n", in fuse_fs_fsync() 1916 (unsigned long long) fi->fh, datasync); in fuse_fs_fsync() 1918 return fs->op.fsync(path, datasync, fi); in fuse_fs_fsync() 1924 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsyncdir() argument 1930 fuse_log(FUSE_LOG_DEBUG, "fsyncdir[%llu] datasync: %i\n", in fuse_fs_fsyncdir() 1931 (unsigned long long) fi->fh, datasync); in fuse_fs_fsyncdir() 1933 return fs->op.fsyncdir(path, datasync, fi); in fuse_fs_fsyncdir() 3314 static void fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsync() argument 3326 err = fuse_fs_fsync(f->fs, path, datasync, f in fuse_lib_fsync() 3763 fuse_lib_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, struct fuse_file_info *llfi) fuse_lib_fsyncdir() argument [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | file.c | 1949 * @datasync: if non-zero only flush user data and not metadata 1954 * If @datasync is false, write the mft record and all associated extent mft 1957 * If @datasync is true and the attribute is non-resident, we skip the writing 1961 * Also, if @datasync is true, we do not wait on the inode to be written out 1971 int datasync) in ntfs_file_fsync() 1984 if (!datasync || !NInoNonResident(NTFS_I(vi))) in ntfs_file_fsync() 1986 write_inode_now(vi, !datasync); in ntfs_file_fsync() 1999 "%u.", datasync ? "data" : "", vi->i_ino, -ret); in ntfs_file_fsync() 1970 ntfs_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) ntfs_file_fsync() argument
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | file.c | 1927 * @datasync: if non-zero only flush user data and not metadata 1932 * If @datasync is false, write the mft record and all associated extent mft 1935 * If @datasync is true and the attribute is non-resident, we skip the writing 1939 * Also, if @datasync is true, we do not wait on the inode to be written out 1949 int datasync) in ntfs_file_fsync() 1962 if (!datasync || !NInoNonResident(NTFS_I(vi))) in ntfs_file_fsync() 1964 write_inode_now(vi, !datasync); in ntfs_file_fsync() 1977 "%u.", datasync ? "data" : "", vi->i_ino, -ret); in ntfs_file_fsync() 1948 ntfs_file_fsync(struct file *filp, loff_t start, loff_t end, int datasync) ntfs_file_fsync() argument
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | ps3flash.c | 277 static int ps3flash_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ps3flash_fsync() argument
|