Lines Matching full:dropped
65 /// dropped *and* all children have been removed.
67 // we point to from being cleaned up if our parent `Dir`/`Entry` is dropped before us.
87 // If Arc creation fails, the `Entry` will be dropped, so the directory will be in create()
110 // SAFETY: Because data derives from a scope, and our entry will be dropped before in create_file()
111 // the data is dropped, it is guaranteed to outlive the entry we return. in create_file()
162 /// // The file is removed when `file` is dropped.
308 /// The file is removed when the returned [`File`] is dropped.
325 /// The file is removed when the returned [`File`] is dropped.
385 /// `Scope` handle is dropped.
411 /// When dropped, a `Scope` will remove all directories and files in the filesystem backed by the
414 // This order is load-bearing for drops - `_entry` must be dropped before `data`.
427 /// When dropped, the DebugFS file will be removed and the attached data will be dropped.
485 /// `Scope` handle is dropped.
552 /// to is dropped.
562 /// when the [`Scope`] that this directory belongs to is dropped.
581 /// to is dropped.
598 /// to is dropped.
614 /// when the [`Scope`] that this directory belongs to is dropped.
633 /// to is dropped.
657 /// to is dropped.
668 /// when the [`Scope`] that this directory belongs to is dropped.
686 /// to is dropped.