Home
last modified time | relevance | path

Searched refs:fscrypt_mergeable_bio_bh (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/crypto/
H A Dinline_crypt.c381 bool fscrypt_mergeable_bio_bh(struct bio *bio, in fscrypt_mergeable_bio_bh() function
392 EXPORT_SYMBOL_GPL(fscrypt_mergeable_bio_bh);
/openbmc/linux/include/linux/
H A Dfscrypt.h782 bool fscrypt_mergeable_bio_bh(struct bio *bio,
812 static inline bool fscrypt_mergeable_bio_bh(struct bio *bio, in fscrypt_mergeable_bio_bh() function
/openbmc/linux/fs/ext4/
H A Dpage-io.c417 !fscrypt_mergeable_bio_bh(io->io_bio, bh))) { in io_submit_add_bh()