Home
last modified time | relevance | path

Searched refs:foffset (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dcoredump.c55 static int spufs_dump_write(struct file *file, const void *addr, int nr, loff_t *foffset) in spufs_dump_write() argument
60 if (*foffset + nr > limit) in spufs_dump_write()
64 *foffset += written; in spufs_dump_write()
73 loff_t *foffset) in spufs_dump_align() argument
77 size = min((loff_t)PAGE_SIZE, new_off - *foffset); in spufs_dump_align()
81 while (rc == 0 && new_off > *foffset) { in spufs_dump_align()
82 size = min((loff_t)PAGE_SIZE, new_off - *foffset); in spufs_dump_align()
83 rc = spufs_dump_write(file, buf, size, foffset); in spufs_dump_align()
168 struct file *file, int dfd, loff_t *foffset) in spufs_arch_write_note() argument
189 rc = spufs_dump_write(file, &en, sizeof(en), foffset); in spufs_arch_write_note()
[all …]
Dspufs.h255 extern int spufs_coredump_extra_notes_write(struct file *file, loff_t *foffset);
/arch/powerpc/platforms/cell/
Dspu_syscalls.c129 int elf_coredump_extra_notes_write(struct file *file, loff_t *foffset) in elf_coredump_extra_notes_write() argument
138 ret = calls->coredump_extra_notes_write(file, foffset); in elf_coredump_extra_notes_write()
/arch/powerpc/include/asm/
Dspu.h245 int (*coredump_extra_notes_write)(struct file *file, loff_t *foffset);