Searched refs:fscrypt_zeroout_range (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/crypto/ |
| H A D | bio.c | 111 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function 198 EXPORT_SYMBOL(fscrypt_zeroout_range);
|
| /linux-6.15/include/linux/ |
| H A D | fscrypt.h | 418 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, 723 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 4074 ret = fscrypt_zeroout_range(inode, off, block, len); in f2fs_secure_erase()
|
| /linux-6.15/fs/ext4/ |
| H A D | inode.c | 410 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()
|