Lines Matching refs:xattr_blobs
95 struct xfblob *xattr_blobs; member
226 error = xfblob_store(rx->xattr_blobs, &key.name_cookie, name, in xrep_xattr_salvage_key()
231 error = xfblob_store(rx->xattr_blobs, &key.value_cookie, value, in xrep_xattr_salvage_key()
641 error = xfblob_load(rx->xattr_blobs, key->name_cookie, ab->name, in xrep_xattr_insert_rec()
646 error = xfblob_free(rx->xattr_blobs, key->name_cookie); in xrep_xattr_insert_rec()
650 error = xfblob_load(rx->xattr_blobs, key->value_cookie, args.value, in xrep_xattr_insert_rec()
655 error = xfblob_free(rx->xattr_blobs, key->value_cookie); in xrep_xattr_insert_rec()
744 xfblob_truncate(rx->xattr_blobs); in xrep_xattr_flush_stashed()
767 xfblob_bytes(rx->xattr_blobs); in xrep_xattr_want_flush_stashed()
875 ASSERT(xfblob_bytes(rx->xattr_blobs) == 0); in xrep_xattr_full_reset()
1519 xfblob_destroy(rx->xattr_blobs); in xrep_xattr_teardown()
1566 error = xfblob_create(descr, &rx->xattr_blobs); in xrep_xattr_setup_scan()
1603 xfblob_destroy(rx->xattr_blobs); in xrep_xattr_setup_scan()