Function devices::virtio::fs::passthrough::forget_one    
source ยท fn forget_one(
    inodes: &mut MultikeyBTreeMap<Inode, InodeAltKey, Arc<InodeData>>,
    inode: Inode,
    count: u64,
) -> boolExpand description
Decrements the refcount of the inode.
Returns true if the refcount became 0.