Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 82) sorted by relevance

1234

/fs/
A Dsync.c183 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 Daio.c201 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 Dglops.c60 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 Dglops.h26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
A Dfile.c1584 .fsync = gfs2_fsync,
1600 .fsync = gfs2_fsync,
1619 .fsync = gfs2_fsync,
1632 .fsync = gfs2_fsync,
/fs/ufs/
A Dfile.c43 .fsync = generic_file_fsync,
/fs/adfs/
A Dfile.c29 .fsync = generic_file_fsync,
/fs/ramfs/
A Dfile-mmu.c45 .fsync = noop_fsync,
A Dfile-nommu.c45 .fsync = noop_fsync,
/fs/minix/
A Dfile.c21 .fsync = generic_file_fsync,
/fs/ext4/
A DMakefile9 extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
/fs/qnx4/
A Ddir.c73 .fsync = generic_file_fsync,
/fs/ecryptfs/
A Dfile.c424 .fsync = ecryptfs_fsync,
440 .fsync = ecryptfs_fsync,
/fs/smb/client/
A Dcifsfs.c1526 .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 Dfile.c476 new_op->upcall.req.fsync.refn = orangefs_inode->refn; in orangefs_fsync()
585 .fsync = orangefs_fsync,
A Dupcall.h252 struct orangefs_fsync_request_s fsync; member
/fs/udf/
A Ddir.c159 .fsync = generic_file_fsync,
A Dfile.c207 .fsync = generic_file_fsync,
/fs/nilfs2/
A Dfile.c150 .fsync = nilfs_sync_file,
/fs/9p/
A Dvfs_file.c523 .fsync = v9fs_file_fsync,
538 .fsync = v9fs_file_fsync_dotl,
A Dvfs_dir.c253 .fsync = v9fs_file_fsync_dotl,
/fs/jfs/
A Dfile.c152 .fsync = jfs_fsync,
/fs/affs/
A Ddir.c56 .fsync = affs_file_fsync,
/fs/qnx6/
A Ddir.c277 .fsync = generic_file_fsync,
/fs/ext2/
A Dfile.c324 .fsync = ext2_fsync,

Completed in 50 milliseconds

1234