Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/fs/ceph/
H A Dexport.c189 /* -ESTALE if inode as been unlinked and no file is open */ in __fh_to_dentry()
207 bool unlinked = false; in __snapfh_to_dentry() local
255 unlinked = true; in __snapfh_to_dentry()
277 return unlinked ? d_obtain_root(inode) : d_obtain_alias(inode); in __snapfh_to_dentry()
357 bool unlinked = false; in ceph_get_parent() local
373 unlinked = true; in ceph_get_parent()
384 if (unlinked) in ceph_get_parent()
/kernel/linux/linux-6.6/fs/ceph/
H A Dexport.c196 /* -ESTALE if inode as been unlinked and no file is open */ in __fh_to_dentry()
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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Du132-hcd.c641 } else if (!urb->unlinked) { in u132_hcd_interrupt_recv()
708 "unlinked=%d\n", urb, urb->unlinked); in u132_hcd_interrupt_recv()
740 } else if (!urb->unlinked) { in u132_hcd_bulk_output_sent()
759 "unlinked=%d\n", urb, urb->unlinked); in u132_hcd_bulk_output_sent()
792 } else if (!urb->unlinked) { in u132_hcd_bulk_input_recv()
862 "unlinked=%d\n", urb, urb->unlinked); in u132_hcd_bulk_input_recv()
893 } else if (!urb->unlinked) { in u132_hcd_configure_empty_sent()
[all...]
H A Dimx21-dbg.c79 stats_for_urb(imx21, urb)->unlinked++; in debug_urb_unlinked()
348 "unlinked: %lu\n" in debug_statistics_show_one()
355 stats->unlinked, in debug_statistics_show_one()
H A Dehci-q.c122 * might have reference to the just unlinked qtd. The in qh_refresh()
159 /* If an async split transaction gets an error or is unlinked, in ehci_clear_tt_buffer()
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()
435 * If this was the active qtd when the qh was unlinked in qh_completions()
517 /* If the QH is already unlinked, do the rescan now. */ in qh_completions()
545 /* Let the caller know if the QH needs to be unlinked. */ in qh_completions()
1309 /* 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 Dimx21-hcd.h389 unsigned long unlinked; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c1371 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 Dcs46xx_dsp_spos.h126 u32 unlinked; member
/kernel/linux/linux-6.6/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.c123 * might have reference to the just unlinked qtd. The in qh_refresh()
160 /* If an async split transaction gets an error or is unlinked, in ehci_clear_tt_buffer()
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()
436 * If this was the active qtd when the qh was unlinked in qh_completions()
518 /* If the QH is already unlinked, do the rescan now. */ in qh_completions()
546 /* Let the caller know if the QH needs to be unlinked. */ in qh_completions()
1310 /* 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()
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c1371 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 Dcs46xx_dsp_spos.h126 u32 unlinked; member
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_minisocks.c813 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); in tcp_check_req() local
815 if (unlinked) in tcp_check_req()
817 *req_stolen = !unlinked; in tcp_check_req()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_minisocks.c841 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); in tcp_check_req() local
843 if (unlinked) in tcp_check_req()
845 *req_stolen = !unlinked; in tcp_check_req()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd.c1183 urb->unlinked = 0; in usb_hcd_link_urb_to_ep()
1196 * usb_hcd_check_unlink_urb - check whether an URB may be unlinked
1212 * -EBUSY: @urb has already been unlinked.
1230 if (urb->unlinked) in usb_hcd_check_unlink_urb()
1232 urb->unlinked = status; in usb_hcd_check_unlink_urb()
1240 * @urb: URB being unlinked
1650 int status = urb->unlinked; in __usb_hcd_giveback_urb()
1740 * If @urb was unlinked, the value of @status will be overridden by
1741 * @urb->unlinked. Erroneous short transfers are detected in case
1749 /* pass status to tasklet via unlinked */ in usb_hcd_giveback_urb()
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhcd.c1159 urb->unlinked = 0; in usb_hcd_link_urb_to_ep()
1172 * usb_hcd_check_unlink_urb - check whether an URB may be unlinked
1188 * -EBUSY: @urb has already been unlinked.
1206 if (urb->unlinked) in usb_hcd_check_unlink_urb()
1208 urb->unlinked = status; in usb_hcd_check_unlink_urb()
1216 * @urb: URB being unlinked
1627 int status = urb->unlinked; in __usb_hcd_giveback_urb()
1719 * If @urb was unlinked, the value of @status will be overridden by
1720 * @urb->unlinked. Erroneous short transfers are detected in case
1728 /* pass status to tasklet via unlinked */ in usb_hcd_giveback_urb()
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dfs.c622 int inum, int unlinked) in jffs2_gc_fetch_inode()
627 if (unlinked) { in jffs2_gc_fetch_inode()
676 pr_notice("Eep. read_inode() failed for ino #%u. unlinked %d\n", in jffs2_gc_fetch_inode()
677 inum, unlinked); in jffs2_gc_fetch_inode()
621 jffs2_gc_fetch_inode(struct jffs2_sb_info *c, int inum, int unlinked) jffs2_gc_fetch_inode() argument
H A Dos-linux.h180 int inum, int unlinked);
/kernel/linux/linux-6.6/fs/jffs2/
H A Dfs.c623 int inum, int unlinked) in jffs2_gc_fetch_inode()
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()
622 jffs2_gc_fetch_inode(struct jffs2_sb_info *c, int inum, int unlinked) jffs2_gc_fetch_inode() argument

Completed in 32 milliseconds

123