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

Function dsl_dir_phys

freebsd/contrib/openzfs/include/sys/dsl_dir.h:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131};
132
133static inline dsl_dir_phys_t *
134dsl_dir_phys(dsl_dir_t *dd)
135{
136 return (dd->dd_dbuf->db_data);
137}
138
139void dsl_dir_rele(dsl_dir_t *dd, void *tag);
140void dsl_dir_async_rele(dsl_dir_t *dd, void *tag);

Callers 15

zfs_secpolicy_promoteFunction · 0.50
zfs_ioc_sendFunction · 0.50
zfs_ioc_promoteFunction · 0.50
zcp_synctask_wrapperFunction · 0.50
dsl_dataset_get_snapnameFunction · 0.50
dsl_dataset_hold_flagsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected