Searched refs:fscrypt_zeroout_range (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/crypto/ |
| D | bio.c | 71 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function 120 EXPORT_SYMBOL(fscrypt_zeroout_range);
|
| /Linux-v5.4/include/linux/ |
| D | fscrypt.h | 249 extern int fscrypt_zeroout_range(const struct inode *, pgoff_t, sector_t, 492 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
|
| /Linux-v5.4/fs/ext4/ |
| D | inode.c | 423 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()
|