Home
last modified time | relevance | path

Searched refs:__fscrypt_prepare_readdir (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/crypto/
H A Dhooks.c144 int __fscrypt_prepare_readdir(struct inode *dir) in __fscrypt_prepare_readdir() function
148 EXPORT_SYMBOL_GPL(__fscrypt_prepare_readdir); variable
/kernel/linux/linux-6.6/include/linux/
H A Dfscrypt.h373 int __fscrypt_prepare_readdir(struct inode *dir);
704 static inline int __fscrypt_prepare_readdir(struct inode *dir) in __fscrypt_prepare_readdir() function
988 return __fscrypt_prepare_readdir(dir); in fscrypt_prepare_readdir()
/kernel/linux/linux-6.6/fs/ceph/
H A Dcrypto.c473 * ceph_fscrypt_prepare_readdir - simple __fscrypt_prepare_readdir() wrapper
476 * Simple wrapper around __fscrypt_prepare_readdir() that will mark directory as
482 * < 0 - if __fscrypt_prepare_readdir() fails
492 err = __fscrypt_prepare_readdir(dir); in ceph_fscrypt_prepare_readdir()

Completed in 4 milliseconds