Home
last modified time | relevance | path

Searched refs:issued (Results 1 – 25 of 162) sorted by relevance

1234567

/linux/fs/ceph/
A Dcaps.c655 cap->issued = 0; in ceph_add_cap()
693 issued |= cap->issued; in ceph_add_cap()
745 ceph_cap_string(issued|cap->issued), seq, mds); in ceph_add_cap()
747 cap->issued = issued; in ceph_add_cap()
801 have |= cap->issued; in __ceph_caps_issued()
832 have |= cap->issued; in __ceph_caps_issued_other()
3273 int issued; member
3824 int target, issued; in handle_cap_export() local
3855 issued = cap->issued; in handle_cap_export()
3874 tcap->issued |= issued; in handle_cap_export()
[all …]
A Dinode.c683 if (issued & (CEPH_CAP_FILE_EXCL| in ceph_fill_file_time()
757 int issued, new_issued, info_caps; in ceph_fill_inode() local
845 __ceph_caps_issued(ci, &issued); in ceph_fill_inode()
846 issued |= __ceph_caps_dirty(ci); in ceph_fill_inode()
847 new_issued = ~issued & info_caps; in ceph_fill_inode()
879 ceph_fill_file_time(inode, issued, in ceph_fill_inode()
2001 int issued; in __ceph_setattr() local
2039 if (issued & CEPH_CAP_AUTH_EXCL) { in __ceph_setattr()
2054 if (issued & CEPH_CAP_AUTH_EXCL) { in __ceph_setattr()
2160 if (issued & CEPH_CAP_AUTH_EXCL) in __ceph_setattr()
[all …]
A Dsuper.h162 int issued; /* latest, from the mds */ member
205 int issued, dirty; member
709 int issued; in ceph_caps_issued() local
711 issued = __ceph_caps_issued(ci, NULL); in ceph_caps_issued()
713 return issued; in ceph_caps_issued()
971 extern int ceph_fill_file_size(struct inode *inode, int issued,
973 extern void ceph_fill_file_time(struct inode *inode, int issued,
1147 unsigned issued, unsigned wanted,
A Dxattr.c333 int issued; in ceph_vxattrcb_caps() local
336 issued = __ceph_caps_issued(ci, NULL); in ceph_vxattrcb_caps()
340 ceph_cap_string(issued), issued); in ceph_vxattrcb_caps()
1120 int issued; in __ceph_setxattr() local
1169 issued = __ceph_caps_issued(ci, NULL); in __ceph_setxattr()
1170 if (ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) in __ceph_setxattr()
1184 ceph_cap_string(issued)); in __ceph_setxattr()
/linux/Documentation/driver-api/dmaengine/
A Dpxa_dma.rst14 A transfer which is submitted and issued on a phy doesn't wait for a phy to
20 Any issued transfer with DMA_PREP_INTERRUPT should trigger a callback call.
29 not be issued until the next "start of frame interrupt", hence the need to
44 assigned on the fly when the transfer is issued.
137 Residue granularity will be descriptor based. The issued but not completed
150 - a driver issued tx1+tx2 => channel is running in aligned mode
157 - a driver issued tx4 => tx4 is put in issued queue, not chained
165 This translates into (after tx4 is issued) :
167 - issued queue
/linux/drivers/md/
A Ddm-cache-background-tracker.c25 struct list_head issued; member
46 INIT_LIST_HEAD(&b->issued); in btracker_create()
203 list_add(&w->list, &b->issued); in btracker_queue()
223 list_move(&w->list, &b->issued); in btracker_issue()
/linux/Documentation/ABI/testing/
A Dsysfs-class-scsi_tape18 reads, writes, and other SCSI commands issued to the tape
33 The number of I/O requests issued to the tape drive other
54 Shows the total number of read requests issued to the tape
85 Shows the total number of write requests issued to the tape
A Dsysfs-platform-hidma-mgmt26 reset command is issued. If the value is chosen too short,
63 read transactions that can be issued back to back.
84 write transactions that can be issued back to back.
A Dsysfs-platform-dfl-port61 Description: Read-only. Read this file to get the status of issued command
75 Description: Read-only. Read this file to get the status of issued command
/linux/drivers/dma/ioat/
A Ddma.c174 ioat_chan->issued = ioat_chan->head; in __ioat_issue_pending()
180 ioat_chan->issued, ioat_chan->dmacount); in __ioat_issue_pending()
220 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __ioat_start_null_desc()
252 ioat_chan->issued = ioat_chan->tail; in __ioat_restart_chan()
259 ioat_chan->issued, ioat_chan->dmacount); in __ioat_restart_chan()
474 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
483 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
600 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __cleanup()
A Ddma.h127 u16 issued; member
323 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
/linux/drivers/mmc/core/
A Dqueue.c235 enum mmc_issued issued; in mmc_mq_queue_rq() local
307 issued = mmc_blk_mq_issue_rq(mq, req); in mmc_mq_queue_rq()
309 switch (issued) { in mmc_mq_queue_rq()
321 if (issued != MMC_REQ_STARTED) { in mmc_mq_queue_rq()
/linux/Documentation/admin-guide/
A Diostats.rst137 read I/Os issued per partition should equal those made to the disks ...
161 Field 1 -- # of reads issued
162 This is the total number of reads issued to this partition.
168 Field 3 -- # of writes issued
169 This is the total number of writes issued to this partition.
185 the number of reads/writes issued can be several times higher than the
A Dsyscall-user-dispatch.rst35 architectures, like x86, but at least for Wine, syscalls issued by
39 Since this mechanism is designed to capture syscalls issued by
80 quickly capture system calls issued by a non-native part of the
A Dtainted-kernels.rst62 * Kernel issued warning (#9)
94 9 _/W 512 kernel issued warning
155 9) ``W`` if a warning has previously been issued by the kernel.
/linux/Documentation/networking/
A Dxfrm_sync.rst134 a) XFRM_MSG_GETAE issued by user-->kernel.
144 b) XFRM_MSG_NEWAE is issued by either user space to configure
152 A response is issued back to the sender in user space to indicate success
156 XFRM_MSG_NEWAE is also issued to any listeners as described in iii).
/linux/fs/f2fs/
A Dsegment.c1239 (*issued)++; in __submit_discard_cmd()
1541 issued = -1; in __issue_discard_cmd_orderly()
1543 return issued; in __issue_discard_cmd_orderly()
1555 int i, issued; in __issue_discard_cmd() local
1562 issued = 0; in __issue_discard_cmd()
1615 issued = -1; in __issue_discard_cmd()
1617 return issued; in __issue_discard_cmd()
1788 int issued; in issue_discard_thread() local
1831 if (issued > 0) { in issue_discard_thread()
3095 int issued; in __issue_discard_cmd_range() local
[all …]
/linux/Documentation/hid/
A Dhidraw.rst138 state of a report. The format of the buffer issued with this report is identical
149 the regular device read() interface. The format of the buffer issued with this report
159 updates via the regular device write() interface. The format of the buffer issued
169 of the buffer issued with this report is identical to that of HIDIOCGFEATURE.
/linux/Documentation/driver-api/firmware/
A Dlookup-order.rst19 is issued or the custom firmware loading is relied upon for firmware
/linux/Documentation/block/
A Dstat.rst87 This value counts the number of I/O requests that have been issued to
89 requests that are in the queue but not yet issued to the device driver.
/linux/Documentation/admin-guide/laptops/
A Ddisk-shock-protection.rst46 no further disk head park request has been issued in the meantime,
83 been issued to a device successfully, all I/O operations on the
92 which means that a user-issued head parking request to one device may
/linux/Documentation/powerpc/
A Dvas-api.rst102 several open calls have to be issued.
238 issued. This signal returns with the following siginfo struct::
251 the thread is exited without closing the window and the request is issued
252 using this window. the signal will be issued to the thread group leader
/linux/Documentation/virt/kvm/
A Damd-memory-encryption.rst86 context. In a typical workflow, this command should be the first command issued.
171 issued to make the guest ready for the execution.
356 issued by the hypervisor to delete the encryption context.
426 issued by the hypervisor to make the guest ready for execution.
/linux/Documentation/translations/zh_TW/admin-guide/
A Dtainted-kernels.rst65 * Kernel issued warning (#9)
/linux/Documentation/translations/zh_CN/admin-guide/
A Dtainted-kernels.rst62 * Kernel issued warning (#9)

Completed in 61 milliseconds

1234567