Searched defs:sa_attr_op (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c323 sa_attr_op(sa_handle_t *hdl, sa_bulk_attr_t *bulk, int count, function
1441 return (sa_attr_op(hdl, bulk, count, SA_LOOKUP, NULL));
1476 if ((error = sa_attr_op(hdl, &bulk, 1, SA_LOOKUP, NULL)) == 0) {
1804 error = sa_attr_op(hdl, bulk, count, SA_UPDATE, tx);
1866 if ((error = sa_attr_op(hdl, &bulk, 1, SA_LOOKUP, NULL)) != 0) {

Completed in 63 milliseconds