Home
last modified time | relevance | path

Searched refs:update_ref (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dextent-tree.h157 int btrfs_drop_snapshot(struct btrfs_root *root, bool update_ref, bool for_reloc);
/linux/drivers/android/binder/
H A Dallocation.rs405 .update_ref(handle, false, strong); in transfer_binder_object()
436 .update_ref(handle, false, strong) in cleanup_object()
H A Dthread.rs1360 .update_ref(reader.read()?, true, false)? in write()
1365 .update_ref(reader.read()?, true, true)? in write()
1370 .update_ref(reader.read()?, false, true)? in write()
1375 .update_ref(reader.read()?, false, false)? in write()
H A Dprocess.rs926 pub(crate) fn update_ref( in update_ref() method