Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A 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-6.15/include/linux/
H A Dfscrypt.h844 bool fscrypt_mergeable_bio_bh(struct bio *bio,
874 static inline bool fscrypt_mergeable_bio_bh(struct bio *bio, in fscrypt_mergeable_bio_bh() function
/linux-6.15/fs/ext4/
H A Dpage-io.c443 !fscrypt_mergeable_bio_bh(io->io_bio, bh))) { in io_submit_add_bh()