Searched refs:fsync (Results 1 – 25 of 82) sorted by relevance
1234
| /fs/ |
| A D | sync.c | 183 if (!file->f_op->fsync) in vfs_fsync_range() 187 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 215 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
| A D | aio.c | 201 struct fsync_iocb fsync; member 1642 struct aio_kiocb *iocb = container_of(work, struct aio_kiocb, fsync.work); in aio_fsync_work() 1643 const struct cred *old_cred = override_creds(iocb->fsync.creds); in aio_fsync_work() 1645 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work() 1647 put_cred(iocb->fsync.creds); in aio_fsync_work() 1658 if (unlikely(!req->file->f_op->fsync)) in aio_fsync() 2012 return aio_fsync(&req->fsync, iocb, false); in __io_submit_one() 2014 return aio_fsync(&req->fsync, iocb, true); in __io_submit_one()
|
| /fs/gfs2/ |
| A D | glops.c | 60 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush() argument 76 if (fsync) in __gfs2_ail_flush() 83 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 145 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 157 __gfs2_ail_flush(gl, fsync, revokes); in gfs2_ail_flush()
|
| A D | glops.h | 26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
| A D | file.c | 1584 .fsync = gfs2_fsync, 1600 .fsync = gfs2_fsync, 1619 .fsync = gfs2_fsync, 1632 .fsync = gfs2_fsync,
|
| /fs/ufs/ |
| A D | file.c | 43 .fsync = generic_file_fsync,
|
| /fs/adfs/ |
| A D | file.c | 29 .fsync = generic_file_fsync,
|
| /fs/ramfs/ |
| A D | file-mmu.c | 45 .fsync = noop_fsync,
|
| A D | file-nommu.c | 45 .fsync = noop_fsync,
|
| /fs/minix/ |
| A D | file.c | 21 .fsync = generic_file_fsync,
|
| /fs/ext4/ |
| A D | Makefile | 9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
|
| /fs/qnx4/ |
| A D | dir.c | 73 .fsync = generic_file_fsync,
|
| /fs/ecryptfs/ |
| A D | file.c | 424 .fsync = ecryptfs_fsync, 440 .fsync = ecryptfs_fsync,
|
| /fs/smb/client/ |
| A D | cifsfs.c | 1526 .fsync = cifs_fsync, 1546 .fsync = cifs_strict_fsync, 1566 .fsync = cifs_fsync, 1584 .fsync = cifs_fsync, 1602 .fsync = cifs_strict_fsync, 1620 .fsync = cifs_fsync, 1641 .fsync = cifs_dir_fsync,
|
| /fs/orangefs/ |
| A D | file.c | 476 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync() 585 .fsync = orangefs_fsync,
|
| A D | upcall.h | 252 struct orangefs_fsync_request_s fsync; member
|
| /fs/udf/ |
| A D | dir.c | 159 .fsync = generic_file_fsync,
|
| A D | file.c | 207 .fsync = generic_file_fsync,
|
| /fs/nilfs2/ |
| A D | file.c | 150 .fsync = nilfs_sync_file,
|
| /fs/9p/ |
| A D | vfs_file.c | 523 .fsync = v9fs_file_fsync, 538 .fsync = v9fs_file_fsync_dotl,
|
| A D | vfs_dir.c | 253 .fsync = v9fs_file_fsync_dotl,
|
| /fs/jfs/ |
| A D | file.c | 152 .fsync = jfs_fsync,
|
| /fs/affs/ |
| A D | dir.c | 56 .fsync = affs_file_fsync,
|
| /fs/qnx6/ |
| A D | dir.c | 277 .fsync = generic_file_fsync,
|
| /fs/ext2/ |
| A D | file.c | 324 .fsync = ext2_fsync,
|
Completed in 50 milliseconds
1234