Home
last modified time | relevance | path

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

/arch/blackfin/include/uapi/asm/
Dbfin_sport.h38 unsigned int fsync:1; /* Frame sync required */ member
/arch/um/os-Linux/
Duser_syms.c103 EXPORT_SYMBOL_PROTO(fsync);
Dfile.c242 if (fsync(fd) < 0) in os_fsync_file()
277 int n = fsync(fd); in os_sync_file()
/arch/powerpc/include/asm/
Dsystbl.h125 SYSCALL_SPU(fsync)
/arch/parisc/kernel/
Dsyscall_table.S197 ENTRY_SAME(fsync)
/arch/x86/syscalls/
Dsyscall_64.tbl83 74 common fsync sys_fsync
Dsyscall_32.tbl127 118 i386 fsync sys_fsync
/arch/s390/kernel/
Dcompat_wrapper.c101 COMPAT_SYSCALL_WRAP1(fsync, unsigned int, fd);
/arch/powerpc/platforms/cell/spufs/
Dinode.c242 .fsync = noop_fsync,
Dfile.c1878 .fsync = spufs_mfc_fsync,