Home
last modified time | relevance | path

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

12

/linux/fs/ceph/
H A Dexport.c222 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.c342 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.c157 bool unlinked; in crypto_larval_kill() local
160 unlinked = list_empty(&larval->alg.cra_list); in crypto_larval_kill()
161 if (!unlinked) in crypto_larval_kill()
165 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/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c1357 ins->pcm_channels[pcm_index].unlinked = 1; in cs46xx_dsp_create_pcm_channel()
1458 pcm_channel->unlinked = 1; in cs46xx_dsp_destroy_pcm_channel()
1487 if (pcm_channel->unlinked) in cs46xx_dsp_pcm_unlink()
1490 pcm_channel->unlinked = 1; in cs46xx_dsp_pcm_unlink()
1506 if (pcm_channel->unlinked == 0) in cs46xx_dsp_pcm_link()
1527 pcm_channel->unlinked = 0; in cs46xx_dsp_pcm_link()
H A Dcs46xx_dsp_spos.h126 u32 unlinked; member
H A Dcs46xx_lib.c962 if (cpcm->pcm_channel->unlinked) in snd_cs46xx_playback_trigger()
985 if (!cpcm->pcm_channel->unlinked) in snd_cs46xx_playback_trigger()
1048 int unlinked = cpcm->pcm_channel->unlinked; in _cs46xx_adjust_sample_rate() local
1060 if (!unlinked) cs46xx_dsp_pcm_link (chip,cpcm->pcm_channel); in _cs46xx_adjust_sample_rate()
1331 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt()
1341 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt()
/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/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()
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 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()
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()
H A Dohci-hcd.c1073 if (!urb->unlinked) in ohci_restart()
1074 urb->unlinked = -ESHUTDOWN; in ohci_restart()
H A Duhci-q.c1594 if (urb->unlinked) { in uhci_scan_qh()
1617 if (urb->unlinked) { in uhci_scan_qh()
/linux/fs/jffs2/
H A Dfs.c624 int inum, int unlinked) in jffs2_gc_fetch_inode() argument
629 if (unlinked) { in jffs2_gc_fetch_inode()
679 inum, unlinked); in jffs2_gc_fetch_inode()
H A Dos-linux.h180 int inum, int unlinked);
H A DREADME.Locking129 been unlinked. Because reading from the flash may sleep, the
/linux/drivers/usb/core/
H A Dhcd.c1153 urb->unlinked = 0; in usb_hcd_link_urb_to_ep()
1200 if (urb->unlinked) in usb_hcd_check_unlink_urb()
1202 urb->unlinked = status; in usb_hcd_check_unlink_urb()
1634 int status = urb->unlinked; in __usb_hcd_giveback_urb()
1737 if (likely(!urb->unlinked)) in usb_hcd_giveback_urb()
1738 urb->unlinked = status; in usb_hcd_giveback_urb()
1787 if (urb->unlinked) in usb_hcd_flush_endpoint()
/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco24 after it has been unlinked.
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst6 In unix there can inodes that are unlinked from directory hierarchy but that
/linux/net/ipv4/
H A Dtcp_minisocks.c970 bool unlinked = inet_csk_reqsk_queue_drop(sk, req); in tcp_check_req() local
972 if (unlinked) in tcp_check_req()
974 *req_stolen = !unlinked; in tcp_check_req()
/linux/samples/vfio-mdev/
H A Dmbochs.c165 bool unlinked; member
916 if (dmabuf->unlinked) in mbochs_release_dmabuf()
1296 dmabuf->unlinked = true; in mbochs_close_device()
/linux/Documentation/security/
H A Dlandlock.rst64 directory, not the unlinked inode. This is the reason why
/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
/linux/include/linux/
H A Dusb.h1626 int unlinked; /* unlink error code */ member

12