Searched refs:fsync (Results 1 – 25 of 106) sorted by relevance
12345
/linux-2.6.39/fs/ext2/ |
D | file.c | 76 .fsync = ext2_fsync, 93 .fsync = ext2_fsync,
|
/linux-2.6.39/fs/ |
D | sync.c | 171 if (!file->f_op || !file->f_op->fsync) { in vfs_fsync_range() 183 err = file->f_op->fsync(file, datasync); in vfs_fsync_range() 220 SYSCALL_DEFINE1(fsync, unsigned int, fd) in SYSCALL_DEFINE1() argument
|
/linux-2.6.39/fs/ufs/ |
D | file.c | 44 .fsync = generic_file_fsync,
|
/linux-2.6.39/fs/adfs/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/linux-2.6.39/fs/ramfs/ |
D | file-mmu.c | 46 .fsync = noop_fsync,
|
D | file-nommu.c | 45 .fsync = noop_fsync,
|
/linux-2.6.39/fs/ext3/ |
D | Makefile | 7 ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
|
D | file.c | 68 .fsync = ext3_sync_file,
|
/linux-2.6.39/fs/exofs/ |
D | file.c | 69 .fsync = exofs_file_fsync,
|
/linux-2.6.39/fs/sysv/ |
D | file.c | 29 .fsync = generic_file_fsync,
|
/linux-2.6.39/fs/ext4/ |
D | Makefile | 7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \
|
/linux-2.6.39/fs/minix/ |
D | file.c | 22 .fsync = generic_file_fsync,
|
/linux-2.6.39/fs/cifs/ |
D | cifsfs.c | 732 .fsync = cifs_fsync, 751 .fsync = cifs_strict_fsync, 770 .fsync = cifs_fsync, 788 .fsync = cifs_fsync, 806 .fsync = cifs_strict_fsync, 824 .fsync = cifs_fsync,
|
/linux-2.6.39/fs/9p/ |
D | vfs_file.c | 713 .fsync = v9fs_file_fsync, 727 .fsync = v9fs_file_fsync_dotl, 738 .fsync = v9fs_file_fsync, 750 .fsync = v9fs_file_fsync_dotl,
|
/linux-2.6.39/fs/qnx4/ |
D | dir.c | 79 .fsync = generic_file_fsync,
|
/linux-2.6.39/arch/um/os-Linux/ |
D | user_syms.c | 103 EXPORT_SYMBOL_PROTO(fsync);
|
/linux-2.6.39/fs/nilfs2/ |
D | file.c | 149 .fsync = nilfs_sync_file,
|
/linux-2.6.39/fs/ecryptfs/ |
D | file.c | 334 .fsync = ecryptfs_fsync, 355 .fsync = ecryptfs_fsync,
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | bfin_sport.h | 36 unsigned int fsync:1; /* Frame sync required */ member
|
/linux-2.6.39/fs/jfs/ |
D | file.c | 148 .fsync = jfs_fsync,
|
/linux-2.6.39/fs/affs/ |
D | dir.c | 24 .fsync = affs_file_fsync,
|
/linux-2.6.39/fs/gfs2/ |
D | file.c | 1069 .fsync = gfs2_fsync, 1083 .fsync = gfs2_fsync, 1101 .fsync = gfs2_fsync, 1113 .fsync = gfs2_fsync,
|
/linux-2.6.39/ipc/ |
D | shm.c | 284 if (!sfd->file->f_op->fsync) in shm_fsync() 286 return sfd->file->f_op->fsync(sfd->file, datasync); in shm_fsync() 300 .fsync = shm_fsync, 310 .fsync = shm_fsync,
|
/linux-2.6.39/fs/hpfs/ |
D | file.c | 158 .fsync = hpfs_file_fsync,
|
/linux-2.6.39/fs/udf/ |
D | dir.c | 209 .fsync = generic_file_fsync,
|
12345