Searched refs:unlinked (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/fs/ceph/
H A Dexport.c198 /* -ESTALE if inode as been unlinked and no file is open */
217 bool unlinked = false; local
270 unlinked = true;
290 return unlinked ? d_obtain_root(inode) : d_obtain_alias(inode);
372 bool unlinked = false; local
388 unlinked = true;
399 if (unlinked)
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h126 u32 unlinked; member in struct:dsp_pcm_channel_descriptor
H A Ddsp_spos_scb_lib.c1371 ins->pcm_channels[pcm_index].unlinked = 1;
1474 pcm_channel->unlinked = 1;
1505 if (pcm_channel->unlinked) {
1510 pcm_channel->unlinked = 1;
1528 if (pcm_channel->unlinked == 0) {
1551 pcm_channel->unlinked = 0;
H A Dcs46xx_lib.c966 if (cpcm->pcm_channel->unlinked)
990 if (!cpcm->pcm_channel->unlinked)
1058 int unlinked = cpcm->pcm_channel->unlinked; local
1070 if (!unlinked) cs46xx_dsp_pcm_link (chip,cpcm->pcm_channel);
1356 !ins->pcm_channels[i].unlinked) {
1366 !ins->pcm_channels[i].unlinked) {
/linux-master/drivers/usb/usbip/
H A Dvudc_transfer.c287 /* requests might have been unlinked... */
342 if (urb->unlinked)
421 if (!urb->unlinked) {
425 urb->unlinked);
H A Dvudc_rx.c72 urb_p->urb->unlinked = -ECONNRESET;
/linux-master/fs/bcachefs/
H A Dinode_format.h135 x(unlinked, 7) \
/linux-master/drivers/usb/host/
H A Dxen-hcd.c32 bool unlinked; /* dequeued marker */ member in struct:urb_priv
792 if (unlikely(urbp->unlinked)) {
850 if (!urbp->unlinked) {
907 /* already unlinked? */
908 if (urbp->unlinked)
911 urbp->unlinked = true;
1346 urb->unlinked = false;
H A Duhci-debug.c131 if (urbp->urb->unlinked)
132 out += sprintf(out, " Unlinked=%d", urbp->urb->unlinked);
H A Dehci-q.c123 * might have reference to the just unlinked qtd. The
160 /* If an async split transaction gets an error or is unlinked,
202 if (unlikely(urb->unlinked))
259 if (unlikely(urb->unlinked)) {
375 !urb->unlinked) {
432 else if (last_status == -EINPROGRESS && !urb->unlinked)
436 * If this was the active qtd when the qh was unlinked
518 /* If the QH is already unlinked, do the rescan now. */
546 /* Let the caller know if the QH needs to be unlinked. */
1310 /* See if the async qh for the qtds being unlinked ar
[all...]
H A Dmax3421-hcd.c671 if (urb->unlinked) {
672 dev_dbg(&spi->dev, "%s: URB %p unlinked=%d",
673 __func__, urb, urb->unlinked);
759 * Check all endpoints for URBs that got unlinked.
778 if (urb->unlinked) {
780 dev_dbg(&spi->dev, "%s: URB %p unlinked=%d",
781 __func__, urb, urb->unlinked);
1554 * This will set urb->unlinked which in turn causes the entry
H A Dohci-hcd.c311 * partially transferred, or an ED with other urbs being unlinked.
355 /* ASSERT: any requests/urbs are being unlinked */
380 case ED_IDLE: /* fully unlinked */
388 /* caller was supposed to have unlinked any requests;
1064 if (!urb->unlinked)
1065 urb->unlinked = -ESHUTDOWN;
H A Duhci-q.c349 * executing URB has already been unlinked, so this one isn't it. */
569 /* Force an interrupt so we know when the QH is fully unlinked */
1459 * the QH is new and idle or else it's unlinked and waiting to
1594 if (urb->unlinked) {
1617 if (urb->unlinked) {
1653 * unlinked. */
H A Dohci-q.c297 * just the link to the ed is unlinked.
299 * so the HC can eventually finish the processing of the unlinked ed
1012 /* ED's now officially unlinked, hc doesn't see */
1027 * we call a completion since it might have unlinked
1048 if (!urb->unlinked) {
1057 /* If this was unlinked, the TD may not have been
H A Dr8a66597-hcd.c1277 if (td->set_address && (status != 0 || urb->unlinked))
1474 if (finish || status != 0 || urb->unlinked)
H A Disp116x-hcd.c471 if (status != -EINPROGRESS || urb->unlinked)
H A Dsl811-hcd.c584 if (urbstat != -EINPROGRESS || urb->unlinked)
/linux-master/fs/jffs2/
H A Dos-linux.h180 int inum, int unlinked);
H A Dfs.c623 int inum, int unlinked)
628 if (unlinked) {
677 pr_notice("Eep. read_inode() failed for ino #%u. unlinked %d\n",
678 inum, unlinked);
622 jffs2_gc_fetch_inode(struct jffs2_sb_info *c, int inum, int unlinked) argument
/linux-master/net/ipv4/
H A Dtcp_minisocks.c888 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); local
890 if (unlinked)
892 *req_stolen = !unlinked;
H A Dinet_connection_sock.c995 bool unlinked = reqsk_queue_unlink(req); local
997 if (unlinked) {
1001 return unlinked;
/linux-master/drivers/usb/core/
H A Dhcd.c1157 urb->unlinked = 0;
1170 * usb_hcd_check_unlink_urb - check whether an URB may be unlinked
1186 * -EBUSY: @urb has already been unlinked.
1204 if (urb->unlinked)
1206 urb->unlinked = status;
1214 * @urb: URB being unlinked
1625 int status = urb->unlinked;
1718 * If @urb was unlinked, the value of @status will be overridden by
1719 * @urb->unlinked. Erroneous short transfers are detected in case
1727 /* pass status to BH via unlinked */
[all...]
/linux-master/samples/vfio-mdev/
H A Dmbochs.c169 bool unlinked; member in struct:mbochs_dmabuf
920 if (dmabuf->unlinked)
1319 dmabuf->unlinked = true;
/linux-master/include/linux/
H A Dusb.h1430 * to tell whether the URB was unlinked; detailed status for
1574 * unlinked URBs, and status for all non-ISO transfers. It should not
1582 * is updated even when the URB terminated with an error or was unlinked.
1596 int unlinked; /* unlink error code */ member in struct:urb
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c1184 /* Handle unlinked interrupt QHs once they are gone from the hardware */
2072 * might have reference to the just unlinked qtd. The
2107 /* If an async split transaction gets an error or is unlinked,
2139 if (unlikely(urb->unlinked))
2204 if (unlikely(urb->unlinked)) {
2324 !urb->unlinked) {
2379 else if (last_status == -EINPROGRESS && !urb->unlinked)
2382 /* qh unlinked; token in overlay may be most current */
2458 /* If the QH is already unlinked, do the rescan now. */
2462 /* Otherwise we have to wait until the QH is fully unlinked
[all...]

Completed in 295 milliseconds

12