Searched refs:fscrypt_mergeable_bio (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/crypto/ |
H A D | inline_crypt.c | 347 bool fscrypt_mergeable_bio(struct bio *bio, const struct inode *inode, in fscrypt_mergeable_bio() function 369 EXPORT_SYMBOL_GPL(fscrypt_mergeable_bio); 390 return fscrypt_mergeable_bio(bio, inode, next_lblk); in fscrypt_mergeable_bio_bh()
|
H A D | bio.c | 81 !fscrypt_mergeable_bio(bio, inode, lblk)) { in fscrypt_zeroout_range_inline_crypt()
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | 779 bool fscrypt_mergeable_bio(struct bio *bio, const struct inode *inode, 805 static inline bool fscrypt_mergeable_bio(struct bio *bio, in fscrypt_mergeable_bio() function
|
/openbmc/linux/fs/ext4/ |
H A D | readpage.c | 352 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages()
|
/openbmc/linux/fs/f2fs/ |
H A D | data.c | 501 return fscrypt_mergeable_bio(bio, inode, next_idx); in f2fs_crypt_mergeable_bio()
|