Home
last modified time | relevance | path

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

/Linux-v6.1/fs/crypto/
Dbio.c113 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
195 EXPORT_SYMBOL(fscrypt_zeroout_range);
/Linux-v6.1/include/linux/
Dfscrypt.h352 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk,
649 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
/Linux-v6.1/fs/f2fs/
Dfile.c3700 ret = fscrypt_zeroout_range(inode, off, block, len); in f2fs_secure_erase()
/Linux-v6.1/fs/ext4/
Dinode.c423 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()