Home
last modified time | relevance | path

Searched refs:unlinked (Results 1 – 25 of 27) 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/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
H A Dconfigfs.rst395 yet been unlinked. This means that an item's ci_parent pointer will
/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 Dcs46xx_dsp_spos.h126 u32 unlinked; member
/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 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()
H A Dohci-q.c1048 if (!urb->unlinked) { in finish_unlinks()
H A Dr8a66597-hcd.c1277 if (td->set_address && (status != 0 || urb->unlinked)) in finish_request()
1474 if (finish || status != 0 || urb->unlinked) in check_next_phase()
/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()
678 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/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/drivers/usb/core/
H A Dhcd.c1157 urb->unlinked = 0; in usb_hcd_link_urb_to_ep()
1204 if (urb->unlinked) in usb_hcd_check_unlink_urb()
1206 urb->unlinked = status; in usb_hcd_check_unlink_urb()
1638 int status = urb->unlinked; in __usb_hcd_giveback_urb()
1741 if (likely(!urb->unlinked)) in usb_hcd_giveback_urb()
1742 urb->unlinked = status; in usb_hcd_giveback_urb()
1791 if (urb->unlinked) in usb_hcd_flush_endpoint()
/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/drivers/usb/isp1760/
H A Disp1760-hcd.c956 if (!urb->unlinked) { in isp1760_urb_done()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1851 if (urb->unlinked) in dummy_timer()
/linux/Documentation/block/
H A Dinline-encryption.rst211 the key is evicted from all keyslots it may be programmed into and unlinked from

12