/linux-4.19.296/fs/ ! |
D | sync.c | 193 if (!file->f_op->fsync) in vfs_fsync_range() 197 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 227 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
D | aio.c | 196 struct fsync_iocb fsync; member 1587 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1588 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1590 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1592 put_cred(iocb->fsync.creds); in aio_fsync_work() 1603 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 1989 ret = aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 1992 ret = aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
/linux-4.19.296/fs/9p/ ! |
D | vfs_file.c | 670 .fsync = v9fs_file_fsync, 682 .fsync = v9fs_file_fsync_dotl, 693 .fsync = v9fs_file_fsync, 705 .fsync = v9fs_file_fsync_dotl, 716 .fsync = v9fs_file_fsync, 728 .fsync = v9fs_file_fsync_dotl,
|
D | vfs_dir.c | 247 .fsync = v9fs_file_fsync_dotl,
|
/linux-4.19.296/fs/ufs/ ! |
D | file.c | 43 .fsync = generic_file_fsync,
|
/linux-4.19.296/fs/adfs/ ! |
D | file.c | 29 .fsync = generic_file_fsync,
|
/linux-4.19.296/fs/gfs2/ ! |
D | glops.h | 28 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
D | glops.c | 55 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() argument 71 if (fsync) in __gfs2_ail_flush() 78 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 116 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 132 __gfs2_ail_flush(gl, fsync, max_revokes); in gfs2_ail_flush()
|
/linux-4.19.296/fs/ramfs/ ! |
D | file-mmu.c | 45 .fsync = noop_fsync,
|
D | file-nommu.c | 49 .fsync = noop_fsync,
|
/linux-4.19.296/fs/minix/ ! |
D | file.c | 21 .fsync = generic_file_fsync,
|
/linux-4.19.296/fs/sysv/ ! |
D | file.c | 28 .fsync = generic_file_fsync,
|
/linux-4.19.296/fs/exofs/ ! |
D | file.c | 75 .fsync = exofs_file_fsync,
|
/linux-4.19.296/fs/ext4/ ! |
D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
/linux-4.19.296/fs/qnx4/ ! |
D | dir.c | 111 .fsync = generic_file_fsync,
|
/linux-4.19.296/fs/cifs/ ! |
D | cifsfs.c | 1131 .fsync = cifs_fsync, 1150 .fsync = cifs_strict_fsync, 1170 .fsync = cifs_fsync, 1188 .fsync = cifs_fsync, 1206 .fsync = cifs_strict_fsync, 1225 .fsync = cifs_fsync, 1246 .fsync = cifs_dir_fsync,
|
/linux-4.19.296/fs/ecryptfs/ ! |
D | file.c | 418 .fsync = ecryptfs_fsync, 434 .fsync = ecryptfs_fsync,
|
/linux-4.19.296/fs/nilfs2/ ! |
D | file.c | 142 .fsync = nilfs_sync_file,
|
/linux-4.19.296/fs/affs/ ! |
D | dir.c | 26 .fsync = affs_file_fsync,
|
/linux-4.19.296/fs/jfs/ ! |
D | file.c | 159 .fsync = jfs_fsync,
|
/linux-4.19.296/fs/ext2/ ! |
D | file.c | 194 .fsync = ext2_fsync,
|
/linux-4.19.296/fs/orangefs/ ! |
D | upcall.h | 252 struct orangefs_fsync_request_s fsync; member
|
D | file.c | 629 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync() 717 .fsync = orangefs_fsync,
|
/linux-4.19.296/fs/reiserfs/ ! |
D | file.c | 253 .fsync = reiserfs_sync_file,
|
/linux-4.19.296/fs/udf/ ! |
D | dir.c | 236 .fsync = generic_file_fsync,
|