/openbmc/linux/Documentation/driver-api/usb/ |
H 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
|
H 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
|
/openbmc/linux/fs/ceph/ |
H A D | export.c | 214 bool unlinked = false; in __snapfh_to_dentry() local 267 unlinked = true; in __snapfh_to_dentry() 290 return unlinked ? d_obtain_root(inode) : d_obtain_alias(inode); in __snapfh_to_dentry() 370 bool unlinked = false; in ceph_get_parent() local 386 unlinked = true; in ceph_get_parent() 397 if (unlinked) in ceph_get_parent()
|
/openbmc/linux/drivers/usb/usbip/ |
H 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()
|
H A D | vudc_rx.c | 72 urb_p->urb->unlinked = -ECONNRESET; in v_recv_cmd_unlink()
|
/openbmc/linux/Documentation/filesystems/ |
H 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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | 0001-lat_fifo-Fix-cleanup-sequence.patch | 6 Files should be unlinked after all users exit.
|
/openbmc/linux/sound/pci/cs46xx/ |
H 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()
|
H A D | cs46xx_dsp_spos.h | 126 u32 unlinked; member
|
H 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()
|
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
H A D | ehci-q.c | 202 if (unlikely(urb->unlinked)) in qtd_copy_status() 259 if (unlikely(urb->unlinked)) { in ehci_urb_done() 375 !urb->unlinked) { in qh_completions() 432 else if (last_status == -EINPROGRESS && !urb->unlinked) in qh_completions()
|
H 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()
|
H A 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()
|
/openbmc/linux/fs/jffs2/ |
H A 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()
|
H A D | os-linux.h | 180 int inum, int unlinked);
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_minisocks.c | 842 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); in tcp_check_req() local 844 if (unlinked) in tcp_check_req() 846 *req_stolen = !unlinked; in tcp_check_req()
|
H A D | inet_connection_sock.c | 991 bool unlinked = reqsk_queue_unlink(req); in __inet_csk_reqsk_queue_drop() local 996 if (unlinked) { in __inet_csk_reqsk_queue_drop() 1001 return unlinked; in __inet_csk_reqsk_queue_drop()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | 1159 urb->unlinked = 0; in usb_hcd_link_urb_to_ep() 1206 if (urb->unlinked) in usb_hcd_check_unlink_urb() 1208 urb->unlinked = status; in usb_hcd_check_unlink_urb() 1627 int status = urb->unlinked; in __usb_hcd_giveback_urb() 1729 if (likely(!urb->unlinked)) in usb_hcd_giveback_urb() 1730 urb->unlinked = status; in usb_hcd_giveback_urb() 1779 if (urb->unlinked) in usb_hcd_flush_endpoint()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | orphan.rst | 6 In unix there can inodes that are unlinked from directory hierarchy but that
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | securityfs-secrets-coco | 24 after it has been unlinked.
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_yaffs2.c | 377 cp->unlinked = obj->unlinked; in yaffs2_obj_checkpt_obj() 428 obj->unlinked = cp->unlinked; in yaffs2_checkpt_obj_to_obj()
|
H A D | yaffs_guts.h | 401 u8 unlinked:1; /* An unlinked file.*/ member 494 u8 unlinked:1; member
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mbochs.c | 167 bool unlinked; member 918 if (dmabuf->unlinked) in mbochs_release_dmabuf() 1317 dmabuf->unlinked = true; in mbochs_close_device()
|
/openbmc/linux/Documentation/security/ |
H A D | landlock.rst | 60 directory, not the unlinked inode. This is the reason why
|