Home
last modified time | relevance | path

Searched refs:written (Results 51 – 75 of 1092) sorted by relevance

12345678910>>...44

/linux/drivers/net/can/
H A Dcan327.c123 int written; in can327_send() local
141 written = elm->tty->ops->write(elm->tty, elm->txbuf, len); in can327_send()
142 if (written < 0) { in can327_send()
149 elm->txleft = len - written; in can327_send()
150 elm->txhead = elm->txbuf + written; in can327_send()
954 ssize_t written; in can327_ldisc_tx_worker() local
962 written = elm->tty->ops->write(elm->tty, elm->txhead, in can327_ldisc_tx_worker()
964 if (written < 0) { in can327_ldisc_tx_worker()
973 elm->txleft -= written; in can327_ldisc_tx_worker()
974 elm->txhead += written; in can327_ldisc_tx_worker()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-integrity.rst10 crash, either both sector and integrity tag or none of them is written.
77 not used and data sectors and integrity tags are written
81 data and integrity tags are written to the
83 either both data and tag or none of them are written. The
85 data have to be written twice.
86 B - bitmap mode - data and metadata are written without any
125 written. The journal is also written immediately if the FLUSH
156 that were written. From the sector numbers, the attacker can infer
157 the size of files that were written. To protect against this
266 be written)
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab49 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 …]
H A Dsysfs-driver-w1_ds28e175 Description: When written, this file sets the I2C speed on the connected
18 Description: When written, this file sets the multiplier used to calculate
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_autosize.c61 size_t written; in test_core_autosize() local
118 written = fwrite(raw_data, 1, raw_sz, f); in test_core_autosize()
119 if (CHECK(written != raw_sz, "btf_write", "written: %zu, errno: %d\n", written, errno)) in test_core_autosize()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c215 int written; in ahd_proc_write_seeprom() local
218 written = -EINVAL; in ahd_proc_write_seeprom()
261 written = length; in ahd_proc_write_seeprom()
269 return (written); in ahd_proc_write_seeprom()
H A Daic7xxx_proc.c195 int written; in ahc_proc_write_seeprom() local
198 written = -EINVAL; in ahc_proc_write_seeprom()
276 written = length; in ahc_proc_write_seeprom()
283 return (written); in ahc_proc_write_seeprom()
/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c442 ssize_t written = 0; in hwicap_write() local
480 buf + written, in hwicap_write()
487 if (copy_from_user(kbuf, buf + written, len)) { in hwicap_write()
507 written += len; in hwicap_write()
512 buf + written, left)) { in hwicap_write()
514 written += left; in hwicap_write()
520 status = written; in hwicap_write()
/linux/drivers/base/firmware_loader/
H A Dsysfs_upload.c163 u32 written = 0, offset = 0; in fw_upload_main() local
183 fwlp->remaining_size, &written); in fw_upload_main()
184 if (ret != FW_UPLOAD_ERR_NONE || !written) { in fw_upload_main()
193 fwlp->remaining_size -= written; in fw_upload_main()
194 offset += written; in fw_upload_main()
H A Dsysfs.c159 ssize_t written = count; in firmware_loading_store() local
199 written = rc; in firmware_loading_store()
209 written = rc; in firmware_loading_store()
226 return written; in firmware_loading_store()
/linux/fs/ecryptfs/
H A Dcrypto.c847 static void write_ecryptfs_marker(char *page_virt, size_t *written) in write_ecryptfs_marker() argument
856 (*written) = MAGIC_ECRYPTFS_MARKER_SIZE_BYTES; in write_ecryptfs_marker()
861 size_t *written) in ecryptfs_write_crypt_stat_flags() argument
872 (*written) = 4; in ecryptfs_write_crypt_stat_flags()
975 size_t *written) in ecryptfs_write_header_metadata() argument
986 (*written) = 6; in ecryptfs_write_header_metadata()
1028 size_t written; in ecryptfs_write_headers_virt() local
1032 write_ecryptfs_marker((page_virt + offset), &written); in ecryptfs_write_headers_virt()
1033 offset += written; in ecryptfs_write_headers_virt()
1035 &written); in ecryptfs_write_headers_virt()
[all …]
/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c61 ssize_t written; in vmaybe_write_file() local
80 written = write(fd, buf, buf_len); in vmaybe_write_file()
81 if (written != buf_len) { in vmaybe_write_file()
82 if (written >= 0) { in vmaybe_write_file()
/linux/lib/
H A Dtest_printf.c50 int ret, written; in do_test() local
79 written = min(bufsize-1, elen); in do_test()
80 if (test_buffer[written]) { in do_test()
86 if (memchr_inv(test_buffer + written + 1, FILL_CHAR, bufsize - (written + 1))) { in do_test()
97 if (memcmp(test_buffer, expect, written)) { in do_test()
99 bufsize, fmt, test_buffer, written, expect); in do_test()
/linux/drivers/s390/char/
H A Dcon3215.c86 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()
420 raw->written -= req->len; in raw3215_irq()
437 raw->written -= req->len; in raw3215_irq()
463 raw->written -= req->len; in raw3215_drop()
467 raw->head = (raw->head - raw->count + raw->written) & in raw3215_drop()
469 raw->count = raw->written; in raw3215_drop()
H A Dsclp_vt220.c404 int written; in __sclp_vt220_write() local
432 written = sclp_vt220_add_msg(sclp_vt220_current_request, in __sclp_vt220_write()
434 overall_written += written; in __sclp_vt220_write()
435 if (written == count) in __sclp_vt220_write()
445 buf += written; in __sclp_vt220_write()
446 count -= written; in __sclp_vt220_write()
/linux/drivers/parport/
H A Dparport_pc.c341 size_t written = 0; in parport_pc_epp_write_data() local
360 for (; written < length; written++) { in parport_pc_epp_write_data()
369 return written; in parport_pc_epp_write_data()
401 size_t written = 0; in parport_pc_epp_write_addr() local
411 for (; written < length; written++) { in parport_pc_epp_write_addr()
420 return written; in parport_pc_epp_write_addr()
441 size_t written; in parport_pc_ecpepp_write_data() local
446 written = parport_pc_epp_write_data(port, buf, length, flags); in parport_pc_ecpepp_write_data()
449 return written; in parport_pc_ecpepp_write_data()
470 size_t written; in parport_pc_ecpepp_write_addr() local
[all …]
/linux/drivers/soc/fsl/
H A Ddpaa2-console.c198 size_t written = 0; in dpaa2_console_read() local
224 written += bytes_end; in dpaa2_console_read()
233 written += bytes; in dpaa2_console_read()
236 return written; in dpaa2_console_read()
/linux/Documentation/trace/
H A Devents-msr.rst18 - val: Value written
27 - val: Value written
/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-kovaplus17 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
H A Dsysfs-driver-hid-roccat-pyra47 When written, the device can be reset.
57 When written, this file lets one write the respective profile
62 Before reading this file, control has to be written to select
85 When written, this file lets one write the respective profile
90 Before reading this file, control has to be written to select
113 When written, this file lets write settings back to the mouse.
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c1712 int written = 0; in onenand_panic_write() local
1733 while (written < len) { in onenand_panic_write()
1734 int thislen = min_t(int, mtd->writesize - column, len - written); in onenand_panic_write()
1761 written += thislen; in onenand_panic_write()
1763 if (written == len) in onenand_panic_write()
1771 *retlen = written; in onenand_panic_write()
1801 int written = 0, column, thislen = 0, subpage = 0; in onenand_write_ops_nolock() local
1835 if (written < len) { in onenand_write_ops_nolock()
1838 thislen = min_t(int, mtd->writesize - column, len - written); in onenand_write_ops_nolock()
1888 written -= prevlen; in onenand_write_ops_nolock()
[all …]
/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tsn.dts59 /* ETH5 written on chassis */
67 /* ETH2 written on chassis */
75 /* ETH3 written on chassis */
83 /* ETH4 written on chassis */
/linux/drivers/gpu/drm/
H A Ddrm_sysfs.c282 int written = 0; in modes_show() local
286 written += scnprintf(buf + written, PAGE_SIZE - written, "%s\n", in modes_show()
291 return written; in modes_show()
/linux/Documentation/admin-guide/aoe/
H A Dtodo.rst5 data that needs to be written out to aoe storage. If the data is
6 being written from a dirty page in order to free that page, and if
/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c30 ssize_t written; in vmaybe_write_file() local
48 written = write(fd, buf, buf_len); in vmaybe_write_file()
49 if (written != buf_len) { in vmaybe_write_file()
50 if (written >= 0) { in vmaybe_write_file()

12345678910>>...44