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.
fn forget_one(
inodes: &mut MultikeyBTreeMap<Inode, InodeAltKey, Arc<InodeData>>,
inode: Inode,
count: u64,
) -> boolDecrements the refcount of the inode.
Returns true if the refcount became 0.