/linux-6.12.1/Documentation/driver-api/usb/ |
D | anchors.rst | 55 Therefore no guarantee is made that the URBs have been unlinked when 56 the call returns. They may be unlinked later but will be unlinked in
|
D | error-codes.rst | 92 unlinked, the device is removed, the host controller is disabled, or the total 103 ``-ENOENT`` URB was synchronously unlinked by 168 ``-ECONNRESET`` URB was asynchronously unlinked by
|
/linux-6.12.1/fs/ceph/ |
D | export.c | 217 bool unlinked = false; in __snapfh_to_dentry() local 270 unlinked = true; in __snapfh_to_dentry() 290 return unlinked ? d_obtain_root(inode) : d_obtain_alias(inode); in __snapfh_to_dentry() 372 bool unlinked = false; in ceph_get_parent() local 388 unlinked = true; in ceph_get_parent() 399 if (unlinked) in ceph_get_parent()
|
/linux-6.12.1/drivers/usb/usbip/ |
D | vudc_transfer.c | 342 if (urb->unlinked) in v_timer() 421 if (!urb->unlinked) { in v_timer() 425 urb->unlinked); in v_timer()
|
D | vudc_rx.c | 72 urb_p->urb->unlinked = -ECONNRESET; in v_recv_cmd_unlink()
|
/linux-6.12.1/crypto/ |
D | api.c | 156 bool unlinked; in crypto_larval_kill() local 159 unlinked = list_empty(&larval->alg.cra_list); in crypto_larval_kill() 160 if (!unlinked) in crypto_larval_kill() 164 if (unlinked) in crypto_larval_kill()
|
/linux-6.12.1/Documentation/filesystems/ |
D | dnotify.rst | 22 DN_DELETE A file was unlinked from directory 59 Also, files that are unlinked, will still cause notifications in the
|
/linux-6.12.1/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 1371 ins->pcm_channels[pcm_index].unlinked = 1; in cs46xx_dsp_create_pcm_channel() 1474 pcm_channel->unlinked = 1; in cs46xx_dsp_destroy_pcm_channel() 1505 if (pcm_channel->unlinked) { in cs46xx_dsp_pcm_unlink() 1510 pcm_channel->unlinked = 1; in cs46xx_dsp_pcm_unlink() 1528 if (pcm_channel->unlinked == 0) { in cs46xx_dsp_pcm_link() 1551 pcm_channel->unlinked = 0; in cs46xx_dsp_pcm_link()
|
D | cs46xx_dsp_spos.h | 126 u32 unlinked; member
|
D | cs46xx_lib.c | 966 if (cpcm->pcm_channel->unlinked) in snd_cs46xx_playback_trigger() 990 if (!cpcm->pcm_channel->unlinked) in snd_cs46xx_playback_trigger() 1058 int unlinked = cpcm->pcm_channel->unlinked; in _cs46xx_adjust_sample_rate() local 1070 if (!unlinked) cs46xx_dsp_pcm_link (chip,cpcm->pcm_channel); in _cs46xx_adjust_sample_rate() 1356 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt() 1366 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt()
|
/linux-6.12.1/drivers/usb/host/ |
D | xen-hcd.c | 32 bool unlinked; /* dequeued marker */ member 792 if (unlikely(urbp->unlinked)) { in xenhcd_do_request() 850 if (!urbp->unlinked) { in xenhcd_cancel_all_enqueued_urbs() 908 if (urbp->unlinked) in xenhcd_unlink_urb() 911 urbp->unlinked = true; in xenhcd_unlink_urb() 1346 urb->unlinked = false; in xenhcd_urb_enqueue()
|
D | ehci-q.c | 198 if (unlikely(urb->unlinked)) in qtd_copy_status() 255 if (unlikely(urb->unlinked)) { in ehci_urb_done() 371 !urb->unlinked) { in qh_completions() 428 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions()
|
D | uhci-debug.c | 131 if (urbp->urb->unlinked) in uhci_show_urbp() 132 out += sprintf(out, " Unlinked=%d", urbp->urb->unlinked); in uhci_show_urbp()
|
D | max3421-hcd.c | 671 if (urb->unlinked) { in max3421_select_and_start_urb() 673 __func__, urb, urb->unlinked); in max3421_select_and_start_urb() 778 if (urb->unlinked) { in max3421_check_unlink() 781 __func__, urb, urb->unlinked); in max3421_check_unlink()
|
D | ohci-hcd.c | 1072 if (!urb->unlinked) in ohci_restart() 1073 urb->unlinked = -ESHUTDOWN; in ohci_restart()
|
/linux-6.12.1/fs/bcachefs/ |
D | inode_format.h | 135 x(unlinked, 7) \
|
/linux-6.12.1/net/ipv4/ |
D | tcp_minisocks.c | 896 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); in tcp_check_req() local 898 if (unlinked) in tcp_check_req() 900 *req_stolen = !unlinked; in tcp_check_req()
|
D | inet_connection_sock.c | 1056 bool unlinked = reqsk_queue_unlink(req); in __inet_csk_reqsk_queue_drop() local 1061 if (unlinked) { in __inet_csk_reqsk_queue_drop() 1066 return unlinked; in __inet_csk_reqsk_queue_drop()
|
/linux-6.12.1/fs/jffs2/ |
D | fs.c | 623 int inum, int unlinked) in jffs2_gc_fetch_inode() argument 628 if (unlinked) { in jffs2_gc_fetch_inode() 678 inum, unlinked); in jffs2_gc_fetch_inode()
|
D | os-linux.h | 180 int inum, int unlinked);
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | orphan.rst | 6 In unix there can inodes that are unlinked from directory hierarchy but that
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | securityfs-secrets-coco | 24 after it has been unlinked.
|
/linux-6.12.1/drivers/usb/core/ |
D | hcd.c | 1157 urb->unlinked = 0; in usb_hcd_link_urb_to_ep() 1204 if (urb->unlinked) in usb_hcd_check_unlink_urb() 1206 urb->unlinked = status; in usb_hcd_check_unlink_urb() 1625 int status = urb->unlinked; in __usb_hcd_giveback_urb() 1730 if (likely(!urb->unlinked)) in usb_hcd_giveback_urb() 1731 urb->unlinked = status; in usb_hcd_giveback_urb() 1780 if (urb->unlinked) in usb_hcd_flush_endpoint()
|
/linux-6.12.1/samples/vfio-mdev/ |
D | mbochs.c | 170 bool unlinked; member 921 if (dmabuf->unlinked) in mbochs_release_dmabuf() 1320 dmabuf->unlinked = true; in mbochs_close_device()
|
/linux-6.12.1/Documentation/security/ |
D | landlock.rst | 60 directory, not the unlinked inode. This is the reason why
|