/linux/fs/ceph/ |
A D | export.c | 212 bool unlinked = false; in __snapfh_to_dentry() local 265 unlinked = true; in __snapfh_to_dentry() 288 return unlinked ? d_obtain_root(inode) : d_obtain_alias(inode); in __snapfh_to_dentry() 368 bool unlinked = false; in ceph_get_parent() local 384 unlinked = true; in ceph_get_parent() 395 if (unlinked) in ceph_get_parent()
|
/linux/Documentation/driver-api/usb/ |
A 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
|
A 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/drivers/usb/host/ |
A D | u132-hcd.c | 641 } else if (!urb->unlinked) { in u132_hcd_interrupt_recv() 740 } else if (!urb->unlinked) { in u132_hcd_bulk_output_sent() 792 } else if (!urb->unlinked) { in u132_hcd_bulk_input_recv() 893 } else if (!urb->unlinked) { in u132_hcd_configure_empty_sent() 931 } else if (!urb->unlinked) { in u132_hcd_configure_input_recv() 1002 } else if (!urb->unlinked) { in u132_hcd_configure_empty_recv() 1040 } else if (!urb->unlinked) { in u132_hcd_configure_setup_sent() 1099 } else if (!urb->unlinked) { in u132_hcd_enumeration_empty_recv() 1138 } else if (!urb->unlinked) { in u132_hcd_enumeration_address_sent() 1181 } else if (!urb->unlinked) { in u132_hcd_initial_empty_sent() [all …]
|
A D | ehci-q.c | 201 if (unlikely(urb->unlinked)) in qtd_copy_status() 258 if (unlikely(urb->unlinked)) { in ehci_urb_done() 374 !urb->unlinked) { in qh_completions() 431 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions()
|
A 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()
|
A D | max3421-hcd.c | 677 if (urb->unlinked) { in max3421_select_and_start_urb() 679 __func__, urb, urb->unlinked); in max3421_select_and_start_urb() 784 if (urb->unlinked) { in max3421_check_unlink() 787 __func__, urb, urb->unlinked); in max3421_check_unlink()
|
A D | ohci-hcd.c | 1065 if (!urb->unlinked) in ohci_restart() 1066 urb->unlinked = -ESHUTDOWN; in ohci_restart()
|
A D | uhci-q.c | 1594 if (urb->unlinked) { in uhci_scan_qh() 1617 if (urb->unlinked) { in uhci_scan_qh()
|
/linux/drivers/usb/usbip/ |
A D | vudc_transfer.c | 342 if (urb->unlinked) in v_timer() 421 if (!urb->unlinked) { in v_timer() 425 urb->unlinked); in v_timer()
|
A D | vudc_rx.c | 72 urb_p->urb->unlinked = -ECONNRESET; in v_recv_cmd_unlink()
|
/linux/Documentation/filesystems/ |
A D | dnotify.rst | 22 DN_DELETE A file was unlinked from directory 59 Also, files that are unlinked, will still cause notifications in the
|
A D | xfs-self-describing-metadata.rst | 349 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of 350 the unlinked list modifications check or update CRCs, neither during unlink nor
|
/linux/sound/pci/cs46xx/ |
A 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()
|
A D | cs46xx_dsp_spos.h | 126 u32 unlinked; member
|
A 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/net/ipv4/ |
A D | tcp_minisocks.c | 803 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); in tcp_check_req() local 805 if (unlinked) in tcp_check_req() 807 *req_stolen = !unlinked; in tcp_check_req()
|
A D | inet_connection_sock.c | 779 bool unlinked = reqsk_queue_unlink(req); in inet_csk_reqsk_queue_drop() local 781 if (unlinked) { in inet_csk_reqsk_queue_drop() 785 return unlinked; in inet_csk_reqsk_queue_drop()
|
/linux/fs/jffs2/ |
A D | fs.c | 622 int inum, int unlinked) in jffs2_gc_fetch_inode() argument 627 if (unlinked) { in jffs2_gc_fetch_inode() 677 inum, unlinked); in jffs2_gc_fetch_inode()
|
A D | os-linux.h | 180 int inum, int unlinked);
|
A D | README.Locking | 129 been unlinked. Because reading from the flash may sleep, the
|
/linux/drivers/usb/core/ |
A D | hcd.c | 1173 urb->unlinked = 0; in usb_hcd_link_urb_to_ep() 1220 if (urb->unlinked) in usb_hcd_check_unlink_urb() 1222 urb->unlinked = status; in usb_hcd_check_unlink_urb() 1633 int status = urb->unlinked; in __usb_hcd_giveback_urb() 1722 if (likely(!urb->unlinked)) in usb_hcd_giveback_urb() 1723 urb->unlinked = status; in usb_hcd_giveback_urb() 1775 if (urb->unlinked) in usb_hcd_flush_endpoint()
|
/linux/Documentation/filesystems/ext4/ |
A D | orphan.rst | 6 In unix there can inodes that are unlinked from directory hierarchy but that
|
/linux/samples/vfio-mdev/ |
A D | mbochs.c | 159 bool unlinked; member 894 if (dmabuf->unlinked) in mbochs_release_dmabuf() 1293 dmabuf->unlinked = true; in mbochs_close_device()
|
/linux/Documentation/usb/ |
A D | usbip_protocol.rst | 88 For UNLINK, note that after a successful USBIP_RET_UNLINK, the unlinked URB
|