Home
last modified time | relevance | path

Searched refs:fscrypt_dio_supported (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c412 bool fscrypt_dio_supported(struct kiocb *iocb, struct iov_iter *iter) in fscrypt_dio_supported() function
434 EXPORT_SYMBOL_GPL(fscrypt_dio_supported);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h626 bool fscrypt_dio_supported(struct kiocb *iocb, struct iov_iter *iter);
659 static inline bool fscrypt_dio_supported(struct kiocb *iocb, in fscrypt_dio_supported() function
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c43 if (!fscrypt_dio_supported(iocb, iter)) in ext4_dio_supported()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus961 fscrypt_dio_supported
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Df2fs.h4481 if (!fscrypt_dio_supported(iocb, iter)) in f2fs_force_buffered_io()