Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dbio.c97 * fscrypt_zeroout_range() - zero out a range of blocks in an encrypted file
113 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
199 EXPORT_SYMBOL(fscrypt_zeroout_range);
/linux/include/linux/
H A Dfscrypt.h71 * - fscrypt_zeroout_range() for files not using inline crypto
419 int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk,
724 static inline int fscrypt_zeroout_range(const struct inode *inode, pgoff_t lblk, in fscrypt_zeroout_range() function
/linux/fs/ext4/
H A Dinode.c405 return fscrypt_zeroout_range(inode, lblk, pblk, len); in ext4_issue_zeroout()