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.h152 int sa_replace_all_by_template_locked(sa_handle_t *, sa_bulk_attr_t *,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c1737 VERIFY(sa_replace_all_by_template_locked(hdl, attrs, count, tx) == 0); in sa_add_projid()
1879 sa_replace_all_by_template_locked(sa_handle_t *hdl, sa_bulk_attr_t *attr_desc, in sa_replace_all_by_template_locked() function
1896 error = sa_replace_all_by_template_locked(hdl, attr_desc, in sa_replace_all_by_template()
2282 EXPORT_SYMBOL(sa_replace_all_by_template_locked);
H A Dzfs_sa.c431 VERIFY(sa_replace_all_by_template_locked(hdl, sa_attrs, in zfs_sa_upgrade()