Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dbio.c96 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
155 EXPORT_SYMBOL(fscrypt_zeroout_range);
/Linux-v4.19/include/linux/
Dfscrypt_notsupp.h171 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
Dfscrypt_supp.h182 extern int fscrypt_zeroout_range(const struct inode *, pgoff_t, sector_t,
/Linux-v4.19/fs/ext4/
Dinode.c419 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()