Home
last modified time | relevance | path

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

/Linux-v6.6/fs/crypto/
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);
/Linux-v6.6/include/linux/
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
/Linux-v6.6/fs/ext4/
Dpage-io.c417 !fscrypt_mergeable_bio_bh(io->io_bio, bh))) { in io_submit_add_bh()