Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dbio.c111 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
193 EXPORT_SYMBOL(fscrypt_zeroout_range);
/openbmc/linux/include/linux/
H A Dfscrypt.h360 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk,
661 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
/openbmc/linux/fs/f2fs/
H A Dfile.c3900 ret = fscrypt_zeroout_range(inode, off, block, len); in f2fs_secure_erase()
/openbmc/linux/fs/ext4/
H A Dinode.c401 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()