MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ztest_object_unlock

Function ztest_object_unlock

freebsd/contrib/openzfs/cmd/ztest/ztest.c:1540–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1538}
1539
1540static void
1541ztest_object_unlock(ztest_ds_t *zd, uint64_t object)
1542{
1543 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)];
1544
1545 ztest_rll_unlock(rll);
1546}
1547
1548static rl_t *
1549ztest_range_lock(ztest_ds_t *zd, uint64_t object, uint64_t offset,

Callers 9

ztest_replay_removeFunction · 0.85
ztest_replay_writeFunction · 0.85
ztest_replay_truncateFunction · 0.85
ztest_replay_setattrFunction · 0.85
ztest_get_doneFunction · 0.85
ztest_get_dataFunction · 0.85
ztest_lookupFunction · 0.85
ztest_preallocFunction · 0.85
ztest_verify_dnode_btFunction · 0.85

Calls 1

ztest_rll_unlockFunction · 0.85

Tested by

no test coverage detected