Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
Dbio.c108 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
192 EXPORT_SYMBOL(fscrypt_zeroout_range);
/Linux-v5.10/include/linux/
Dfscrypt.h204 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk,
469 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
/Linux-v5.10/fs/f2fs/
Dfile.c3773 ret = fscrypt_zeroout_range(inode, off, block, len); in f2fs_secure_erase()
/Linux-v5.10/fs/ext4/
Dinode.c415 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()