Home
last modified time | relevance | path

Searched refs:sa_replace_all_by_template_locked (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dsa.h151 int sa_replace_all_by_template_locked(sa_handle_t *, sa_bulk_attr_t *,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c1678 VERIFY(sa_replace_all_by_template_locked(hdl, attrs, count, tx) == 0); in sa_add_projid()
1818 sa_replace_all_by_template_locked(sa_handle_t *hdl, sa_bulk_attr_t *attr_desc, in sa_replace_all_by_template_locked() function
1835 error = sa_replace_all_by_template_locked(hdl, attr_desc, in sa_replace_all_by_template()
2249 EXPORT_SYMBOL(sa_replace_all_by_template_locked);
H A Dzfs_sa.c430 VERIFY(sa_replace_all_by_template_locked(hdl, sa_attrs, in zfs_sa_upgrade()