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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c325 sa_attr_op(sa_handle_t *hdl, sa_bulk_attr_t *bulk, int count, function
1412 return (sa_attr_op(hdl, bulk, count, SA_LOOKUP, NULL));
1447 if ((error = sa_attr_op(hdl, &bulk, 1, SA_LOOKUP, NULL)) == 0) {
1754 error = sa_attr_op(hdl, bulk, count, SA_UPDATE, tx);
1816 if ((error = sa_attr_op(hdl, &bulk, 1, SA_LOOKUP, NULL)) != 0) {

Completed in 44 milliseconds