Home
last modified time | relevance | path

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

/Linux-v6.1/fs/crypto/
Dinline_crypt.c385 bool fscrypt_mergeable_bio_bh(struct bio *bio, in fscrypt_mergeable_bio_bh() function
396 EXPORT_SYMBOL_GPL(fscrypt_mergeable_bio_bh);
/Linux-v6.1/include/linux/
Dfscrypt.h764 bool fscrypt_mergeable_bio_bh(struct bio *bio,
794 static inline bool fscrypt_mergeable_bio_bh(struct bio *bio, in fscrypt_mergeable_bio_bh() function
/Linux-v6.1/fs/ext4/
Dpage-io.c418 !fscrypt_mergeable_bio_bh(io->io_bio, bh))) { in io_submit_add_bh()