Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 50 of 50) sorted by relevance

/linux-4.1.27/drivers/char/
Dmem.c510 ssize_t wrote = 0; in write_kmem() local
518 wrote = do_write_kmem(p, buf, to_write, ppos); in write_kmem()
519 if (wrote != to_write) in write_kmem()
520 return wrote; in write_kmem()
521 p += wrote; in write_kmem()
522 buf += wrote; in write_kmem()
523 count -= wrote; in write_kmem()
529 return wrote ? wrote : -ENOMEM; in write_kmem()
553 return virtr + wrote ? : err; in write_kmem()
Dppdev.c196 ssize_t wrote; in pp_write() local
229 wrote = pport->ops->epp_write_addr (pport, in pp_write()
232 wrote = pport->ops->epp_write_data (pport, in pp_write()
236 wrote = parport_write (pp->pdev->port, kbuffer, n); in pp_write()
239 if (wrote <= 0) { in pp_write()
241 bytes_written = wrote; in pp_write()
246 bytes_written += wrote; in pp_write()
/linux-4.1.27/fs/
Dfs-writeback.c679 long wrote = 0; /* count both pages and inodes */ in writeback_sb_inodes() local
757 wrote += write_chunk - wbc.nr_to_write; in writeback_sb_inodes()
761 wrote++; in writeback_sb_inodes()
770 if (wrote) { in writeback_sb_inodes()
777 return wrote; in writeback_sb_inodes()
784 long wrote = 0; in __writeback_inodes_wb() local
799 wrote += writeback_sb_inodes(sb, wb, work); in __writeback_inodes_wb()
803 if (wrote) { in __writeback_inodes_wb()
811 return wrote; in __writeback_inodes_wb()
1058 long wrote = 0; in wb_do_writeback() local
[all …]
/linux-4.1.27/drivers/firmware/
Ddmi-sysfs.c363 ssize_t wrote = 0; in dmi_sel_raw_read_io() local
370 wrote++; in dmi_sel_raw_read_io()
373 return wrote; in dmi_sel_raw_read_io()
381 ssize_t wrote = 0; in dmi_sel_raw_read_phys32() local
390 wrote++; in dmi_sel_raw_read_phys32()
394 return wrote; in dmi_sel_raw_read_phys32()
/linux-4.1.27/drivers/tty/hvc/
Dhvsi.c294 int wrote; in hvsi_version_respond() local
306 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_version_respond()
307 if (wrote != packet.hdr.len) { in hvsi_version_respond()
554 int wrote; in hvsi_query() local
564 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_query()
565 if (wrote != packet.hdr.len) { in hvsi_query()
567 wrote); in hvsi_query()
597 int wrote; in hvsi_set_mctrl() local
611 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_set_mctrl()
612 if (wrote != packet.hdr.len) { in hvsi_set_mctrl()
/linux-4.1.27/Documentation/fmc/
D00-INDEX3 wrote for the externally-developed fmc-bus package. The complete
Didentifiers.txt37 This package includes the Python script that Matthieu Cattin wrote to
119 compatibility with drivers we wrote before implementing SDB for flash
/linux-4.1.27/tools/power/cpupower/
DREADME39 Many thanks to Mattia Dongili who wrote the autotoolization and
/linux-4.1.27/include/trace/events/
Dwriteback.h586 __field(unsigned long, wrote)
597 __entry->wrote = nr_to_write - wbc->nr_to_write;
609 __entry->wrote
/linux-4.1.27/tools/perf/Documentation/
Dexamples.txt75 [ perf record: Captured and wrote 0.267 MB perf.data (~11679 samples) ]
129 [ perf record: Captured and wrote 0.963 MB perf.data (~42069 samples) ]
Dperf-timechart.txt102 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
Dperf-script-python.txt99 [ perf record: Captured and wrote 56.545 MB perf.data (~2470503 samples) ]
/linux-4.1.27/fs/reiserfs/
DREADME98 Vladimir throughout the project's development. He wrote a quite
125 Jeremy Fitzhardinge wrote the teahash.c code, and he gives credit to a
138 Alexander Zarochentcev (sometimes known as zam, or sasha), wrote the
/linux-4.1.27/lib/
Ddynamic_debug.c501 static int remaining(int wrote) in remaining() argument
503 if (PREFIX_SIZE - wrote > 0) in remaining()
504 return PREFIX_SIZE - wrote; in remaining()
/linux-4.1.27/Documentation/filesystems/
Decryptfs.txt54 just wrote. To test reading, from start to finish, you need to clear
Dromfs.txt149 understand why Avery wrote poems in the ARCnet docs to get some more
/linux-4.1.27/Documentation/watchdog/
Dpcwd-watchdog.txt62 And that's all she wrote!
/linux-4.1.27/fs/ceph/
Daddr.c604 unsigned wrote; in writepages_finish() local
627 wrote = num_pages; in writepages_finish()
629 wrote = 0; in writepages_finish()
633 inode, rc, bytes, wrote); in writepages_finish()
665 dout("%p wrote+cleaned %d pages\n", inode, wrote); in writepages_finish()
/linux-4.1.27/Documentation/networking/
Dipddp.txt72 <johns393@maroon.tc.umn.edu> originally wrote the ipddp.c driver for IP
DLICENSE.qlge132 entire whole, and thus to each and every part regardless of who wrote it.
DLICENSE.qlcnic132 entire whole, and thus to each and every part regardless of who wrote it.
Dfilter.txt1067 it wrote into it.
/linux-4.1.27/Documentation/vm/
Dactive_mm.txt9 On Fri, 30 Jul 1999, David Mosberger wrote:
/linux-4.1.27/Documentation/x86/
Dentry_64.txt89 which might have triggered right after a normal entry wrote CS to the
/linux-4.1.27/Documentation/ja_JP/
DHOWTO444 "John Kernlehacker wrote ...:" の行をあなたのリプライの先頭行にして、
/linux-4.1.27/Documentation/
Dpreempt-locking.txt90 small, atomic code that you wrote and which calls no complex functions.
DSubmittingDrivers120 Author: It doesn't matter if a large Linux company wrote the driver,
Dbus-virt-phys-mapping.txt183 didn't think straight when I wrote it originally. People who have to
DHOWTO259 It is worth mentioning what Andrew Morton wrote on the linux-kernel
403 keep the "John Kernelhacker wrote ...:" lines at the top of your reply, and
DSubmittingPatches416 patch, which certifies that you wrote it or otherwise have the right to
/linux-4.1.27/Documentation/scsi/
Dscsi-changer.txt162 I wrote this driver using the famous mailing-patches-around-the-world
Dadvansys.txt191 Bob Frey <bfrey@turbolinux.com.cn> wrote the AdvanSys SCSI driver
DChangeLog.megaraid_sas418 On Fri, 2007-03-16 at 16:44 -0600, James Bottomley wrote:
451 On Wed, 2007-02-07 at 13:30 -0800, Andrew Morton wrote:
DLICENSE.qla4xxx133 entire whole, and thus to each and every part regardless of who wrote it.
DLICENSE.qla2xxx134 entire whole, and thus to each and every part regardless of who wrote it.
DChangeLog.megaraid271 On Wed, 2005-02-02 at 10:56 -0500, Ju, Seokmann wrote:
/linux-4.1.27/fs/f2fs/
Dnode.c1145 int nwritten = 0, wrote = 0; in sync_node_pages() local
1223 wrote++; in sync_node_pages()
1242 if (wrote) in sync_node_pages()
/linux-4.1.27/
DCOPYING7 kernel) is copyrighted by me and others who actually wrote it.
138 entire whole, and thus to each and every part regardless of who wrote it.
DCREDITS411 D: wrote /proc/self hack, minor samba & dosemu patches
/linux-4.1.27/Documentation/trace/
Dtracepoint-analysis.txt227 [ perf record: Captured and wrote 0.733 MB perf.data (~32010 samples) ]
/linux-4.1.27/Documentation/development-process/
D6.Followthrough36 people remember who wrote kernel code, but there is little lasting fame
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt197 return the quantity it wrote.
213 and return the quantity it wrote.
/linux-4.1.27/Documentation/isdn/
DREADME.gigaset385 If you solved a problem with our drivers, wrote startup scripts for your
/linux-4.1.27/tools/usb/usbip/
DCOPYING122 entire whole, and thus to each and every part regardless of who wrote it.
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense125 each and every part regardless of who wrote it.
/linux-4.1.27/Documentation/power/
Dswsusp.txt389 or if you disconnect before the device finished saving data you wrote.
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying122 entire whole, and thus to each and every part regardless of who wrote it.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4281 o wrote the HOWTO <http://user-mode-
4307 o wrote the mkrootfs script, which allows bootable filesystems of
4338 wrote the iomem emulation support
4367 Chandan Kudige - wrote the umlgdb script which automates the reloading
4371 Steve Schmidtke - wrote the UML slirp transport and hostaudio drivers,
/linux-4.1.27/Documentation/s390/
DDebugging390.txt903 ( As an aside I wrote a perl script once which automatically generated a REXX
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1148 Charles Hallenbeck, another member of the speakup community, wrote the