Searched hist:fd08001f17c7f0a5b19bf4026bbaace19d8fbdb6 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | file-item.c | diff fd08001f17c7f0a5b19bf4026bbaace19d8fbdb6 Fri May 01 01:51:59 CDT 2020 Eric Biggers <ebiggers@google.com> btrfs: use crypto_shash_digest() instead of open coding
Use crypto_shash_digest() instead of crypto_shash_init() + crypto_shash_update() + crypto_shash_final(). This is more efficient.
Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | compression.c | diff fd08001f17c7f0a5b19bf4026bbaace19d8fbdb6 Fri May 01 01:51:59 CDT 2020 Eric Biggers <ebiggers@google.com> btrfs: use crypto_shash_digest() instead of open coding
Use crypto_shash_digest() instead of crypto_shash_init() + crypto_shash_update() + crypto_shash_final(). This is more efficient.
Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | disk-io.c | diff fd08001f17c7f0a5b19bf4026bbaace19d8fbdb6 Fri May 01 01:51:59 CDT 2020 Eric Biggers <ebiggers@google.com> btrfs: use crypto_shash_digest() instead of open coding
Use crypto_shash_digest() instead of crypto_shash_init() + crypto_shash_update() + crypto_shash_final(). This is more efficient.
Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | inode.c | diff fd08001f17c7f0a5b19bf4026bbaace19d8fbdb6 Fri May 01 01:51:59 CDT 2020 Eric Biggers <ebiggers@google.com> btrfs: use crypto_shash_digest() instead of open coding
Use crypto_shash_digest() instead of crypto_shash_init() + crypto_shash_update() + crypto_shash_final(). This is more efficient.
Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|