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

Function ztest_object_lock

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

Source from the content-addressed store, hash-verified

1530}
1531
1532static void
1533ztest_object_lock(ztest_ds_t *zd, uint64_t object, rl_type_t type)
1534{
1535 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)];
1536
1537 ztest_rll_lock(rll, type);
1538}
1539
1540static void
1541ztest_object_unlock(ztest_ds_t *zd, uint64_t object)

Callers 8

ztest_replay_removeFunction · 0.85
ztest_replay_writeFunction · 0.85
ztest_replay_truncateFunction · 0.85
ztest_replay_setattrFunction · 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_lockFunction · 0.85

Tested by

no test coverage detected