Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dbio.c71 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/
Dfscrypt.h249 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/
Dinode.c423 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()