/linux-4.4.14/arch/mips/sibyte/common/ |
D | cfe_console.c | 15 int i, last, written; in cfe_console_write() local 23 written = cfe_write(cfe_cons_handle, &str[last], i-last); in cfe_console_write() 24 if (written < 0) in cfe_console_write() 26 last += written; in cfe_console_write() 34 written = cfe_write(cfe_cons_handle, &str[last], count-last); in cfe_console_write() 35 if (written < 0) in cfe_console_write() 37 last += written; in cfe_console_write()
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-ryos | 4 Description: When written, this file lets one select which data from which 16 When written, the device activates the set profile immediately. 24 Description: When written, this file lets one set the default of all keys for 25 a specific profile. Profile index is included in written data. 27 Before reading this file, control has to be written to select 34 Description: When written, this file lets one set the function of the 36 in written data. The data has to be 95 bytes long. 37 Before reading this file, control has to be written to select 44 Description: When written, this file lets one set the function of the macro 46 written data. The data has to be 35 bytes long. [all …]
|
D | sysfs-driver-hid-roccat-isku | 8 When written, this file sets the number of the startup profile 23 Description: When written, this file lets one deactivate certain keys like 26 written data. The data has to be 6 bytes long. 27 Before reading this file, control has to be written to select 34 Description: When written, this file lets one set the function of the 36 in written data. The data has to be 6 bytes long. 37 Before reading this file, control has to be written to select 44 Description: When written, this file lets one set the function of the 46 in written data. The data has to be 65 bytes long. 47 Before reading this file, control has to be written to select [all …]
|
D | sysfs-driver-hid-roccat-savu | 7 When written, this file lets one write the respective profile 12 Before reading this file, control has to be written to select 19 Description: When written, this file lets one select which data from which 31 When written, this file lets one write the respective profile 43 When written, the device can be reset. 50 Description: When written, this file lets one store macros with max 500 52 Button and profile numbers are included in written data. 54 Before reading this file, control has to be written to select 65 When written, the mouse activates the set profile immediately.
|
D | sysfs-driver-hid-roccat-konepure | 8 When written, the mouse activates the set profile immediately. 16 Description: When written, this file lets one select which data from which 25 When written, the device can be reset. 34 When written, this file lets one set the sequence for a specific 36 included in written data. The data has to be 2082 bytes long. 46 When written, this file lets one write the respective profile 51 Before reading this file, control has to be written to select 62 When written, this file lets one write the respective profile 67 Before reading this file, control has to be written to select 91 Description: When written a calibration process for the tracking control unit
|
D | sysfs-driver-hid-roccat-arvo | 7 When written this attribute activates the selected profile 16 When written, this file lets one set the sequence for a specific 18 included in written data. The data has to be 24 bytes long. 40 When written, the given buttons are activated/deactivated 52 When written, the key is activated/deactivated immediately.
|
D | sysfs-driver-hid-roccat-koneplus | 8 When written, this file sets the number of the startup profile 19 When written, this file sets the number of the startup profile 40 When written, the device can be reset. 49 When written, this file lets one set the sequence for a specific 51 included in written data. The data has to be 2082 bytes long. 61 When written, this file lets one write the respective profile 66 Before reading this file, control has to be written to select 89 When written, this file lets one write the respective profile 94 Before reading this file, control has to be written to select 131 Description: When written a calibration process for the tracking control unit
|
D | sysfs-driver-hid-roccat-kovaplus | 17 When written, the mouse activates this profile immediately. 58 When written, the device can be reset. 68 When written, this file lets one write the respective profile 73 Before reading this file, control has to be written to select 96 When written, this file lets one write the respective profile 101 Before reading this file, control has to be written to select
|
D | sysfs-driver-hid-roccat-pyra | 44 When written, the device can be reset. 54 When written, this file lets one write the respective profile 59 Before reading this file, control has to be written to select 82 When written, this file lets one write the respective profile 87 Before reading this file, control has to be written to select 110 When written, this file lets write settings back to the mouse.
|
D | sysfs-driver-hid-roccat-lua | 4 Description: When written, cpi, button and light settings can be configured.
|
/linux-4.4.14/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 123 int written = 0; in bcm47xxsflash_write_st() local 142 written++; in bcm47xxsflash_write_st() 152 written++; in bcm47xxsflash_write_st() 161 return written; in bcm47xxsflash_write_st() 171 int written = 0; in bcm47xxsflash_write_at() local 197 written++; in bcm47xxsflash_write_at() 204 return written; in bcm47xxsflash_write_at() 211 int written; in bcm47xxsflash_write() local 219 written = bcm47xxsflash_write_st(mtd, to, len, buf); in bcm47xxsflash_write() 222 written = bcm47xxsflash_write_at(mtd, to, len, buf); in bcm47xxsflash_write() [all …]
|
/linux-4.4.14/arch/alpha/lib/ |
D | srm_puts.c | 11 long remaining, written; in srm_puts() local 16 for (remaining = len; remaining > 0; remaining -= written) in srm_puts() 18 written = callback_puts(0, str, remaining); in srm_puts() 19 written &= 0xffffffff; in srm_puts() 20 str += written; in srm_puts()
|
D | strncpy.S | 37 or $4, $27, $4 # written byte and the last byte in COUNT
|
/linux-4.4.14/tools/perf/ |
D | perf-read-vdso.c | 15 size_t size, written; in main() local 23 written = fwrite(start, 1, size, stdout); in main() 24 if (!written) in main() 26 start += written; in main() 27 size -= written; in main()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | mntfunc.c | 246 int written = 0; in maint_read_write() local 268 pbuf[written++] = (byte) size; in maint_read_write() 269 pbuf[written++] = (byte) (size >> 8); in maint_read_write() 270 pbuf[written++] = 0; in maint_read_write() 271 pbuf[written++] = 0; in maint_read_write() 275 memcpy(&pbuf[written], pmsg, size); in maint_read_write() 277 written += size; in maint_read_write() 280 pbuf[written++] = 0; in maint_read_write() 281 pbuf[written++] = 0; in maint_read_write() 282 pbuf[written++] = 0; in maint_read_write() [all …]
|
D | istream.c | 78 int written = 0, to_write = -1; in diva_istream_write() local 106 written += to_write; in diva_istream_write() 134 return (written); in diva_istream_write()
|
/linux-4.4.14/drivers/char/ |
D | mem.c | 162 ssize_t written, sz; in write_mem() local 172 written = 0; in write_mem() 182 written += sz; in write_mem() 199 if (written) in write_mem() 207 written += sz - copied; in write_mem() 208 if (written) in write_mem() 216 written += sz; in write_mem() 219 *ppos += written; in write_mem() 220 return written; in write_mem() 458 ssize_t written, sz; in do_write_kmem() local [all …]
|
D | lp.c | 301 ssize_t written; in lp_write() local 339 written = parport_write (port, kbuf, copy_size); in lp_write() 340 if (written > 0) { in lp_write() 341 copy_size -= written; in lp_write() 342 count -= written; in lp_write() 343 buf += written; in lp_write() 344 retv += written; in lp_write() 774 ssize_t written; in lp_console_write() local 793 written = parport_write (port, s, canwrite); in lp_console_write() 795 if (written <= 0) in lp_console_write() [all …]
|
D | nwflash.c | 147 int written; in flash_write() local 179 written = 0; in flash_write() 220 count - written); in flash_write() 225 rc = write_block(p, buf, count - written); in flash_write() 250 written += rc; in flash_write() 254 printk(KERN_DEBUG "flash_write: written 0x%X bytes OK.\n", written); in flash_write() 259 return written; in flash_write()
|
/linux-4.4.14/kernel/events/ |
D | internal.h | 123 unsigned long size, written; \ 127 written = memcpy_func(handle->addr, buf, size); \ 128 written = size - written; \ 130 len -= written; \ 131 handle->addr += written; \ 132 buf += written; \ 133 handle->size -= written; \ 142 } while (len && written == size); \
|
/linux-4.4.14/drivers/mtd/tests/ |
D | subpagetest.c | 58 size_t written; in write_eraseblock() local 63 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock() 64 if (unlikely(err || written != subpgsize)) { in write_eraseblock() 67 if (written != subpgsize) { in write_eraseblock() 69 pr_err(" written: %#zx\n", written); in write_eraseblock() 77 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock() 78 if (unlikely(err || written != subpgsize)) { in write_eraseblock() 81 if (written != subpgsize) { in write_eraseblock() 83 pr_err(" written: %#zx\n", written); in write_eraseblock() 93 size_t written; in write_eraseblock2() local [all …]
|
D | torturetest.c | 85 static void report_corrupt(unsigned char *read, unsigned char *written); 158 size_t written; in write_pattern() local 166 err = mtd_write(mtd, addr, len, &written, buf); in write_pattern() 169 " bytes\n", err, ebnum, written); in write_pattern() 172 if (written != len) { in write_pattern() 174 " reported\n", written, len); in write_pattern() 378 static void print_bufs(unsigned char *read, unsigned char *written, int start, 385 static void report_corrupt(unsigned char *read, unsigned char *written) in report_corrupt() argument 397 if (countdiffs(written, read, i, pgsize, &bytes, in report_corrupt() 409 first = countdiffs(written, read, i, pgsize, &bytes, in report_corrupt() [all …]
|
D | mtd_test.c | 103 size_t written; in mtdtest_write() local 106 err = mtd_write(mtd, addr, size, &written, buf); in mtdtest_write() 107 if (!err && written != size) in mtdtest_write()
|
/linux-4.4.14/drivers/s390/char/ |
D | monwriter.c | 219 size_t len, written; in monwrite_write() local 224 for (written = 0; written < count; ) { in monwrite_write() 226 len = min(count - written, monpriv->hdr_to_read); in monwrite_write() 229 if (copy_from_user(to, data + written, len)) { in monwrite_write() 234 written += len; in monwrite_write() 245 len = min(count - written, monpriv->data_to_read); in monwrite_write() 248 if (copy_from_user(to, data + written, len)) { in monwrite_write() 253 written += len; in monwrite_write() 263 return written; in monwrite_write()
|
D | sclp_con.c | 166 int written; in sclp_console_write() local 195 written = sclp_write(sclp_conbuf, (const unsigned char *) in sclp_console_write() 197 if (written == count) in sclp_console_write() 207 message += written; in sclp_console_write() 208 count -= written; in sclp_console_write()
|
D | sclp_tty.c | 176 int written; in sclp_tty_write_string() local 201 written = sclp_write(sclp_ttybuf, str, count); in sclp_tty_write_string() 202 overall_written += written; in sclp_tty_write_string() 203 if (written == count) in sclp_tty_write_string() 215 str += written; in sclp_tty_write_string() 216 count -= written; in sclp_tty_write_string()
|
D | tape_char.c | 191 size_t written; in tapechar_write() local 222 written = 0; in tapechar_write() 235 written += block_size - request->rescnt; in tapechar_write() 248 if (written > 0) in tapechar_write() 263 return rc ? rc : written; in tapechar_write()
|
D | con3215.c | 85 int written; /* number of bytes in write requests */ member 177 if (raw->count <= raw->written) in raw3215_mk_write_req() 188 raw->written -= req->len; in raw3215_mk_write_req() 192 req->start = (raw->head - raw->count + raw->written) & in raw3215_mk_write_req() 210 raw->written += len; in raw3215_mk_write_req() 438 raw->written -= req->len; in raw3215_irq() 455 raw->written -= req->len; in raw3215_irq() 474 BUG_ON(raw->written != 0); in raw3215_drop_line() 1040 int i, written; in tty3215_write() local 1045 written = count; in tty3215_write() [all …]
|
D | sclp_vt220.c | 409 int written; in __sclp_vt220_write() local 437 written = sclp_vt220_add_msg(sclp_vt220_current_request, in __sclp_vt220_write() 439 overall_written += written; in __sclp_vt220_write() 440 if (written == count) in __sclp_vt220_write() 450 buf += written; in __sclp_vt220_write() 451 count -= written; in __sclp_vt220_write()
|
/linux-4.4.14/drivers/ata/ |
D | libata-transport.c | 492 int written; member 501 arg->written += sprintf(arg->buf + arg->written, in ata_show_ering() 504 arg->written += get_ata_err_names(ent->err_mask, in ata_show_ering() 505 arg->buf + arg->written); in ata_show_ering() 517 return arg.written; in show_ata_dev_ering() 528 int written = 0, i = 0; in show_ata_dev_id() local 533 written += snprintf(buf+written, 20, "%04x%c", in show_ata_dev_id() 537 return written; in show_ata_dev_id() 547 int written = 0, i = 0; in show_ata_dev_gscr() local 552 written += snprintf(buf+written, 20, "%08x%c", in show_ata_dev_gscr() [all …]
|
/linux-4.4.14/init/ |
D | initramfs.c | 425 long written; in flush_buffer() local 429 while ((written = write_buffer(buf, len)) < len && !message) { in flush_buffer() 430 char c = buf[written]; in flush_buffer() 432 buf += written; in flush_buffer() 433 len -= written; in flush_buffer() 436 buf += written; in flush_buffer() 437 len -= written; in flush_buffer() 451 long written; in unpack_to_rootfs() local 470 written = write_buffer(buf, len); in unpack_to_rootfs() 471 buf += written; in unpack_to_rootfs() [all …]
|
D | do_mounts_rd.c | 326 long written = sys_write(crd_outfd, window, outcnt); in compr_flush() local 327 if (written != outcnt) { in compr_flush() 331 written, outcnt); in compr_flush()
|
/linux-4.4.14/fs/ubifs/ |
D | tnc_commit.c | 114 int len, gap_remains, gap_pos, written, pad_len; in fill_gap() local 124 written = 0; in fill_gap() 142 written += 1; in fill_gap() 154 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len); in fill_gap() 157 return written; in fill_gap() 233 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; in layout_leb_in_gaps() local 282 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps() 283 if (written < 0) { in layout_leb_in_gaps() 285 return written; /* Error code */ in layout_leb_in_gaps() 287 tot_written += written; in layout_leb_in_gaps() [all …]
|
D | xattr.c | 445 int err, len, written = 0; in ubifs_listxattr() local 483 memcpy(buffer + written, nm.name, nm.len + 1); in ubifs_listxattr() 484 written += nm.len + 1; in ubifs_listxattr() 498 ubifs_assert(written <= size); in ubifs_listxattr() 499 return written; in ubifs_listxattr()
|
D | io.c | 678 int err, written, n, aligned_len = ALIGN(len, 8); in ubifs_wbuf_write_nolock() local 741 written = 0; in ubifs_wbuf_write_nolock() 760 written += wbuf->avail; in ubifs_wbuf_write_nolock() 779 written += wbuf->size; in ubifs_wbuf_write_nolock() 793 err = ubifs_leb_write(c, wbuf->lnum, buf + written, in ubifs_wbuf_write_nolock() 800 written += n; in ubifs_wbuf_write_nolock() 810 memcpy(wbuf->buf, buf + written, len); in ubifs_wbuf_write_nolock()
|
/linux-4.4.14/drivers/nfc/nxp-nci/ |
D | firmware.c | 115 remaining_len = fw_info->frame_size - fw_info->written; in nxp_nci_fw_send_chunk() 127 memcpy(skb_put(skb, chunk_len), fw_info->data + fw_info->written, in nxp_nci_fw_send_chunk() 151 if (fw_info->written == 0) { in nxp_nci_fw_send() 165 fw_info->written += r; in nxp_nci_fw_send() 196 if (fw_info->written == fw_info->frame_size) { in nxp_nci_fw_work() 199 fw_info->written = 0; in nxp_nci_fw_work() 246 fw_info->written = 0; in nxp_nci_fw_download()
|
D | nxp-nci.h | 53 size_t written; member
|
/linux-4.4.14/security/keys/ |
D | big_key.c | 62 ssize_t written; in big_key_preparse() local 87 written = kernel_write(file, prep->data, prep->datalen, 0); in big_key_preparse() 88 if (written != datalen) { in big_key_preparse() 89 ret = written; in big_key_preparse() 90 if (written >= 0) in big_key_preparse()
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 176 ssize_t written; in mei_send_msg() local 185 written = write(me->fd, buffer, len); in mei_send_msg() 186 if (written < 0) { in mei_send_msg() 189 written, strerror(errno)); in mei_send_msg() 206 rc = written; in mei_send_msg() 374 ssize_t written; in amt_host_if_call() local 385 written = mei_send_msg(&acmd->mei_cl, in amt_host_if_call() 387 if (written != command_sz) in amt_host_if_call()
|
/linux-4.4.14/fs/ceph/ |
D | file.c | 634 int written = 0; in ceph_sync_direct_write() local 711 written += n; in ceph_sync_direct_write() 723 if (ret != -EOLDSNAPC && written > 0) { in ceph_sync_direct_write() 725 ret = written; in ceph_sync_direct_write() 751 int written = 0; in ceph_sync_write() local 840 written += len; in ceph_sync_write() 853 if (ret != -EOLDSNAPC && written > 0) { in ceph_sync_write() 854 ret = written; in ceph_sync_write() 1006 ssize_t count, written = 0; in ceph_write_iter() local 1091 written = ceph_sync_direct_write(iocb, &data, pos, in ceph_write_iter() [all …]
|
/linux-4.4.14/lib/ |
D | test_printf.c | 48 int ret, written; in do_test() local 72 written = min(bufsize-1, elen); in do_test() 73 if (test_buffer[written]) { in do_test() 79 if (memcmp(test_buffer, expect, written)) { in do_test() 81 bufsize, fmt, test_buffer, written, expect); in do_test()
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 513 int i, written, restart=1; in eeprom_write() local 527 written = 0; in eeprom_write() 531 while( (written < count) && (p < eeprom.size)) in eeprom_write() 635 i2c_outbyte(buf[written]); in eeprom_write() 643 written++; in eeprom_write() 645 } while( written < count && ( p % eeprom.sequential_write_pagesize )); in eeprom_write() 654 if (written == 0 && p >= eeprom.size){ in eeprom_write() 658 return written; in eeprom_write()
|
/linux-4.4.14/mm/ |
D | filemap.c | 1529 struct iov_iter *iter, ssize_t written) in do_generic_file_read() argument 1638 written += ret; in do_generic_file_read() 1744 return written ? written : error; in do_generic_file_read() 2404 ssize_t written; in generic_file_direct_write() local 2412 written = filemap_write_and_wait_range(mapping, pos, pos + write_len - 1); in generic_file_direct_write() 2413 if (written) in generic_file_direct_write() 2423 written = invalidate_inode_pages2_range(mapping, in generic_file_direct_write() 2429 if (written) { in generic_file_direct_write() 2430 if (written == -EBUSY) in generic_file_direct_write() 2437 written = mapping->a_ops->direct_IO(iocb, &data, pos); in generic_file_direct_write() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mic.txt | 46 written to this entry if the card was previously shutdown 54 When written, this sysfs entry triggers different state change 89 boot the card OS. This entry can be written to change the 102 card can be found. The entry can be written to change the 112 OS boot can be found. The entry can be written to change 121 the card. This sysfs entry can be written with the following 135 OS log buffer can be read. This entry is written by the host 137 log buffer address to be written can be found in the System.map 149 length can be read. This entry is written by host configuration 151 buffer length address to be written can be found in the
|
D | sysfs-kernel-slab | 49 allocated using the fast path. It can be written to clear the 61 of partially used slabs. It can be written to clear the current 73 remote cpu frees. It can be written to clear the current count. 83 be allocated from the page allocator. It can be written to 95 allocation from a partial or new slab. It can be written to 127 allocation from a certain node. It can be written to clear the 148 was deactivated. It can be written to clear the current count. 158 was deactivated. It can be written to clear the current count. 169 remotely. It can be written to clear the current count. 180 list. It can be written to clear the current count. [all …]
|
D | sysfs-devices-online | 9 (or 'n', or 'N') is written to this file, the device bus type's 12 turn, if that number is 0 and '1' (or 'y', or 'Y') is written to
|
D | sysfs-driver-hid | 9 This file cannot be written. 20 This file cannot be written.
|
D | sysfs-block-bcache | 48 skip the cache. Read and written as bytes in human readable 72 For backing devices: when off, dirty data will not be written 83 written to the cache and the cache held no dirty data for that 145 What: /sys/block/<disk>/bcache/written 150 written to the cache, excluding all metadata.
|
D | sysfs-power | 85 created by the suspend-to-disk mechanism. It can be written a 91 smallest image possible. In particular, if "0" is written to 169 number of wakeup events is equal to the written value and, if 181 be written a string representing a non-negative integer that 192 The /sys/power/autosleep file can be written one of the strings 203 written to it to be returned. 213 string without white space is written to /sys/power/wake_lock, 218 If a string written to /sys/power/wake_lock contains white 238 When a string is written to /sys/power/wake_unlock, it will be
|
D | sysfs-memory-page-offline | 7 written into this file. Input is a hex number specifying the 29 address written into this file. Input is a hex number
|
D | sysfs-class-pktcdvd | 33 kb_written (0444) kBytes written. 39 bytes read/written.
|
D | sysfs-driver-hid-multitouch | 8 When written this attribute change on the fly the quirks, then
|
D | procfs-diskstats | 17 10 - sectors written
|
D | sysfs-devices-sun | 6 method in the ACPI namespace. The value is written in Advanced
|
D | sysfs-driver-hid-roccat-kone | 48 When written, this file lets one write the respective profile 61 When written, this file lets write settings back to the mouse. 72 When written, this file sets the number of the startup profile
|
D | sysfs-class-led-flash | 43 Flash strobe state. When written with 1 it triggers flash strobe 44 and when written with 0 it turns the flash off.
|
D | sysfs-bus-iio-frequency-adf4350 | 19 The value written has no effect until out_altvoltageY_frequency
|
D | sysfs-bus-coresight-devices-etb10 | 22 following the trigger event. The number of 32-bit words written
|
D | sysfs-i2c-bmp085 | 25 written. Using this feature will decrease RMS noise and
|
D | sysfs-bus-platform | 8 written to driver_override will have an opportunity to bind
|
D | sysfs-bus-amba | 8 written to driver_override will have an opportunity to bind to
|
D | sysfs-fs-ext4 | 72 of data that have been written to this filesystem since it was 80 kilobytes of data that have been written to this
|
D | sysfs-block | 13 7 - sectors written 27 same as the above-written /sys/block/<disk>/stat 230 single data block can be written to a range of several 234 bytes can be written in a single write same command. If
|
D | configfs-spear-pcie-gadget | 30 bar0_data will be written or read.
|
D | sysfs-devices-system-cpu | 49 system. Information written to the file to add CPU's is 269 - WriteThrough: data is written to both the cache line 271 - WriteBack: data is written only to the cache line and 272 the modified cache line is written to main
|
/linux-4.4.14/drivers/parport/ |
D | ieee1284_ops.c | 411 size_t written; in parport_ieee1284_ecp_write_data() 428 for (written = 0; written < len; written++, buf++) { in parport_ieee1284_ecp_write_data() 485 return written; in parport_ieee1284_ecp_write_data() 646 size_t written; in parport_ieee1284_ecp_write_addr() 664 for (written = 0; written < len; written++, buf++) { in parport_ieee1284_ecp_write_addr() 721 return written; in parport_ieee1284_ecp_write_addr()
|
D | parport_ip32.c | 1153 size_t written; in parport_ip32_epp_write() local 1163 written = len; in parport_ip32_epp_write() 1166 for (written = 0; written < len; written++) { in parport_ip32_epp_write() 1175 return written; in parport_ip32_epp_write() 1443 size_t written; in parport_ip32_fifo_write_block_dma() local 1465 written = len - parport_ip32_dma_get_residue(); in parport_ip32_fifo_write_block_dma() 1469 return written; in parport_ip32_fifo_write_block_dma() 1484 size_t written = 0; in parport_ip32_fifo_write_block() local 1488 written = (p->modes & PARPORT_MODE_DMA) ? in parport_ip32_fifo_write_block() 1491 return written; in parport_ip32_fifo_write_block() [all …]
|
D | parport_pc.c | 334 size_t written = 0; in parport_pc_epp_write_data() local 347 for (; written < length; written++) { in parport_pc_epp_write_data() 356 return written; in parport_pc_epp_write_data() 388 size_t written = 0; in parport_pc_epp_write_addr() local 398 for (; written < length; written++) { in parport_pc_epp_write_addr() 407 return written; in parport_pc_epp_write_addr() 428 size_t written; in parport_pc_ecpepp_write_data() local 433 written = parport_pc_epp_write_data(port, buf, length, flags); in parport_pc_ecpepp_write_data() 436 return written; in parport_pc_ecpepp_write_data() 457 size_t written; in parport_pc_ecpepp_write_addr() local [all …]
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 373 ssize_t written; in sisusbcon_putc() local 387 (long)SISUSB_HADDR(x, y), 2, &written); in sisusbcon_putc() 398 ssize_t written; in sisusbcon_putcs() local 423 (long)SISUSB_HADDR(x, y), count * 2, &written); in sisusbcon_putcs() 434 ssize_t written; in sisusbcon_clear() local 478 (long)SISUSB_HADDR(x, y), length, &written); in sisusbcon_clear() 489 ssize_t written; in sisusbcon_bmove() local 512 (long)SISUSB_HADDR(dx, dy), length, &written); in sisusbcon_bmove() 522 ssize_t written; in sisusbcon_switch() local 562 length, &written); in sisusbcon_switch() [all …]
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README | 4 The majority of the code was written by me, Scott Bambrough It is 5 written in C, with a small number of routines in inline assembler 6 where required. It was written quickly, with a goal of implementing a 50 has written is provided under the GNU GPL. See the file COPYING for copying 57 SoftFloat was written by John R. Hauser. This work was made possible in 61 original version of this code was written as part of a project to build
|
/linux-4.4.14/drivers/usb/misc/ |
D | uss720.c | 503 size_t written = 0; in parport_uss720_epp_write_data() 507 for (; written < length; written++) { in parport_uss720_epp_write_data() 519 return written; in parport_uss720_epp_write_data() 561 size_t written = 0; in parport_uss720_epp_write_addr() local 565 for (; written < length; written++) { in parport_uss720_epp_write_addr() 577 return written; in parport_uss720_epp_write_addr() 618 size_t written = 0; in parport_uss720_ecp_write_addr() local 622 for (; written < len; written++) { in parport_uss720_ecp_write_addr() 628 return written; in parport_uss720_ecp_write_addr()
|
/linux-4.4.14/drivers/tty/vt/ |
D | vc_screen.c | 380 long attr, size, written; in vcs_write() local 410 written = 0; in vcs_write() 432 if (written) in vcs_write() 445 if (written) in vcs_write() 544 written += orig_count; in vcs_write() 550 *ppos += written; in vcs_write() 551 ret = written; in vcs_write() 552 if (written) in vcs_write()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_itable.h | 82 long *written); /* # of bytes written */ 89 long *written); /* # of bytes written */
|
D | xfs_itable.c | 543 long *written) /* # of bytes written */ in xfs_inumbers_fmt() argument 547 *written = count * sizeof(*buffer); in xfs_inumbers_fmt() 610 long written; in xfs_inumbers() local 612 error = formatter(ubuffer, buffer, bufidx, &written); in xfs_inumbers() 615 ubuffer += written; in xfs_inumbers() 639 long written; in xfs_inumbers() local 641 error = formatter(ubuffer, buffer, bufidx, &written); in xfs_inumbers()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_host_smp.c | 121 int written; in sas_host_smp_write_gpio() local 128 written = i->dft->lldd_write_gpio(sas_ha, reg_type, reg_index, in sas_host_smp_write_gpio() 131 if (written < 0) { in sas_host_smp_write_gpio() 133 written = 0; in sas_host_smp_write_gpio() 137 return written; in sas_host_smp_write_gpio()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_proc.c | 215 int written; in ahd_proc_write_seeprom() local 218 written = -EINVAL; in ahd_proc_write_seeprom() 260 written = length; in ahd_proc_write_seeprom() 268 return (written); in ahd_proc_write_seeprom()
|
D | aic7xxx_proc.c | 195 int written; in ahc_proc_write_seeprom() local 198 written = -EINVAL; in ahc_proc_write_seeprom() 275 written = length; in ahc_proc_write_seeprom() 282 return (written); in ahc_proc_write_seeprom()
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | test_execve.c | 35 ssize_t written; in vmaybe_write_file() local 52 written = write(fd, buf, buf_len); in vmaybe_write_file() 53 if (written != buf_len) { in vmaybe_write_file() 54 if (written >= 0) { in vmaybe_write_file()
|
/linux-4.4.14/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 60 ssize_t written; in vmaybe_write_file() local 79 written = write(fd, buf, buf_len); in vmaybe_write_file() 80 if (written != buf_len) { in vmaybe_write_file() 81 if (written >= 0) { in vmaybe_write_file()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 222 int written; in hvc_iucv_write() local 241 written = 0; in hvc_iucv_write() 258 written = -EIO; in hvc_iucv_write() 269 written = min_t(int, rb->mbuf->datalen - rb->offset, count); in hvc_iucv_write() 270 memcpy(buf, rb->mbuf->data + rb->offset, written); in hvc_iucv_write() 271 if (written < (rb->mbuf->datalen - rb->offset)) { in hvc_iucv_write() 272 rb->offset += written; in hvc_iucv_write() 298 return written; in hvc_iucv_write() 318 int written; in hvc_iucv_get_chars() local 329 written = hvc_iucv_write(priv, buf, count, &has_more_data); in hvc_iucv_get_chars() [all …]
|
D | hvc_console.c | 501 int rsize, written = 0; in hvc_write() local 524 written += rsize; in hvc_write() 535 return written; in hvc_write()
|
/linux-4.4.14/Documentation/aoe/ |
D | todo.txt | 2 data that needs to be written out to aoe storage. If the data is 3 being written from a dirty page in order to free that page, and if
|
/linux-4.4.14/drivers/char/xilinx_hwicap/ |
D | xilinx_hwicap.c | 441 ssize_t written = 0; in hwicap_write() local 479 buf + written, in hwicap_write() 486 if (copy_from_user(kbuf, buf + written, len)) { in hwicap_write() 506 written += len; in hwicap_write() 511 buf + written, left)) { in hwicap_write() 513 written += left; in hwicap_write() 519 status = written; in hwicap_write()
|
/linux-4.4.14/Documentation/ |
D | md.txt | 122 appropriate superblock written to them, and then be passed in with 160 assembled), the value will reflect whatever has been written 188 levels. It can be written while assembling an array. 241 This file can be written but not read. The value written should 273 When written, doesn't tear down array, but just stops it 278 no resync can happen. no superblocks get written. 284 When written to inactive array, starts without resync 288 If written to an active array that has pending writes, then fails. 291 When written to inactive array, starts with resync 294 clean, but writes are blocked waiting for 'active' to be written. [all …]
|
D | highuid.txt | 14 underlying filesystem, because quota records are written at offsets 22 (currently, the old 16-bit UID and GID are still written to disk, and
|
D | iostats.txt | 76 Field 7 -- # of sectors written 77 This is the total number of sectors written successfully. 125 Field 4 -- # of sectors written 126 This is the total number of sectors requested to be written to
|
D | volatile-considered-harmful.txt | 22 almost certainly a bug in the code somewhere. In properly-written kernel 35 primitives act as memory barriers - they are explicitly written to do so - 55 architectures. Those accessors are written to prevent unwanted
|
D | percpu-rw-semaphore.txt | 27 The code was written by Mikulas Patocka <mpatocka@redhat.com>
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 928 static void write_ecryptfs_marker(char *page_virt, size_t *written) in write_ecryptfs_marker() argument 937 (*written) = MAGIC_ECRYPTFS_MARKER_SIZE_BYTES; in write_ecryptfs_marker() 942 size_t *written) in ecryptfs_write_crypt_stat_flags() argument 954 (*written) = 4; in ecryptfs_write_crypt_stat_flags() 1055 size_t *written) in ecryptfs_write_header_metadata() argument 1066 (*written) = 6; in ecryptfs_write_header_metadata() 1108 size_t written; in ecryptfs_write_headers_virt() local 1112 write_ecryptfs_marker((page_virt + offset), &written); in ecryptfs_write_headers_virt() 1113 offset += written; in ecryptfs_write_headers_virt() 1115 &written); in ecryptfs_write_headers_virt() [all …]
|
D | mmap.c | 86 size_t written; in strip_xattr_flag() local 90 &written); in strip_xattr_flag() 145 size_t written; in ecryptfs_copy_up_encrypted_with_header() local 152 &written); in ecryptfs_copy_up_encrypted_with_header()
|
/linux-4.4.14/Documentation/frv/ |
D | clock.txt | 17 The 'cm' file should also be available on all boards. '0' can be written to it 18 to shift the board into High-Speed mode (normal), and '1' can be written to 58 "suspend=0x9" indicates that 0 and 3 can be written validly to
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | nxt200x.c | 426 u8 buf[3], written = 0, chunkpos = 0; in nxt2002_load_firmware() local 447 if (written == 0) { in nxt2002_load_firmware() 456 written++; in nxt2002_load_firmware() 459 if ((written % 4) == 0) in nxt2002_load_firmware() 464 if ((written == 255) || (position+1 == fw->size)) { in nxt2002_load_firmware() 466 nxt200x_writebytes(state, chunkpos+4-(written %4), in nxt2002_load_firmware() 467 &fw->data[position-(written %4) + 1], in nxt2002_load_firmware() 468 written %4); in nxt2002_load_firmware() 482 written = 0; in nxt2002_load_firmware()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_sysfs.c | 284 int written = 0; in modes_show() local 287 written += snprintf(buf + written, PAGE_SIZE - written, "%s\n", in modes_show() 291 return written; in modes_show()
|
/linux-4.4.14/Documentation/virtual/ |
D | paravirt_ops.txt | 29 - a set of macros for hand written assembly code 30 Hand written assembly codes (.S files) also need paravirtualization
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | onenand_base.c | 1745 int written = 0; in onenand_panic_write() local 1766 while (written < len) { in onenand_panic_write() 1767 int thislen = min_t(int, mtd->writesize - column, len - written); in onenand_panic_write() 1794 written += thislen; in onenand_panic_write() 1796 if (written == len) in onenand_panic_write() 1804 *retlen = written; in onenand_panic_write() 1861 int written = 0, column, thislen = 0, subpage = 0; in onenand_write_ops_nolock() local 1900 if (written < len) { in onenand_write_ops_nolock() 1903 thislen = min_t(int, mtd->writesize - column, len - written); in onenand_write_ops_nolock() 1953 written -= prevlen; in onenand_write_ops_nolock() [all …]
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 10 initiate_dump: When '1' is written to it, 35 acknowledge: When 'ack' is written to this, we will
|
D | sysfs-firmware-efi-vars | 46 This file can also be written to in 55 read/written with this file contains a
|
D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
D | sysfs-devices-system-cpu | 7 Reads return the last written value or 0.
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | at25.c | 154 unsigned written = 0; in at25_ee_write() local 258 written += segment; in at25_ee_write() 265 return written ? written : status; in at25_ee_write()
|
/linux-4.4.14/fs/ntfs/ |
D | file.c | 1757 ssize_t status, written = 0; in ntfs_perform_write() local 1916 written += copied; in ntfs_perform_write() 1926 written ? "written" : "status", (unsigned long)written, in ntfs_perform_write() 1928 return written ? written : status; in ntfs_perform_write() 1944 ssize_t written = 0; in ntfs_file_write_iter() local 1952 written = ntfs_perform_write(file, from, iocb->ki_pos); in ntfs_file_write_iter() 1955 if (likely(written > 0)) { in ntfs_file_write_iter() 1956 err = generic_write_sync(file, iocb->ki_pos, written); in ntfs_file_write_iter() 1958 written = 0; in ntfs_file_write_iter() 1960 iocb->ki_pos += written; in ntfs_file_write_iter() [all …]
|
D | Kconfig | 36 be written to the system log. Note that debugging messages are 59 renaming is possible. Note only non-resident files can be written to 61 be written to.
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | Kconfig | 5 This is a vendor-written driver for VIA VT6655.
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | Kconfig | 6 This is a vendor-written driver for VIA VT6656.
|
/linux-4.4.14/fs/affs/ |
D | file.c | 679 int written; in affs_write_end_ofs() local 695 written = 0; in affs_write_end_ofs() 702 written = PTR_ERR(bh); in affs_write_end_ofs() 711 written += tmp; in affs_write_end_ofs() 717 written = PTR_ERR(bh); in affs_write_end_ofs() 749 written += bsize; in affs_write_end_ofs() 784 written += tmp; in affs_write_end_ofs() 800 return written; in affs_write_end_ofs() 804 if (!written) in affs_write_end_ofs() 805 written = PTR_ERR(bh); in affs_write_end_ofs()
|
/linux-4.4.14/drivers/media/rc/ |
D | lirc_dev.c | 664 int ret = 0, written = 0; in lirc_dev_fop_read() local 704 while (written < length && ret == 0) { in lirc_dev_fop_read() 710 if (written) in lirc_dev_fop_read() 738 ret = copy_to_user((void __user *)buffer+written, buf, in lirc_dev_fop_read() 741 written += ir->buf->chunk_size; in lirc_dev_fop_read() 758 return ret ? ret : written; in lirc_dev_fop_read()
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 2 The Amiga Buddha and Catweasel IDE Driver (part of ide.c) was written by 28 address is written to $4a, then the whole Byte is written to 30 as long as $48 is not touched. After $48 has been written, 32 address just written. Make sure $4a is written before $48,
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 175 roundup(cprm->written - total + sz, 4) - cprm->written)) in spufs_arch_write_note()
|
/linux-4.4.14/drivers/tty/serial/ |
D | sunhv.c | 448 unsigned long written; in sunhv_console_write_paged() local 455 &written); in sunhv_console_write_paged() 462 page_bytes -= written; in sunhv_console_write_paged() 463 ra += written; in sunhv_console_write_paged()
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 23 are written only to correct errors detected within the superblocks, 34 only a partial segment has been written, the segment number, the 61 Garbage collection (GC) may fail if all data is written 85 parent blocks are written as well, since the block pointers have 213 Partial segments may be written for data integrity, but where possible 214 complete segments are written for performance on simple block device 222 remain open until all dirty inodes are written. So
|
D | xfs-self-describing-metadata.txt | 51 each other or written to disk after the fact. 97 written to the "correct block" of the wrong filesystem. Hence location 117 freespace btree block written to the wrong AG). 120 written to the filesystem. One of the key information points when doing forensic 129 when the free space btree block that contains the block was last written 130 compared to when the metadata object itself was last written. If the free space 134 To provide this "written timestamp", each metadata block gets the Log Sequence 135 Number (LSN) of the most recent transaction it was modified on written into it. 141 modification occurred between the corruption being written and when it was 335 verification checks are done when each inode is read from or written back to the
|
D | dlmfs.txt | 77 Lock value blocks can be read and written to a resource via read(2) 120 Exclusive modes via the read(2) system call. It can be written via 123 Once written, an LVB will be visible to other nodes who obtain Read
|
D | ext4.txt | 73 exposed in recently written files in case of an unclean shutdown, 142 journal_async_commit Commit block can be written to disk without waiting 161 written into the main file system. Enabling 169 data=writeback Data ordering is not preserved, data may be written 274 unallocated is written for the first time. 401 appear in files which were written shortly before the crash. This mode will 408 out to disk, the associated data blocks are written first. In general, 413 written to the journal first, and then to its final location. 416 needs to be read from and written to disk at the same time where it 466 kilobytes of data that have been written to this [all …]
|
D | xfs-delayed-logging-design.txt | 23 changes in the new transaction that is written to the log. 26 written to disk after change D, we would see in the log the following series 35 <object written to disk> 102 buffers. It is clear that reducing the number of stale objects written to the 126 written to the log at any point in time, there may be a much greater amount 147 1. Reduce the amount of metadata written to the log by at least 248 them so that they can be written to the log at some later point in time. The 253 The log item is already used to track the log items that have been written to 254 the log but not yet written to disk. Such log items are considered "active" 257 completion, after which they are unpinned and can be written to disk. An object [all …]
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 26 which are written by event- and exception-calls. 31 and the next debug entry will be written at the beginning of the active 41 entries are then written again in the very first area. 71 than the actual level are written to the log. This means, when 189 Return Value: Address of written debug entry 204 Return Value: Address of written debug entry 217 Return Value: Address of written debug entry 231 Return Value: Address of written debug entry 247 Return Value: Address of written debug entry 262 Return Value: Address of written debug entry [all …]
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 115 written to 'set_subbuffer_size'. Additionally, the number of MOST frames that 116 should travel to the host within one USB transaction need to be written to 133 written to 'set_subbuffer_size' and hardware will always expect two isochronous 146 back the previously written files. 154 used. To actually bind a channel to the AIM a string needs to be written to the
|
/linux-4.4.14/fs/ |
D | coredump.c | 763 if (cprm->written + nr > cprm->limit) in dump_emit() 772 cprm->written += n; in dump_emit() 784 if (cprm->written + nr > cprm->limit) in dump_skip() 789 cprm->written += nr; in dump_skip() 804 unsigned mod = cprm->written & (align - 1); in dump_align()
|
/linux-4.4.14/fs/exofs/ |
D | BUGS | 2 were written, but the inode attributes failed. Then if the filesystem was
|
/linux-4.4.14/Documentation/device-mapper/ |
D | zero.txt | 15 enough data has been written to fill up the actual storage space, the sparse 35 10GB of actual storage space available. If more than 10GB of data is written
|
D | era.txt | 5 addition it keeps track of which blocks were written within a user 81 - Ascertain which blocks have been written since the snapshot was taken
|
D | log-writes.txt | 6 to verify the integrity of metadata or data as the file system is written to. 7 There is a log_write_entry written for every WRITE request and the target is 61 log_dev_path : Device where the log entries are written to.
|
D | striped.txt | 5 device across one or more underlying devices. Data is written in "chunks",
|
/linux-4.4.14/Documentation/hwmon/ |
D | smsc47m192 | 68 All voltages are read and written in mV. 88 All temperatures and offsets are read and written in 103 written, all others are read-only.
|
D | max31790 | 19 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
|
D | emc2103 | 27 should be written to fan1_target and pwm1_enable should be set to 3.
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Kconfig.cache | 15 make room. Only at that point is it written back. 18 read. Writes always get written directly to memory. If the affected 35 cache. This means that the written data is immediately available for
|
/linux-4.4.14/drivers/usb/image/ |
D | mdc800.c | 156 int written; member 386 mdc800->written = 1; in mdc800_usb_write_notify() 872 wait_event_timeout(mdc800->write_wait, mdc800->written, in mdc800_device_write() 874 mdc800->written = 0; in mdc800_device_write() 1012 mdc800->written = 0; in usb_mdc800_init()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | io.c | 239 size_t written; in ubi_io_write() local 284 err = mtd_write(ubi->mtd, addr, len, &written, buf); in ubi_io_write() 287 err, len, pnum, offset, written); in ubi_io_write() 291 ubi_assert(written == len); in ubi_io_write() 501 size_t written; in nor_erase_prepare() local 526 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare() 535 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
|
/linux-4.4.14/Documentation/arm64/ |
D | memory.txt | 20 The swapper_pg_dir address is written to TTBR1 and never written to
|
/linux-4.4.14/drivers/staging/media/cxd2099/ |
D | Kconfig | 10 - Encrypted data must be written to 'sec0'.
|
D | TODO | 2 - Encrypted data must be written to 'sec0'.
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 23 * If the file name ends with `.bin' it is written verbatim starting 32 * Only cards listed with `busid=' are written to. If no busid is 41 include the header (it is the actual number of bytes to be written).
|
/linux-4.4.14/Documentation/input/ |
D | cd32.txt | 1 I have written a small patch that let's me use my Amiga CD32
|
/linux-4.4.14/Documentation/fb/ |
D | tgafb.txt | 14 This version is an almost complete rewrite of the code written by Geert 15 Uytterhoeven, which was based on the original TGA console code written by
|
/linux-4.4.14/fs/hfsplus/ |
D | xattr.c | 135 int index, written; in hfsplus_create_attributes_file() local 222 written = 0; in hfsplus_create_attributes_file() 223 for (; written < node_size; index++, written += PAGE_CACHE_SIZE) { in hfsplus_create_attributes_file() 233 memcpy(kaddr, buf + written, in hfsplus_create_attributes_file() 234 min_t(size_t, PAGE_CACHE_SIZE, node_size - written)); in hfsplus_create_attributes_file()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 337 int written = 0; in opal_put_chars() local 381 written = total_len; in opal_put_chars() 387 written += len; in opal_put_chars() 400 return written; in opal_put_chars()
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | xics.txt | 19 64 bits of state which can be read and written using the 39 Each source has 64 bits of state that can be read and written using
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 4922 int node, written = 0; in wq_pool_ids_show() local 4926 written += scnprintf(buf + written, PAGE_SIZE - written, in wq_pool_ids_show() 4931 written += scnprintf(buf + written, PAGE_SIZE - written, "\n"); in wq_pool_ids_show() 4934 return written; in wq_pool_ids_show() 4941 int written; in wq_nice_show() local 4944 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show() 4947 return written; in wq_nice_show() 4994 int written; in wq_cpumask_show() local 4997 written = scnprintf(buf, PAGE_SIZE, "%*pb\n", in wq_cpumask_show() 5000 return written; in wq_cpumask_show() [all …]
|
/linux-4.4.14/arch/arm/mm/ |
D | l2c-l2x0-resume.S | 34 @ and can be written whether or not the L2 cache is enabled
|
/linux-4.4.14/fs/ocfs2/ |
D | aops.c | 795 ssize_t written = 0; in ocfs2_direct_IO_write() local 876 written = __blockdev_direct_IO(iocb, inode, inode->i_sb->s_bdev, iter, in ocfs2_direct_IO_write() 880 if ((written < 0) && (written != -EIOCBQUEUED)) { in ocfs2_direct_IO_write() 912 } else if (written > 0 && append_write && !is_overwrite && in ocfs2_direct_IO_write() 946 int update_isize = written > 0 ? 1 : 0; in ocfs2_direct_IO_write() 947 loff_t end = update_isize ? offset + written : 0; in ocfs2_direct_IO_write() 978 ret = written; in ocfs2_direct_IO_write() 1937 int ret, written = 0; in ocfs2_try_to_write_inline_data() local 1989 written = 1; in ocfs2_try_to_write_inline_data() 1991 return written ? written : ret; in ocfs2_try_to_write_inline_data()
|
D | file.c | 2269 ssize_t written = 0; in ocfs2_file_write_iter() local 2378 written = __generic_file_write_iter(iocb, from); in ocfs2_file_write_iter() 2380 BUG_ON(written == -EIOCBQUEUED && !(iocb->ki_flags & IOCB_DIRECT)); in ocfs2_file_write_iter() 2391 if ((written == -EIOCBQUEUED) || (!ocfs2_iocb_is_rw_locked(iocb))) { in ocfs2_file_write_iter() 2396 if (unlikely(written <= 0)) in ocfs2_file_write_iter() 2402 iocb->ki_pos - written, in ocfs2_file_write_iter() 2405 written = ret; in ocfs2_file_write_iter() 2410 written = ret; in ocfs2_file_write_iter() 2415 iocb->ki_pos - written, in ocfs2_file_write_iter() 2432 if (written) in ocfs2_file_write_iter() [all …]
|
/linux-4.4.14/tools/virtio/ |
D | vringh_test.c | 197 u16 head, written; in parallel_test() local 215 written = 0; in parallel_test() 260 written = 0; in parallel_test() 267 written = err; in parallel_test() 272 err = vringh_complete_user(&vrh, head, written); in parallel_test()
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | syscon-reboot.txt | 12 - mask: the reset value written to the reboot register (32 bit access)
|
D | syscon-poweroff.txt | 12 - mask: the poweroff value written to the poweroff register (32 bit access)
|
/linux-4.4.14/drivers/block/zram/ |
D | Kconfig | 9 Pages written to these disks are compressed and stored in memory
|
/linux-4.4.14/net/vmw_vsock/ |
D | vmci_transport_notify.h | 74 int (*send_post_enqueue) (struct sock *sk, ssize_t written,
|
D | vmci_transport_notify_qstate.c | 313 ssize_t written, in vmci_transport_notify_pkt_send_post_enqueue() argument 327 vmci_qpair_produce_buf_ready(vmci_trans(vsk)->qpair) == written; in vmci_transport_notify_pkt_send_post_enqueue()
|
/linux-4.4.14/drivers/md/ |
D | raid5.h | 247 struct bio *toread, *read, *towrite, *written; member 265 int locked, uptodate, to_read, to_write, failed, written; member
|
/linux-4.4.14/include/trace/events/ |
D | jbd2.h | 292 __field( __u32, written ) 301 __entry->written = stats->cs_written; 309 __entry->forced_to_close, __entry->written, __entry->dropped)
|
/linux-4.4.14/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 10 more key values must be written to a lock register in order to unlock the 52 written to the first kick register and the second key must be written to
|
/linux-4.4.14/drivers/ntb/test/ |
D | Kconfig | 14 scratchpad registers to be read and written from the debugfs. This
|
/linux-4.4.14/fs/udf/ |
D | Kconfig | 9 written in packet mode, or if you want to use UDF for removable USB
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 766 ssize_t written; in cifs_file_write_iter() local 769 written = cifs_get_writer(cinode); in cifs_file_write_iter() 770 if (written) in cifs_file_write_iter() 771 return written; in cifs_file_write_iter() 773 written = generic_file_write_iter(iocb, from); in cifs_file_write_iter() 785 return written; in cifs_file_write_iter()
|
/linux-4.4.14/drivers/net/ |
D | LICENSE.SRC | 1 Code in this directory written at the IDA Supercomputing Research Center
|
/linux-4.4.14/drivers/md/bcache/ |
D | debug.c | 47 v->written = 0; in bch_btree_verify() 95 printk(KERN_ERR "b->written %u\n", b->written); in bch_btree_verify()
|
D | btree.c | 159 return ((void *) btree_bset_first(b)) + b->written * block_bytes(b->c); in write_block() 170 if (b->written < btree_blocks(b)) in bch_btree_init_next() 216 b->written < btree_blocks(b) && i->seq == b->keys.set[0].data->seq; in bch_btree_node_read_done() 223 if (b->written + set_blocks(i, block_bytes(b->c)) > in bch_btree_node_read_done() 249 b->written += set_blocks(i, block_bytes(b->c)); in bch_btree_node_read_done() 267 if (b->written < btree_blocks(b)) in bch_btree_node_read_done() 455 BUG_ON(b->written >= btree_blocks(b)); in __bch_btree_node_write() 456 BUG_ON(b->written && !i->keys); in __bch_btree_node_write() 474 b->written += set_blocks(i, block_bytes(b->c)); in __bch_btree_node_write() 525 BUG_ON(!b->written); in bch_btree_leaf_dirty() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | hid-over-i2c.txt | 7 The specification has been written by Microsoft and is currently available here:
|
/linux-4.4.14/include/linux/ |
D | binfmts.h | 67 loff_t written; member
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 34 tail_page - a pointer to the page that will be written to next 213 When data is written into the ring buffer, a position is reserved 226 |written | 237 |written | 239 |written | 249 |written | 261 |written | 273 |written | 275 |written | 277 |written |
|
/linux-4.4.14/drivers/tty/ |
D | ehv_bytechan.c | 464 unsigned int written = 0; in ehv_bc_tty_write() local 481 written += len; in ehv_bc_tty_write() 486 return written; in ehv_bc_tty_write()
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 72 When written, sets the self-state of the cgroup. Two values are 73 allowed - "FROZEN" and "THAWED". If FROZEN is written, the cgroup, 77 If THAWED is written, the self-state of the cgroup is changed to
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-adc-ad7280a | 19 The value written is the on-time in milliseconds. When the
|
/linux-4.4.14/drivers/staging/nvec/ |
D | README | 8 There is no written documentation of the protocol available to the public,
|
/linux-4.4.14/Documentation/usb/ |
D | functionfs.txt | 23 When descriptors and strings are written "ep#" files appear 63 have been written to their ep0's.
|
D | mass-storage.txt | 108 data has actually been written out and prevents I/O requests 160 When written into, it changes the backing file for given logical 169 be read any time, and written to when there is no backing file 175 be read and written.
|
D | ohci.txt | 5 was written primarily by Roman Weissgaerber <weissg@vienna.at> but with
|
/linux-4.4.14/Documentation/block/ |
D | stat.txt | 29 write sectors sectors number of sectors written 49 These values count the number of sectors read from or written to this
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm11351-cpu-method.txt | 14 code release a secondary CPU. The value written to the register is
|
/linux-4.4.14/Documentation/isdn/ |
D | README.hysdn | 2 The hysdn driver has been written by 117 first data is written. Only root has write access to this file. 151 written to the cardlog file independent of the following options only used 158 The written value is regarded as an unsigned 32-Bit value, bit ored for
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | README | 6 (<id> = 0, 1, ...). Pages written to these disks are compressed and stored
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-mm-lantiq.txt | 5 written to outputs 16 bit to the latches.
|
D | sodaville.txt | 8 value which is written into the MUXCNTL register.
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 61 normally be written. Writing as "out" defaults to 63 operation, values "low" and "high" may be written to 72 is configured as an output, this value may be written;
|
/linux-4.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 24 the page by writing to the file. A value written to the file is OR-ed with the 70 - a page that is used for storing filesystem buffers is read or written, 76 When a dirty page is written to swap or disk as a result of memory reclaim or
|
/linux-4.4.14/Documentation/powerpc/ |
D | 00-INDEX | 2 Linux/PPC needs an entry here, needs correction or you've written one
|
/linux-4.4.14/Documentation/power/ |
D | interface.txt | 51 the suspend-to-disk mechanism. It can be written a string 56 smallest image possible. In particular, if "0" is written to this file, the
|
/linux-4.4.14/drivers/w1/slaves/ |
D | Kconfig | 26 bool "Read-back values written to DS2408's output register" 30 Enabling this will cause the driver to read back the values written
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | msi.txt | 14 - The doorbell (the MMIO address written to). 19 - The payload (the value written to the doorbell).
|
D | arm,versatile-fpga-irq.txt | 15 - clear-mask: a u32 number representing the mask written to clear all IRQs
|
/linux-4.4.14/fs/nfs/ |
D | pnfs_nfs.c | 80 written); in pnfs_generic_clear_request_commit() 118 struct list_head *src = &bucket->written; in pnfs_generic_scan_ds_commit_list() 167 if (pnfs_generic_transfer_commit_list(&b->written, dst, in pnfs_generic_recover_commit_reqs() 872 list = &buckets[ds_commit_idx].written; in pnfs_layout_mark_request_commit()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 897 int ret = 0, written = 0, retries = 0; in read() local 923 while (written < n && ret == 0) { in read() 931 if (written) in read() 955 ret = copy_to_user(outbuf + written, buf, in read() 957 written += rbuf->chunk_size; in read() 975 return ret ? ret : written; in read()
|
/linux-4.4.14/sound/isa/wavefront/ |
D | wavefront_synth.c | 875 unsigned int written; in wavefront_send_sample() local 1065 for (written = 0, blocknum = 0; in wavefront_send_sample() 1066 written < length; written += max_blksize, blocknum++) { in wavefront_send_sample() 1068 if ((length - written) > max_blksize) { in wavefront_send_sample() 1072 blocksize = ALIGN(length - written, 8); in wavefront_send_sample()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1416 unsigned int written = 0; in restart_ctrlq() local 1427 written += ndesc; in restart_ctrlq() 1447 if (written > 16) { in restart_ctrlq() 1448 ring_tx_db(q->adap, &q->q, written); in restart_ctrlq() 1449 written = 0; in restart_ctrlq() 1454 ringdb: if (written) in restart_ctrlq() 1455 ring_tx_db(q->adap, &q->q, written); in restart_ctrlq() 1556 unsigned int written = 0; in service_ofldq() local 1601 written += ndesc; in service_ofldq() 1602 if (unlikely(written > 32)) { in service_ofldq() [all …]
|
/linux-4.4.14/drivers/net/can/softing/ |
D | Kconfig | 27 This version of the driver is written against
|
/linux-4.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 30 (0..255) of the DACs can be written to the device. out12_raw can be used to set
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | Kconfig | 9 parts written to utilize the Linux mac80211 stack.
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c500_cs.txt | 2 package, and was written by Tom Corner (tcorner@via.at). A rewrite was
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_ds28e04 | 28 and 31) are allowed to be written.
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 279 int written = 0; in visorchannel_clear() local 293 err = visorchannel_write(channel, offset + written, in visorchannel_clear() 298 written += thisbytes; in visorchannel_clear()
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | vf610-adc.txt | 3 The devicetree bindings are for the new ADC driver written for
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | README | 15 and any accompanying written materials.
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig.platform | 26 Function are written in asm code.
|
/linux-4.4.14/firmware/keyspan/ |
D | usa19.HEX | 92 Keyspan's prior written consent. All Rights Reserved.
|
D | usa19qi.HEX | 92 Keyspan's prior written consent. All Rights Reserved.
|
D | mpr.HEX | 91 Keyspan's prior written consent. All Rights Reserved.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | cs42l52.txt | 15 Allowable values of 0x00 through 0x0F. These are raw values written to the
|
/linux-4.4.14/firmware/emi26/ |
D | loader.HEX | 110 * any third party without Emagic's written consent. All Rights Reserved.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 23 This driver has several nodes which can be read/written by configfs interface. 62 bar0_data :write data to be written at bar0_rw_offset.
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 199 u32 written; in qcaspi_tx_frame() local 216 written = qcaspi_write_legacy(qca, in qcaspi_tx_frame() 220 written = qcaspi_write_burst(qca, in qcaspi_tx_frame() 225 if (written != count) in qcaspi_tx_frame()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 71 anything with bit0 == 0 is written to it. 174 First 4 byte of 64 byte memory location will be written to by 218 anything with bit0 == 0 is written to it. Guest is required to make sure 243 written to by the hypervisor, typically at the time of interrupt
|