Searched refs:write_iter (Results 1 – 25 of 81) sorted by relevance
1234
| /linux/fs/afs/ |
| H A D | rxrpc.c | 362 if (call->write_iter) in afs_make_call() 363 tx_total_len += iov_iter_count(call->write_iter); in afs_make_call() 405 msg.msg_flags = MSG_WAITALL | (call->write_iter ? MSG_MORE : 0); in afs_make_call() 413 if (call->write_iter) { in afs_make_call() 414 msg.msg_iter = *call->write_iter; in afs_make_call() 422 *call->write_iter = msg.msg_iter; in afs_make_call()
|
| H A D | write.c | 145 op->store.write_iter = &subreq->io_iter; in afs_issue_write_worker()
|
| H A D | fsclient.c | 1088 call->write_iter = op->store.write_iter; in afs_fs_store_data64() 1142 call->write_iter = op->store.write_iter; in afs_fs_store_data()
|
| /linux/fs/adfs/ |
| H A D | file.c | 30 .write_iter = generic_file_write_iter,
|
| /linux/fs/ramfs/ |
| H A D | file-mmu.c | 43 .write_iter = generic_file_write_iter,
|
| H A D | file-nommu.c | 44 .write_iter = generic_file_write_iter,
|
| /linux/fs/minix/ |
| H A D | file.c | 19 .write_iter = generic_file_write_iter,
|
| /linux/io_uring/ |
| H A D | mock_file.c | 193 .write_iter = io_mock_write_iter, 202 .write_iter = io_mock_write_iter,
|
| /linux/net/qrtr/ |
| H A D | tun.c | 146 .write_iter = qrtr_tun_write_iter,
|
| /linux/fs/configfs/ |
| H A D | file.c | 427 .write_iter = configfs_write_iter, 435 .write_iter = configfs_bin_write_iter,
|
| /linux/fs/bfs/ |
| H A D | file.c | 29 .write_iter = generic_file_write_iter,
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1597 .write_iter = cifs_file_write_iter, 1617 .write_iter = cifs_strict_writev, 1637 .write_iter = netfs_file_write_iter, 1657 .write_iter = cifs_file_write_iter, 1675 .write_iter = cifs_strict_writev, 1693 .write_iter = netfs_file_write_iter,
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_shmem.c | 436 if (!file->f_op->write_iter) in shmem_pwrite() 443 written = file->f_op->write_iter(&kiocb, &iter); in shmem_pwrite()
|
| /linux/drivers/char/ |
| H A D | mem.c | 665 .write_iter = write_iter_null, 684 .write_iter = write_iter_zero,
|
| /linux/drivers/tty/ |
| H A D | tty_io.c | 461 .write_iter = tty_write, 475 .write_iter = redirected_tty_write, 488 .write_iter = hung_up_tty_write, 606 if (filp->f_op->write_iter == redirected_tty_write) in __tty_hangup() 608 if (filp->f_op->write_iter != tty_write) in __tty_hangup() 2384 if (file->f_op->write_iter == redirected_tty_write) { in tioccons() 2395 if (file->f_op->write_iter != tty_write) in tioccons()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_dev.c | 244 .write_iter = auxdev_write_iter,
|
| /linux/fs/hpfs/ |
| H A D | file.c | 261 .write_iter = generic_file_write_iter,
|
| /linux/fs/vboxsf/ |
| H A D | file.c | 215 .write_iter = generic_file_write_iter,
|
| /linux/fs/omfs/ |
| H A D | file.c | 335 .write_iter = generic_file_write_iter,
|
| /linux/fs/ecryptfs/ |
| H A D | file.c | 430 .write_iter = generic_file_write_iter,
|
| /linux/fs/coda/ |
| H A D | file.c | 325 .write_iter = coda_file_write_iter,
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 417 .write_iter = hypfs_write_iter,
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 438 .write_iter = nfs_file_write,
|
| /linux/scripts/coccinelle/api/ |
| H A D | stream_open.cocci | 119 .write_iter = write_iter_f,
|
| /linux/fs/orangefs/ |
| H A D | file.c | 577 .write_iter = orangefs_file_write_iter,
|
1234