Searched refs:fsync (Results 1 – 25 of 84) sorted by relevance
1234
/fs/ext2/ |
D | file.c | 76 .fsync = ext2_fsync, 93 .fsync = ext2_fsync,
|
/fs/ |
D | sync.c | 167 if (!file->f_op || !file->f_op->fsync) in vfs_fsync_range() 169 return file->f_op->fsync(file, start, end, datasync); in vfs_fsync_range() 200 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
/fs/gfs2/ |
D | glops.c | 50 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in __gfs2_ail_flush() argument 64 if (fsync) in __gfs2_ail_flush() 77 BUG_ON(!fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 108 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush() argument 120 __gfs2_ail_flush(gl, fsync); in gfs2_ail_flush()
|
D | glops.h | 26 extern void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
D | file.c | 1009 .fsync = gfs2_fsync, 1023 .fsync = gfs2_fsync, 1041 .fsync = gfs2_fsync, 1053 .fsync = gfs2_fsync,
|
/fs/cifs/ |
D | cifsfs.c | 834 .fsync = cifs_fsync, 853 .fsync = cifs_strict_fsync, 873 .fsync = cifs_fsync, 891 .fsync = cifs_fsync, 909 .fsync = cifs_strict_fsync, 928 .fsync = cifs_fsync,
|
/fs/ufs/ |
D | file.c | 44 .fsync = generic_file_fsync,
|
/fs/adfs/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/fs/ramfs/ |
D | file-mmu.c | 46 .fsync = noop_fsync,
|
D | file-nommu.c | 45 .fsync = noop_fsync,
|
/fs/9p/ |
D | vfs_file.c | 751 .fsync = v9fs_file_fsync, 765 .fsync = v9fs_file_fsync_dotl, 776 .fsync = v9fs_file_fsync, 788 .fsync = v9fs_file_fsync_dotl,
|
/fs/ext3/ |
D | Makefile | 7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
|
D | file.c | 64 .fsync = ext3_sync_file,
|
/fs/minix/ |
D | file.c | 22 .fsync = generic_file_fsync,
|
/fs/sysv/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/fs/ext4/ |
D | Makefile | 7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \
|
D | file.c | 244 .fsync = ext4_sync_file,
|
/fs/exofs/ |
D | file.c | 77 .fsync = exofs_file_fsync,
|
/fs/ecryptfs/ |
D | file.c | 351 .fsync = ecryptfs_fsync, 372 .fsync = ecryptfs_fsync,
|
/fs/qnx4/ |
D | dir.c | 79 .fsync = generic_file_fsync,
|
/fs/nilfs2/ |
D | file.c | 156 .fsync = nilfs_sync_file,
|
/fs/jfs/ |
D | file.c | 157 .fsync = jfs_fsync,
|
/fs/affs/ |
D | dir.c | 24 .fsync = affs_file_fsync,
|
/fs/hpfs/ |
D | file.c | 163 .fsync = hpfs_file_fsync,
|
/fs/udf/ |
D | dir.c | 209 .fsync = generic_file_fsync,
|
1234