Home
last modified time | relevance | path

Searched refs:unlinked (Results 1 – 25 of 41) sorted by relevance

12

/linux/fs/ceph/
H A Dexport.c203 /* -ESTALE if inode as been unlinked and no file is open */ in __fh_to_dentry()
222 bool unlinked = false; in __snapfh_to_dentry() local
275 unlinked = true; in __snapfh_to_dentry()
295 return unlinked ? d_obtain_root(inode) : d_obtain_alias(inode); in __snapfh_to_dentry()
377 bool unlinked = false; in ceph_get_parent() local
393 unlinked = true; in ceph_get_parent()
404 if (unlinked) in ceph_get_parent()
/linux/drivers/usb/usbip/
H A Dvudc_transfer.c287 /* requests might have been unlinked... */ in transfer()
342 if (urb->unlinked) in v_timer()
421 if (!urb->unlinked) { in v_timer()
425 urb->unlinked); in v_timer()
H A Dvudc_rx.c72 urb_p->urb->unlinked = -ECONNRESET; in v_recv_cmd_unlink()
/linux/crypto/
H A Dapi.c156 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/Documentation/filesystems/
H A Ddnotify.rst22 DN_DELETE A file was unlinked from directory
59 Also, files that are unlinked, will still cause notifications in the
/linux/Documentation/driver-api/usb/
H A Derror-codes.rst92 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/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c1364 ins->pcm_channels[pcm_index].unlinked = 1; in cs46xx_dsp_create_pcm_channel()
1467 pcm_channel->unlinked = 1; in cs46xx_dsp_destroy_pcm_channel()
1498 if (pcm_channel->unlinked) { in cs46xx_dsp_pcm_unlink()
1503 pcm_channel->unlinked = 1; in cs46xx_dsp_pcm_unlink()
1521 if (pcm_channel->unlinked == 0) { in cs46xx_dsp_pcm_link()
1544 pcm_channel->unlinked = 0; in cs46xx_dsp_pcm_link()
H A Dcs46xx_dsp_spos.h126 u32 unlinked; member
H A Dcs46xx_lib.c966 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/drivers/usb/host/
H A Dxen-hcd.c32 bool unlinked; /* dequeued marker */ member
792 if (unlikely(urbp->unlinked)) { in xenhcd_do_request()
850 if (!urbp->unlinked) { in xenhcd_cancel_all_enqueued_urbs()
907 /* already unlinked? */ in xenhcd_unlink_urb()
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 Dehci-q.c119 * might have reference to the just unlinked qtd. The in qh_refresh()
156 /* If an async split transaction gets an error or is unlinked, in ehci_clear_tt_buffer()
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()
432 * If this was the active qtd when the qh was unlinked in qh_completions()
514 /* If the QH is already unlinked, do the rescan now. */ in qh_completions()
542 /* Let the caller know if the QH needs to be unlinked. */ in qh_completions()
1306 /* See if the async qh for the qtds being unlinked ar
[all...]
H A Duhci-debug.c131 if (urbp->urb->unlinked) in uhci_show_urbp()
132 out += sprintf(out, " Unlinked=%d", urbp->urb->unlinked); in uhci_show_urbp()
H A Dmax3421-hcd.c671 if (urb->unlinked) { in max3421_select_and_start_urb()
672 dev_dbg(&spi->dev, "%s: URB %p unlinked=%d", in max3421_select_and_start_urb()
673 __func__, urb, urb->unlinked); in max3421_select_and_start_urb()
759 * Check all endpoints for URBs that got unlinked.
778 if (urb->unlinked) { in max3421_check_unlink()
780 dev_dbg(&spi->dev, "%s: URB %p unlinked=%d", in max3421_check_unlink()
781 __func__, urb, urb->unlinked); in max3421_check_unlink()
1560 * This will set urb->unlinked which in turn causes the entry in max3421_urb_dequeue()
H A Dohci-hcd.c311 * partially transferred, or an ED with other urbs being unlinked.
355 /* ASSERT: any requests/urbs are being unlinked */ in ohci_endpoint_disable()
380 case ED_IDLE: /* fully unlinked */ in ohci_endpoint_disable()
388 /* caller was supposed to have unlinked any requests; in ohci_endpoint_disable()
1073 if (!urb->unlinked) in ohci_restart()
1074 urb->unlinked = -ESHUTDOWN; in ohci_restart()
/linux/fs/bcachefs/
H A Dinode_format.h144 x(unlinked, 7) \
/linux/fs/jffs2/
H A Dfs.c623 int inum, int unlinked) in jffs2_gc_fetch_inode() argument
628 if (unlinked) { in jffs2_gc_fetch_inode()
677 pr_notice("Eep. read_inode() failed for ino #%u. unlinked %d\n", in jffs2_gc_fetch_inode()
678 inum, unlinked); in jffs2_gc_fetch_inode()
H A DREADME.Locking129 been unlinked. Because reading from the flash may sleep, the
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst6 In unix there can inodes that are unlinked from directory hierarchy but that
/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco24 after it has been unlinked.
/linux/drivers/usb/core/
H A Dhcd.c1157 urb->unlinked = 0; in usb_hcd_link_urb_to_ep()
1170 * usb_hcd_check_unlink_urb - check whether an URB may be unlinked
1186 * -EBUSY: @urb has already been unlinked.
1204 if (urb->unlinked) in usb_hcd_check_unlink_urb()
1206 urb->unlinked = status; in usb_hcd_check_unlink_urb()
1214 * @urb: URB being unlinked
1638 int status = urb->unlinked; in __usb_hcd_giveback_urb()
1733 * If @urb was unlinked, the value of @status will be overridden by
1734 * @urb->unlinked. Erroneous short transfers are detected in case
1742 /* pass status to BH via unlinked */ in usb_hcd_giveback_urb()
[all...]
/linux/net/ipv4/
H A Dtcp_minisocks.c917 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); in tcp_check_req() local
919 if (unlinked) in tcp_check_req()
921 *req_stolen = !unlinked; in tcp_check_req()
H A Dinet_connection_sock.c1029 bool unlinked = reqsk_queue_unlink(req); in __inet_csk_reqsk_queue_drop() local
1034 if (unlinked) { in __inet_csk_reqsk_queue_drop()
1039 return unlinked; in __inet_csk_reqsk_queue_drop()
/linux/Documentation/security/
H A Dlandlock.rst64 directory, not the unlinked inode. This is the reason why
/linux/Documentation/usb/
H A Dusbip_protocol.rst88 For UNLINK, note that after a successful USBIP_RET_UNLINK, the unlinked URB
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst350 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of
351 the unlinked list modifications check or update CRCs, neither during unlink nor

12