Searched refs:writing (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/include/linux/mtd/
H A Dflashchip.h95 struct flchip *writing; member in struct:flchip_shared
/linux-master/fs/9p/
H A Dvfs_addr.c89 bool writing = (rreq->origin == NETFS_READ_FOR_WRITE || local
102 fid = v9fs_fid_find_inode(rreq->inode, writing, INVALID_UID, true);
/linux-master/arch/arm/include/debug/
H A Dmsm.S35 @ Clear TX_READY by writing to the UARTDM_CR register
/linux-master/drivers/mtd/lpddr/
H A Dlpddr_cmds.c78 shared[i].writing = shared[i].erasing = NULL;
214 * - any write operation must own shared->writing.
216 * - any erase operation must own _both_ shared->writing and
227 contender = shared->writing;
281 shared->writing = chip;
353 if (shared->writing == chip && chip->oldstate == FL_READY) {
355 shared->writing = shared->erasing;
356 if (shared->writing && shared->writing != chip) {
358 struct flchip *loaner = shared->writing;
[all...]
/linux-master/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h526 rpcrdma_data_dir(bool writing) argument
528 return writing ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
539 int nsegs, bool writing, __be32 xid,
H A Dfrwr_ops.c274 * @writing: true when RDMA Write will be used
286 int nsegs, bool writing, __be32 xid,
309 mr->mr_dir = rpcrdma_data_dir(writing);
331 reg_wr->access = writing ?
284 frwr_map(struct rpcrdma_xprt *r_xprt, struct rpcrdma_mr_seg *seg, int nsegs, bool writing, __be32 xid, struct rpcrdma_mr *mr) argument
/linux-master/include/linux/
H A Dpktcdvd.h8 * Packet writing layer for ATAPI and SCSI CD-R, CD-RW, DVD-R, and
69 int writing; /* Non-zero when writing, zero when reading */ member in struct:packet_iosched
101 * Information needed for writing a single packet
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c793 bool kvmppc_hv_handle_set_rc(struct kvm *kvm, bool nested, bool writing, argument
806 if (writing)
814 if (ptep && pte_present(*ptep) && (!writing || pte_write(*ptep))) {
824 bool writing, bool kvm_ro,
856 writing, upgrade_p, NULL);
913 if (writing || upgrade_write) {
952 bool writing = !!(dsisr & DSISR_ISSTORE); local
995 return kvmppc_hv_emulate_mmio(vcpu, gpa, ea, writing);
999 if (writing) {
1012 if (kvmppc_hv_handle_set_rc(kvm, false, writing,
821 kvmppc_book3s_instantiate_page(struct kvm_vcpu *vcpu, unsigned long gpa, struct kvm_memory_slot *memslot, bool writing, bool kvm_ro, pte_t *inserted_pte, unsigned int *levelp) argument
[all...]
H A Dbook3s_hv_nested.c1457 bool writing = !!(dsisr & DSISR_ISSTORE); local
1463 if (writing)
1470 ret = kvmppc_hv_handle_set_rc(kvm, false, writing,
1478 ret = kvmppc_hv_handle_set_rc(kvm, true, writing,
1529 bool writing = !!(dsisr & DSISR_ISSTORE); local
1600 return kvmppc_hv_emulate_mmio(vcpu, gpa, ea, writing);
1603 if (writing) {
1629 if (!pte_present(pte) || (writing && !(pte_val(pte) & _PAGE_WRITE))) {
1632 writing, kvm_ro, &pte, &level);
1650 perm |= ((gpte.rc & _PAGE_DIRTY) && writing)
[all...]
H A Dbook3s_hv_rm_mmu.c198 unsigned int writing; local
216 writing = hpte_is_writable(ptel);
266 pte = kvmppc_read_update_linux_pte(ptep, writing);
268 if (writing && !pte_write(pte))
884 unsigned long gpa, int writing, unsigned long *hpa,
906 pte = kvmppc_read_update_linux_pte(ptep, writing);
883 kvmppc_get_hpa(struct kvm_vcpu *vcpu, unsigned long mmu_seq, unsigned long gpa, int writing, unsigned long *hpa, struct kvm_memory_slot **memslot_p) argument
H A Dbook3s_64_mmu_hv.c522 bool writing, write_ok; local
601 writing = (dsisr & DSISR_ISSTORE) != 0;
602 /* If writing != 0, then the HPTE must allow writing, if we get here */
603 write_ok = writing;
617 writing, &write_ok, NULL);
1608 * Functions for reading and writing the hash table via reads and
H A Dbook3s.c428 kvm_pfn_t kvmppc_gpa_to_pfn(struct kvm_vcpu *vcpu, gpa_t gpa, bool writing, argument
450 return gfn_to_pfn_prot(vcpu->kvm, gfn, writing, writable);
/linux-master/drivers/scsi/
H A Dst.h44 int writing; member in struct:st_buffer
209 /* When writing: ST_EOM_OK == early warning found, write OK
H A Dscsi_ioctl.c308 /* Basic writing commands */
415 int writing = 0; local
432 writing = 1;
441 rq = scsi_alloc_request(sdev->request_queue, writing ?
481 * @open_for_write: is the file / block device opened for writing?
855 * @open_for_write: is the file / block device opened for writing?
/linux-master/drivers/ata/
H A Dpata_hpt3x2n.c264 * - writing
295 static int hpt3x2n_use_dpll(struct ata_port *ap, int writing) argument
300 if (writing)
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h422 static inline pte_t kvmppc_read_update_linux_pte(pte_t *ptep, int writing) argument
443 if (writing && pte_write(old_pte))
H A Dkvm_book3s.h201 bool writing, unsigned long gpa,
206 bool writing, bool kvm_ro,
238 bool writing, bool *writable);
/linux-master/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh100 echo writing cgroup limit: "$cgroup_limit"
103 echo writing reseravation limit: "$reservation_limit"
/linux-master/fs/smb/client/
H A Dsmbdirect.h305 bool writing, bool need_invalidate);
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.h194 bool writing; member in struct:tree_page
196 /* If writing, the tree zone flush generation of the copy being written. */
205 /* The value of recovery_lock when the this page last started writing */
H A Dslab-depot.h135 /* The number of blocks at which all reference blocks should be writing */
171 /* Whether this block is currently writing */
251 /* The number of blocks which are currently writing */
348 bool writing; member in struct:slab_summary_block
426 /* The vio pool for reading and writing block allocator metadata */
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c797 shared[i].writing = shared[i].erasing = NULL;
961 * - any write operation must own shared->writing.
963 * - any erase operation must own _both_ shared->writing and
974 contender = shared->writing;
1028 shared->writing = chip;
1047 if (shared->writing == chip && chip->oldstate == FL_READY) {
1049 shared->writing = shared->erasing;
1050 if (shared->writing && shared->writing != chip) {
1052 struct flchip *loaner = shared->writing;
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832.c178 u8 msb, lsb, reading[4], writing[4], len; local
199 writing[i] = (writing_tmp >> ((len - 1 - i) * 8)) & 0xff;
201 ret = regmap_bulk_write(dev->regmap, reg_start_addr, writing, len);
/linux-master/arch/sparc/lib/
H A DM7memset.S333 st %o1, [%o5] ! 4-byte writing loop
/linux-master/drivers/md/
H A Dmd-bitmap.c453 * md_bitmap_wait_writes() should be called before writing any bitmap
1035 int writing = 0; local
1047 if (!writing) {
1054 writing = 1;
1057 if (writing)

Completed in 954 milliseconds

12