Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dinline_crypt.c410 bool fscrypt_dio_supported(struct inode *inode) in fscrypt_dio_supported() function
439 EXPORT_SYMBOL_GPL(fscrypt_dio_supported);
/linux-6.15/include/linux/
H A Dfscrypt.h847 bool fscrypt_dio_supported(struct inode *inode);
880 static inline bool fscrypt_dio_supported(struct inode *inode) in fscrypt_dio_supported() function
/linux-6.15/fs/f2fs/
H A Dfile.c901 if (!fscrypt_dio_supported(inode)) in f2fs_force_buffered_io()
/linux-6.15/fs/ext4/
H A Dinode.c5643 if (!fscrypt_dio_supported(inode)) in ext4_dio_alignment()