Searched refs:fscrypt_mergeable_bio (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/crypto/ |
| H A D | inline_crypt.c | 383 bool fscrypt_mergeable_bio(struct bio *bio, const struct inode *inode, in fscrypt_mergeable_bio() function 407 EXPORT_SYMBOL_GPL(fscrypt_mergeable_bio); 428 return fscrypt_mergeable_bio(bio, inode, next_lblk); in fscrypt_mergeable_bio_bh()
|
| H A D | bio.c | 103 if (!len || !fscrypt_mergeable_bio(bio, inode, lblk)) in fscrypt_zeroout_range_inline_crypt()
|
| /linux/include/linux/ |
| H A D | fscrypt.h | 876 bool fscrypt_mergeable_bio(struct bio *bio, const struct inode *inode, 902 static inline bool fscrypt_mergeable_bio(struct bio *bio, in fscrypt_mergeable_bio() function
|
| /linux/fs/ext4/ |
| H A D | readpage.c | 345 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages()
|
| /linux/fs/f2fs/ |
| H A D | data.c | 544 return fscrypt_mergeable_bio(bio, inode, next_idx); in f2fs_crypt_mergeable_bio()
|